/**********************************************************************
* login.css
* The 5th Ingredient
* Project: Beer30
* Version: 5.0+
*
*  This will serve as the login CSS file 
************************************************************************
* Andrew T. Garrett
* Ryan E. Allis
* Clare Truell
* Josh Voitko
*
************************************
/* *********************************
*** REFERENCE ***
@media (max-width: 575px) {}
@media (min-width: 576px) {}
@media (min-width: 768px) {}
@media (min-width: 992px) {}
@media (min-width: 1200px) {} 

*/

/* 
font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
font-family: 'Merriweather';
font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; 
*/



/***********************************/

/*--- **000 - COLORS  ---*/

/**********************************/

/* ========================================================= */
/*
Beer30 Brand Colors

Primary 1 - #3084c6
Primary 2 - #15476a
Secondary 1 - #073553
Secondary 2 - #0e2b44
Secondary 3 - #c3e6f9
Module Icon - #3f9fd8 > #287bb8
Primary / Accent - #e88524
Secondary / Text - #dbdada

-------------------------------------------------------

Bucha30 Brand Colors 

Primary 1 - #e4e3c7
Primary 2 - #356734
Secondary 1 - #2a5229
Secondary 2 - #1f3d1f
Secondary 3 - #e4e3c7
Module Icon - #8fad46 > #779b3e
Primary / Accent - #e9ba1f
Secondary / Text - #dbdada

*/

:root {
	--beer30-primary-1: #3084c6;
	--beer30-primary-2: #15476a;
	--beer30-secondary-1: #073553;
	--beer30-secondary-2: #0e2b44;
	--beer30-secondary-3: #c3e6f9;
	--beer30-accent: #e88524;
	--bucha30-primary-1: #82a540;
	--bucha30-primary-2: #356734;
	--bucha30-secondary-1: #2a5229;
	--bucha30-secondary-2: #1f3d1f;
	--bucha30-secondary-3: #e4e3c7;
	--bucha30-accent: #e9ba1f;
}

.text-beer30-primary-1{color:var(--beer30-primary-1);}
.text-beer30-primary-2{color:var(--beer30-primary-2);}
.text-beer30-secondary-1{color:var(--beer30-secondary-1);}
.text-beer30-secondary-2{color:var(--beer30-secondary-2);}
.text-beer30-secondary-3{color:var(--beer30-secondary-3);}
.text-beer30-accent{color:var(--beer30-accent);}
.text-bucha30-primary-1{color:var(--bucha30-primary-1);}
.text-bucha30-primary-2{color:var(--bucha30-primary-2);}
.text-bucha30-secondary-1{color:var(--bucha30-secondary-1);}
.text-bucha30-secondary-2{color:var(--bucha30-secondary-2);}
.text-bucha30-secondary-3{color:var(--bucha30-secondary-3);}
.text-bucha30-accent{color:var(--bucha30-accent);}

.bg-beer30-primary-1{background-color:var(--beer30-primary-1);}
.bg-beer30-primary-2{background-color:var(--beer30-primary-2);}
.bg-beer30-secondary-1{background-color:var(--beer30-secondary-1);}
.bg-beer30-secondary-2{background-color:var(--beer30-secondary-2);}
.bg-beer30-secondary-3{background-color:var(--beer30-secondary-3);}
.bg-beer30-accent{background-color:var(--beer30-accent);}
.bg-bucha30-primary-1{background-color:var(--bucha30-primary-1);}
.bg-bucha30-primary-2{background-color:var(--bucha30-primary-2);}
.bg-bucha30-secondary-1{background-color:var(--bucha30-secondary-1);}
.bg-bucha30-secondary-2{background-color:var(--bucha30-secondary-2);}
.bg-bucha30-secondary-3{background-color:var(--bucha30-secondary-3);}
.bg-bucha30-accent{background-color:var(--bucha30-accent);}

.hover-bg-beer30-primary-1:hover{background-color:var(--beer30-primary-1);}
.hover-bg-beer30-primary-2:hover{background-color:var(--beer30-primary-2);}
.hover-bg-beer30-secondary-1:hover{background-color:var(--beer30-secondary-1);}
.hover-bg-beer30-secondary-2:hover{background-color:var(--beer30-secondary-2);}
.hover-bg-beer30-secondary-3:hover{background-color:var(--beer30-secondary-3);}
.hover-bg-beer30-accent:hover{background-color:var(--beer30-accent);}
.hover-bg-bucha30-primary-1:hover{background-color:var(--bucha30-primary-1);}
.hover-bg-bucha30-primary-2:hover{background-color:var(--bucha30-primary-2);}
.hover-bg-bucha30-secondary-1:hover{background-color:var(--bucha30-secondary-1);}
.hover-bg-bucha30-secondary-2:hover{background-color:var(--bucha30-secondary-2);}
.hover-bg-bucha30-secondary-3:hover{background-color:var(--bucha30-secondary-3);}
.hover-bg-bucha30-accent:hover{background-color:var(--bucha30-accent);}

