
.reset-pass-input{
	border-radius: 12px;
}

.reset-pass-input:focus{
	box-shadow: none !important;
}

#forgotpass_submit{
	background: #3CB371!important;
	border-color:#3CB371;
}

#username_my_2{
	margin-bottom: 1.5rem !important;
}

.vertical-align-center {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#email::placeholder {
	color: rgba(100, 100, 100, 0.5);
}

#email:focus{
	box-shadow: none !important;
}

.description{
	opacity: 0.5;
	font-weight: 100;
}

#login_username{
	color: #0f222e;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: .5rem !important;
}

#login_password{
	color: #0f222e;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: .5rem !important;
}

#login_forgotpassword{
	color: #0f222e;
	font-size: 12px;
	font-weight: bold;
}

/* Responsive */

@media (max-width: 575px) {
	#login-logo{
		height: 50%  !important;
		width: 100%  !important;
	}
	#login-card{
		margin-bottom: 3rem;
	}
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
	#login-logo{
		height: 50%  !important;
		width: 100%  !important;
	}
}
#midscreen-column{
	display: flex;
	align-items:center;
	height:100%;
	background-color: #10222e;
}
#first-column{
	display: flex;
	align-items:center;
	height:100%;
	background-color: #fff;
}

#login-logo {
	height: auto;
	width: 75%;
	margin: auto;
	object-fit: contain;
}



