@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
	font-family:'Roboto';
}

body#login {
	background:#7a7053 url(../img/login-bg.jpg) top center no-repeat;
}
#login-wrapper {
	width:369px;
	position:absolute;
	top:10%;
	right:15%;
}
#login-content {
	background: #edf4fa;
	min-height: 455px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 10px;
	border-radius: 10px;
	text-align:center;
}
#login-content #login-logo {
	background:#243f6b url(../img/logo-white.svg) center 97px no-repeat;
	height:125px;
	position:relative;
	border-radius: 10px 10px 0px 0px;
}
#login-content #login-logo:after {
	content:"";
	position:absolute;
	bottom:-32px;
	width:100%;
	height:35px;
	background-size:contain;	
}

/*background:url(../img/login-banner.png) 0 0 no-repeat;*/

#login-form {
	padding-top: 35px;
	padding-bottom: 5px;
}
#login-content h2 {
	font-size: 26.5px;
	color: #243f6b;
	margin: 0 0 20px;
	line-height: 34px;
}
#login-content h2 span {
	display:block;
	clear:both;	
	color:#223e69;
}

::placeholder {
	color: #777;
}

#login-content input.text {
	font-size:18px;
	display:block;
	width:290px;
	margin:0 auto;
	background:#fff;
	border: #243f6b 1px solid;
	border-radius:10px;
	height:48px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:15px;
}
#login-content button.btn {
	display: block;
	width: 290px;
	margin: 10px auto;
	background: #213d69;
	border: 1px solid #a0afc3;
	border-radius: 10px;
	font-size: 18px;
	height: 48px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: bold;
}

#login-content button.btn:hover {
	opacity:0.9;
}

#login-content .learn-more {
	color:#213d69;
	font-size:15px;
	text-align:center;
	margin-bottom:0;
}
#login-content .learn-more a {
	color:#213d69;
	text-decoaration:none;
	font-weight:bold;
}
#login-content .learn-more a span {
	color:#0e66a0;	
}
#login-content .email-us {
	font-size:12px;
	color:#213d69;
	text-align:center;
	padding-bottom:20px;
}
#forgot-password-form,
#forgot-password-confirmation {
	padding-top:62px;
	padding-bottom:20px;
	display:none;
}
#forgot-password-form h2,
#reset-password-form h2 {
	margin-bottom:5px;
}
#forgot-password-form h5,
#forgot-password-confirmation h5,
#reset-password-form h5 {
	font-size:12px;
	color:#213d69;
	padding-left:60px;
	padding-right:60px;
	padding-bottom:15px;
	margin-top:0;
	}
#forgot-password-form button.btn {
	margin-bottom:50px;	
}
#forgot-password-form p {
	text-align:center;
	margin-bottom:0;
}
#forgot-password-form p a {
	color:#213d69;
}
#forgot-password-callout,
#need-account-callout {
	background:#edf4fa;
	border-radius:4px;
	margin:0 0 40px;
}
#forgot-password-callout h2,
#need-account-callout h2 {
	font-size:21px;
	color:#223e69;
	margin:0;
	line-height: 35px;
}
#forgot-password-callout h3,
#need-account-callout h3 {
	font-size:18px;
	color:#243f6b;
	margin:2px 0 0;
	font-weight: bold;
}
#forgot-password-callout h3 a,
#need-account-callout h3 a {
	text-decoration:none;
	color:#243f6b;
	font-weight: bold;
}

a:hover {
	opacity:0.9;
}

@media screen and (max-width:839px) and (min-width:650px) {
	#login-wrapper {
		width:369px;
		left:auto;
		right:1%;
	}
}
@media screen and (max-width:730px) and (min-width:650px) {
	body#login {
		background-position:-680px top;
	}	
}
@media screen and (max-width:649px) {
	body#login {
		background: #d8c0ad url(../img/login-bg-mobile.jpg) center top no-repeat;		
	}
	#login-wrapper {
		width:auto;
		position:relative;
		right:auto;
		top:2%;
		left:auto;
		margin:0 5%;
	}
	#login-content #login-logo:after {
		background-size:cover;	
		background-size:100% 35px;
	}
	#login-form {
		padding-left: 10%;
		padding-right:10%;
	}
	#login-content h2 {
		padding:0;
	}
	#login-content input.text {
		width:100%;
		margin-left:0;
		margin-right:0;
	}
	#login-content button.btn {
		width:100%;
	}
	#forgot-password-callout h2, #forgot-password-callout h3 {
		padding-left:0;		
	}
	#forgot-password-form,
    #forgot-password-confirmation {
		padding-left:10%;
		padding-right:10%;
	}
	#forgot-password-form h5,
    #forgot-password-confirmation h5,
    #reset-password-form h5 {
		width:100%;
		padding-left:0;
		padding-right:0;
	}		
}