.border-beer30-primary-1{border-color:var(--beer30-primary-1);}
.border-beer30-primary-2{border-color:var(--beer30-primary-2);}
.border-beer30-secondary-1{border-color:var(--beer30-secondary-1);}
.border-beer30-secondary-2{border-color:var(--beer30-secondary-2);}
.border-beer30-secondary-3{border-color:var(--beer30-secondary-3);}
.border-beer30-accent{border-color:var(--beer30-accent);}
.border-bucha30-primary-1{border-color:var(--bucha30-primary-1);}
.border-bucha30-primary-2{border-color:var(--bucha30-primary-2);}
.border-bucha30-secondary-1{border-color:var(--bucha30-secondary-1);}
.border-bucha30-secondary-2{border-color:var(--bucha30-secondary-2);}
.border-bucha30-secondary-3{border-color:var(--bucha30-secondary-3);}
.border-bucha30-accent{border-color:var(--bucha30-accent);}
/* ========================================================= */

/***********************************/

/*--- **000 - GLOBAL  ---*/

/**********************************/

html, body {
	position: relative;
	width: 100%;
	max-width: 100%;
}

body {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	background: #fff;
	/* Prevent scroll on narrow devices */
}

body.noscroll {
    position: fixed;
    overflow-y: hidden;
}

#Beer30LoginBackground{
	/* HAND IMAGE  */
	/* background-image: url('/html/images/t5i_homepage/B30-HomeBanner-03.jpg');
	background-position: 47% 40%; */

	/* CYAN BG  */
	/* background-image: url('/html/images/t5i_homepage/2022-Beer30-BG-2-cyan.jpg'); */

	/* BLUE DATA BG */
	background-image: url('/html/images/t5i_homepage/2022-Beer30-BG-1.jpg');

	background-repeat: no-repeat;
	/* background-attachment: scroll; */
	background-attachment: fixed;
	background-size: cover;
	background-origin: content-box;
	width: 100vw;
	height: 100vh;
	min-height: 600px;
}

#Beer30LoginSection {
	position: absolute;
	/* // REA [2022-02-11 21:48]:: AJUST THIS BACK AFTER REMOVING THE ALERT */
	/*top: CALC(40px + 50%);*/
	top: 100px;
	left: 50%;
	padding: 40px 0;
	z-index: 2;
	width: 100%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.b30-login-card {
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}


/* NOT USING WITH THIS BG */
#ColorOverlay {
	background-color: rgba(7, 19, 33, 0.45);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;  /* UPDATE OPACITY TO 1 TO IMPLEMENT */
}


/* @media (max-width: 575px) {} */
/* // REA [2022-02-10 16:37]:: ONLY CHANGE IF MIN HEIGHT IS REACHED */
@media (min-height: 700px ) {
	@media (min-width: 576px ) {
		#Beer30LoginSection {
			/* // REA [2022-02-11 21:48]:: AJUST THIS BACK AFTER REMOVING THE ALERT */
			top: 100px;
			/* top:  CALC(20px + 50%); 
			transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
			-moz-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-o-transform: translate(-50%, -50%); */
		}
	}
	@media (min-width: 768px) {
		#Beer30LoginSection {
			top: 100px;
			/* // REA [2022-02-11 21:48]:: AJUST THIS BACK AFTER REMOVING THE ALERT */
			/* top: 50%; */

		}
	}
	@media (min-width: 992px) {
		#Beer30LoginSection {
			top: 100px;
			/* // REA [2022-02-11 21:48]:: AJUST THIS BACK AFTER REMOVING THE ALERT */
			/* top: 48%; */

		}
	}
	@media (min-width: 1200px) {
		#Beer30LoginSection {
			top: 100px;
			/* // REA [2022-02-11 21:48]:: AJUST THIS BACK AFTER REMOVING THE ALERT */
			/* top: 46%; */
		}
	} 
}

/* ========================================================= */
/* HEADER */

