/*------------------------------------------------*/
/* 	MOBILE-S: 320px - 374px. (Bootstap Grid: -xs-)*/
/*------------------------------------------------*/
.bannerTextHeader {
	font-size: 1.25em;
	text-align: center;
	margin: 0.75em 0.5em;
	color: #005146;
}

.contentForgotEmail {
	width: 21em;
	margin: 0 auto;
}

#submitBtn {
	font-size: 1em;
	letter-spacing: 0.5em;
	padding: 0.5em 2em;
	border-radius: 0.5em;
	background: #00bbb4;
	color: white;
	border: 0px;
	transition-duration: 0.8s;
}

#submitBtn:hover {
	background: orange;
	color: black;
}

label.error {
	color: red;
	font-style: italic;
	font-weight: normal;
}

/*-------------------------------------------------*/
/* 	MOBILE-M: 375px - 424px. (Bootstap Grid: -xs-) */
/*-------------------------------------------------*/
@media screen and (min-width: 375px) {
	
}

/*-------------------------------------------------*/
/* 	MOBILE-L: 425px - 599px. (Bootstap Grid: -xs-) */
/*-------------------------------------------------*/
@media screen and (min-width: 425px) {

}

/*-------------------------------------------------*/
/* 	MOBILE-XL: 600 - 767 px. (Bootstap Grid: -xs-) */
/*-------------------------------------------------*/
@media screen and (min-width: 600px) {

}
	
/*------------------------------------------------------------------------*/
/* 	TABLET: 768px - 1049 px. (originally: 1023px, overwritten to: 1049px) */ 
/*	(Bootstap Grid: -sm-) 												  */
/*------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	
}

/*----------------------------------------------------------------------------------*/
/* 	DESKTOP/LAPTOP-S: 1050px - 1199px (originally: 1025px, overwritten to: 1050px). */
/* (Bootstap Grid: -md-) 															*/
/*----------------------------------------------------------------------------------*/
@media screen and (min-width: 1050px) {
	
}

/*------------------------------------------------------------*/
/* 	DESKTOP/LAPTOP-M: 1200px - 1439 px. (Bootstap Grid: -lg-) */
/*------------------------------------------------------------*/
@media screen and (min-width: 1200px) {

}

/*-----------------------------------------------------------*/
/* 	DESKTOP/LAPTOP-L: 1440px - 1999px. (Bootstap Grid: -lg-) */
/*-----------------------------------------------------------*/
@media screen and (min-width: 1440px) {
	
}

/*----------------------------------------------------*/
/*	LAPTOP-XL: 2000px - 2559px. (Bootstap Grid: -lg-) */
/*----------------------------------------------------*/
@media screen and (min-width: 2000px) {
	
}

/*--------------------------------------------*/
/* 	4-K: 2560px and up. (Bootstap Grid: -lg-) */
/*--------------------------------------------*/
@media screen and (min-width: 2560px) {
	
}