﻿ .login-logo img {
    width: 50%;
}
.login-box, .register-box {
    width: 458px;
}
.login-box-msg, .register-box-msg {
     padding:0px; 
}
 
 
p.login-box-msg {
    text-align: left;
    margin-bottom: 14px;
}
.card-body.login-card-body {
    box-shadow: 0px 7px 24px #cccccc!important;
}
.btn {
    color: #ffffff;
    background-color: #000 !important;
    border: 1px solid #000 !important;
    padding: 0.375rem 28px;
}
.btn:hover {
    background-color: #151515!important;
    border: 1px solid #151515!important;
}

.fa-btn-loader{
color:#fff;
}

.pull-right {
  float: right;;
}

.captcha {
    margin: 0 0 30px;
}

.g-recaptcha > div{
	margin:auto;
}