#LoginHeaderBar{
	position: absolute;
	width: 100%;
	max-width: 100vw;
	height: auto;
	top: 0;
	left: 0;
	z-index: 990;
	padding-top: 1rem;
	padding-bottom: 8px;
	background-color: rgba(7, 19, 33, 0.3);

}

#BrandBeer30 .t5i-logo{
	max-width: 140px;
	margin-bottom: 4px;
} 

.b30-login-header{
	font-size: 24px;
	font-weight: bold;
}

.version-number , .version-last-update {
	font-size: 12px;
	line-height: 16px;
}



/* @media (max-width: 575px) {} */
@media (min-width: 576px) {
	#LoginHeaderBar{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 1.5rem;
	}

	#BrandBeer30 .t5i-logo{
		max-width: 160px;
	}
}
@media (min-width: 768px) {
	#LoginHeaderBar{
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 1.75rem;
	}
}
@media (min-width: 992px) {
	#LoginHeaderBar{
		padding-left: 3rem;
		padding-right: 3rem;
		padding-top: 2rem;
	}
}
@media (min-width: 1200px) {
	#LoginHeaderBar{
		padding-left: 4rem;
		padding-right: 4rem;
		padding-top: 2rem;
	}
} 



/* ------------------------ */
/* IE Warning Message */

/* // REA [2022-02-14 00:24]:: ADD PADDING TO THE LOGIN SECITON TO ALLOW FOR SCROLLING WHEN THE IE WARNING IS PRESENT */
#IE_Warning_Message + #LoginHeaderBar + #Beer30LoginSection
{
	padding-bottom: 240px;
}

#IE_Warning_Message
{
	background-color: #f34e0d;
	background-image: -webkit-linear-gradient(to top, #f34e0d , #882700);
	background-image: linear-gradient(to top, #f34e0d , #882700);
	color: #fff0ea;
	font-size: 14px;
	font-weight: 400;
	/* height: 250px; */

}
#IE_Warning_Message h5
{
	color: #fff;
}
#IE_Warning_Message .ie-warning-border
{
	border: 5px solid #ffffff;
}

#IE_Warning_Message .beer30-icon-box 
{
	width: 50px;
	height: 50px;
}

#IE_Warning_Message .beer30-icon-box .beer30-icon 
{
    background: url(/html/images/t5i_homepage/t5i-stein-white.svg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: contain;
    background-position: center center;
}

#IE_Warning_Message a.ie-alert-link
{
	/* color: #ffdada; */
	/* color: #d5eeff; */
	color: #ffe3d7;
	font-weight: bold;
	text-decoration: underline;
}
#IE_Warning_Message em
{
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.5px;
}
#mainNav.ie-shift-down
{
	top: 250px;
}
body.ie-shift-down section:first-of-type
{
	margin-top: 250px !important;
}

@media (min-width: 576px) {

	#IE_Warning_Message .beer30-icon-box 
	{
		width: 120px;
		height: 120px;
	}
}

@media (min-width: 768px) {

	#IE_Warning_Message
	{
		font-size: 16px;
	}

}

/* ------------------------ */



/* ========================================================= */
/* LOGIN PAGE */

#Beer30LoginSection.page-login .b30-login-card {
	max-width: 380px;
}
#Beer30LoginSection.page-login .b30-login-alert {
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;

}

/* .card-title.b30-login-header {} */


/* ========================================================= */
/* 404 PAGE */

#Beer30LoginSection.page-404 .b30-login-card {
	max-width: 380px;
}


/* ========================================================= */
/* UPDATE / SUCCESS / RECOVER */

#Beer30LoginSection.page-reset-success .b30-login-card {
	max-width: 380px;
}

#Beer30LoginSection.page-reset-password .b30-login-card {
	max-width: 380px;
}

#Beer30LoginSection.page-reset-update .b30-login-card {
	max-width: 380px;
}

#Beer30LoginSection.page-reset-success .b30-login-card {
	max-width: 380px;
}



/* ========================================================= */
/* MAIN USAGE */

.overflow-x-hidden {
	overflow-x: hidden !important;
}

.line-height-18 {		line-height: 18px; }
.line-height-21 {		line-height: 21px; }
.line-height-24 {		line-height: 24px; }
.line-height-32 {		line-height: 32px; }


