.card p{font-size:14px; margin-bottom: 10px;}
a {color: #0056b3;}
a:hover{color: #f68c33;}
/*Login*/
.login_logo{max-width:100%; max-height: 60px;}
.login_page_bg{background:url('../../../images/va/loginbg.jpg') no-repeat 0 0/cover;}
/*.login_page_bg{background: rgb(0,80,149);background: linear-gradient(to left, #71abf3 0%, #8cc0ff 51%, #71abf3 100%;)}*/
.login-page, .register-page {height: 100vh;display: table;width: 500px;margin: auto;padding: 15px 0;}
.login-box, .register-box {display: table-cell;margin: auto;vertical-align: middle !important;}
.login-box-body, .register-box-body {padding: 50px;border-radius: 16px;overflow: hidden;background: #fff;border-top: 0;color: #333;margin: 20px;box-shadow: 0 12px 34px 0 rgba(9, 39, 57, 0.2) !important;}
.login-box-body .form-control {background: #fff;height: 48px;border-radius: 100px !important;font-size: 16px;padding: 10px 12px 10px 42px; border: solid 1px #e2e2e2;}
.login-box-body .user_icon{position: absolute;top: 16px;left: 34px;z-index: 9;color: #b3b3b3;font-size: 18px;}
.login-box-body .show_pass{position: absolute;top: 16px;right: 34px;z-index: 9;color: #b3b3b3;font-size: 18px;}

.btn_login {border: none;border-radius: 100px;height: 48px;line-height: 36px;padding: 0;font-size: 16px;box-shadow: 0px 6px 10px 0px #dbdbdb;color: #fff;cursor: pointer;text-align:center;text-transform: uppercase;display: inline-block;-o-transition: all .4s ease-in-out;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;background-size: 200% auto;}
.btn_login {background-image: linear-gradient(to left, #71abf3 0%, #8cc0ff 51%, #71abf3 100%)}
.btn_login:hover {color: #fff !important;background-position: right center;}
.login-box .copyright_text{font-size: 13px;color: #2a4d79;}
.login-box .custom-control-input:checked ~ .custom-control-label::before {border-color: #5caf02;background-color: #5caf02;}

@media (max-width:767px){
.login_logo{max-height: 60px;}
}
@media (max-width:480px){
.login-page, .register-page {width: 100%;}
.login-box-body, .register-box-body {padding:25px;}
}