.login-page{
	/*background-image: url('../image/bg-login.png');*/
	background-color: #cccccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-ms-flex-align: center;
    align-items: center;
    background: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-page .login-box{
	border-radius: 2rem;
	min-height: 380px;
	box-shadow: 0 0 1px rgba(0,0,0,.1), 0 1px 20px rgba(0,0,0,.1);
	background: #fff;
}
.login-logo{
	font-weight: 500;
	margin-bottom: 0;
	color: #1474AE;
}
.login-box-msg{
	font-size: 13px;
	margin-bottom: 20px;
}
.login-box-body{
	background: transparent;
	padding: 20px 35px;
}
.login-box-body .form-group .form-control{
	border-right: 1px solid #ced4da;
	border-radius: .50rem;
    height: calc(3.50rem + 4px);
}
.btn-login{
	background-image: linear-gradient(#14A9AE , #1474AE);
	border-color: transparent;
    height: calc(3.50rem + 4px);
    margin-top: 20px;
}