/* LINKS AND INPUTS */
a {
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

*:not(input):not(a):not(.btn):focus 
{
	outline: rgba(164, 196, 235, 0.01) solid .1px;
}
input:focus,
.btn:focus 
{
	outline: rgba(164, 196, 235, 0.3) solid 1px;
}
a:focus {
	outline: none;
}

a.nav-link:focus {
	outline: none;
	-webkit-box-shadow:  0 0 6px 2px #4b8cdc36, inset 0 0 20px 4px #4b8cdc36;
	box-shadow:  0 0 6px 2px #4b8cdc36, inset 0 0 20px 4px #4b8cdc36;
}

body[data-branding='Bucha30'] a.nav-link:focus {
	outline: none;
	-webkit-box-shadow:  0 0 6px 2px #3bb85d36, inset 0 0 20px 4px #3bb85d36;
	box-shadow:  0 0 6px 2px #3bb85d36, inset 0 0 20px 4px #3bb85d36;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

@media (max-width: 575.98px) { 
	h1 { font-size: 32px !important;}
	h2 { font-size: 26px !important;}
	h3 { font-size: 22px !important;}
	h4 { font-size: 19px !important;}
	h5 { font-size: 17px !important;}
}

.text-16px		{ 	font-size: 16px; }
.text-18px		{ 	font-size: 18px !important; }
.text-20px		{ 	font-size: 20px !important; }
.text-small   	{ 	font-size: 14px !important; }
.text-smaller 	{ 	font-size: 12px !important; }
.text-smallest 	{ 	font-size: 10px !important; }
.text-percent80 { 	font-size: 80%; }


.shadow-deep
{
	-webkit-box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.225), 0px 17px 10px -10px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.225), 0px 17px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.225), 0px 17px 10px -10px rgba(0, 0, 0, 0.35);
}

.table-nonfluid {
	width: auto !important;
}

.form-control::placeholder {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
}

.form-control::-webkit-input-placeholder {
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
}

.form-control::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
}

.form-control:-ms-input-placeholder {
	/* IE 10+ */
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
}

.form-control:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
}


/* ANGLE */
/* .angle-bg-light{
	background-image: -webkit-linear-gradient(to bottom right, #F3F6FA 0%, #F3F6FA 40%, #fff 40%);
	background-image: linear-gradient(to bottom right, #F3F6FA 0%, #F3F6FA 40%, #fff 40%);
}

.angle-bg-blue{
	background-image: -webkit-linear-gradient(135deg, #073553 0%, #073553 50%, #0e2b44 50%);
	background-image: linear-gradient(135deg, #073553 0%, #073553 50%, #0e2b44 50%);
}

@media (max-width:991px){
	.angle-bg-blue{
		background:#073553;
	}
}

@media (min-width:992px){
	.angle-bg-light{
		background-image: -webkit-linear-gradient(to bottom right, #F3F6FA 0%, #F3F6FA 40%, #fff 40%);
		background-image: linear-gradient(to bottom right, #F3F6FA 0%, #F3F6FA 40%, #fff 40%);
	}

	.angle-bg-blue{
		background-image: -webkit-linear-gradient(135deg, #073553 0%, #073553 40%, #0e2b44 40%);
		background-image: linear-gradient(135deg, #073553 0%, #073553 40%, #0e2b44 40%);
	}
} */



.btn:not(.btn-sm) {
	letter-spacing: 1.2px;
}

.btn.btn-sm {
	letter-spacing: 1px;
}


.btn.btn-primary:not(:disabled):not(.disabled) {
	color: #fff;
	background-color: #0362d8;
	border-color: #0362d8;
}

.btn.btn-primary:not(:disabled):not(.disabled):hover, .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active {
	border-color: #103869;
	background-color: #103869;
}

.btn.btn-primary:disabled, .btn.btn-primary.disabled, .btn.btn-success:disabled, .btn.btn-success.disabled, .btn.btn-danger:disabled, .btn.btn-danger.disabled {
	border-color: #d0d6dc;
	color: #535c64;
	background: #d0d6dc;
}


.underline-none, a.underline-none:hover, button.underline-none:hover {
	text-decoration: none;
}

.text-underline {
	text-decoration: underline;
}

a.link-white
{
	color: #fff !important;
}

a.link-white:hover
{
	color: #4b8cdc !important;
}


/**********************************/

/*--- **001 -  ---*/

/**********************************/

.bg-light-grey {
	background-color: #F3F6FA;
}

.bg-dark-grey {
	background-color: #2F3338;
}

.bg-light-blue {
	background-color: #86BDE9;
}

.bg-dark-blue {
	background-color: #016fa6;
}

.bg-darker-blue{
	background-color: #112c44;
}

.bg-light-red {
	background-color: rgba(242, 95, 117, 0.55);
}

.bg-dark-red {
	background-color: #9d0119;
}

.bg-light-orange {
	background-color: #ffe6d0;
}

