
.form-signin{
	max-width: 330px;
	height: calc( 100vh - 32px);
	margin: auto;
	padding-top: 5%
}
.form-signin .form-signin-heading, .form-signin .checkbox{
	margin-bottom: 10px;
}
.form-signin .checkbox{
	font-weight: normal;
}


.form-signin .form-control:focus{
	z-index: 2;
}
.form-signin input[type="text"]{
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input[type="password"]{
	margin-bottom: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.forgot-password-title {
	width: 100%;
	border-bottom: 1px solid #CCC;
}


.forgot-password-title h1 {
	font-size: 2em;
	font-weight: 800;
	color: #233D92 !important;
}

.forgot-password {
	width: 500px;
	/*height: calc( 100vh - 32px);*/
	margin: 48px;
	margin-left: 10%;
}

.forgot-password h3 {
	font-size: 1.5em;
	font-weight: 600;

}

.forgot-password p {
	margin-top: 16px;
}

.back-shop-store {
	display: inline-flex;
	margin: 16px;
	top:0;
	right:0;
	position: absolute;
}