.bg-very-light-orange {
	background-color: #fff8f1;
}

.bg-light-beige{
	background-color: #ececec;
	
}
.bg-beige{
	background-color: #c0c0c0ad;
}
.bg-beige-2{
	background-color: #9f5758;
}


.text-beer30-blue-dark
{
	color: #0f2b44;
}
.text-orange {
	color: #FF8A48;
}

.text-orange-2 {
	color: #e57c40;
}

.text-light-beige{
	color: #ececec;
}
.text-beige{
	color: #C0C0C0;

}


.text-beer30-highlight{
	color: #e57c40;
}

.text-bucha30-highlight{
	color: #7c40e5;
}


.lh-100 {
	line-height: 1;
}

.lh-125 {
	line-height: 1.25;
}

.lh-150 {
	line-height: 1.5;
}

.line-height-18 {		line-height: 18px; }
.line-height-21 {		line-height: 21px; }
.line-height-24 {		line-height: 24px; }
.line-height-32 {		line-height: 32px; }

/* WIDTH - PIXELS */
.width-70px {
	width: 70px;
}

.width-80px {
	width: 80px;
}

.width-100px {
	width: 100px;
}

.width-120px {
	width: 120px;
}

.width-150px {
	width: 150px;
}

.width-250px {
	width: 250px;
}

/* WIDTH - PERCENT */
.w-10 { 	width: 10% !important; }
.w-20 { 	width: 20% !important; }
.w-80 { 	width: 80% !important; }
.w-90 { 	width: 90% !important; }

/* WIDTH - MAX */
.max-width-150px { 	max-width: 150px !important;	}
.max-width-200px {	max-width: 200px !important;	}
.max-width-250px {	max-width: 250px !important;	}
.max-width-320px {	max-width: 320px !important;	}
.max-width-500px {	max-width: 500px !important;	}

.mw-75 {	max-width: 75vw !important;	}


/* WIDTH - MIN */
.min-width-100px { 	min-width: 100px !important;	}
.min-width-150px { 	min-width: 150px !important;	}
.min-width-200px {	min-width: 200px !important;	}
.min-width-250px {	min-width: 250px !important;	}
.min-width-300px {	min-width: 300px !important;	}



.div-true-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.div-vert-center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.border-transparent {
	border: 1px solid transparent !important;
}

.required-field-symbol-before::before {
	font-family: 'FontAwesome';
	content: '\f0da';
	font-weight: 400;
	color: #d9434e;
	font-size: 14px;
	padding: 0 5px 0 0;
	vertical-align: middle;
}

.required-field-symbol {
	vertical-align: middle;
}

.required-field-symbol::after {
	font-family: 'FontAwesome';
	content: '\f0d9';
	font-weight: 400;
	color: #e88524;
	font-size: 14px;
	padding: 0 0 0 5px;
	vertical-align: middle;
}

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* LOGIN ERROR MESSAGES */
/* RED - Light & Dark
  background-color: #f17783;
  color: #d9434e; */

  .success {
	padding: 1em;
	margin-bottom: 1rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #2f934a;
	background-color: #d7f0de;
	border: 1px solid #2f934a6C;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
  }
  
  .error {
	padding: 1em;
	margin-bottom: 1rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #ad353e;
	background-color: #fbeced;
	border: 1px solid #ad353d6c;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
  }

/*
 * Referral link styling below the login block
 */

#referral h3, #referral h1, #referral p {
	font-family: 'Open Sans ExtraBold', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 800;
	line-height: 0.75 !important;
}

#referral p {
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: 600;
	font-size: 12px;
	line-height: 0.75 !important;
}

#referral a {
	display: block;
	/*color: #0f2b44;
	text-decoration: underline;*/
}

.font-orange {
    color: #FFA030;
    /* 900 range below */
    /* color: #E65100; */
}

.font-t5i {
    color: #0e3749;
}

.btn.bg-orange {
	border-color: #e29b30;
	color: #fff;
}

.bg-orange {
	/* background-color: #faad39; */
	background-color: #FFA030;
}

#referButton {
	font-weight: 800;
	width: 175px;
	margin: 0 auto 0.5em;
}

.btn.bg-orange:active, .btn.bg-orange:hover, .nav-link.active.bg-orange {
	background-color: #E65100;
	border-color: #E65100;
}

.btn.bg-orange.focus, .btn.bg-orange:focus {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, .25);
	-moz-box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, .25);
	-ms-box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, .25);
	-o-box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, .25);
	box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, .25);
}