.mobalogo {
    width: 60% !important;
    height: auto;
    align-content: center;
}
.login-box, .register-box {
    width: 280px !important;

}
.btn {
    background: #ffcc00!important;

    font: inherit;
    line-height: 1;
    margin-top:  1.3em;
    height: 50px !important;
    width: 50px !important;
    border-radius: 100px !important;
    color: #3c3c3b !important;
}
.btn:hover {
    background-color: white !important;
    transition-duration: 0.2s;
    color: #3c3c3b !important;
}

.arrow-login{

    font-size: 25px;
}
.bg { 
    height: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#bg { 
    position: fixed; top: 0; left: 0 !important;
    height: 100% !important;
}
.bgwidth 
{ width: 100% !important;
}
.bgheight 
{ height: 100% !important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffffde !important;
    background-clip: border-box;
    border-radius: 1rem !important;
    border: 1px solid #a59898;

}
.login-card-body, .register-card-body {
    background-color: #ffffff52 !important;
    border-top: 0;
    padding:10px 19px !important;
    border-radius: 1rem;
}
.responsive {
    width: 100%;
    height: auto;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    background-color: #ffcc00 !important;
    border-bottom-right-radius: .25rem;
    border-left: 0;
    border-top-right-radius: .25rem;
    color: #2b2b2b !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.login-logo, .register-logo {
    font-size: 2.1rem;
    font-weight: 300;
    margin-bottom: 2rem !important;
    text-align: center;
}
.btn_trans{
    
    background: transparent !important; border: none !important;
}

.a_link_for{
    
    color: #3c3c3b;
   
}
.a_link_for:hover{
    
    color: #ffcc00;
   
}
/*updated card css */
 .card {
    background-color: #464545 !important;
}
.login-logo, .register-logo {
    margin-bottom: 0rem !important;
}
.mobalogo {
    width: 100% !important;
    height: auto;
    vertical-align: middle;
    padding-bottom: 31px;
    padding-top: 12px;
}
i.fa.fa-sign-in-alt.arrow-login {
    color: #fff;
}
a.btn.sign_in_btn {
    position: absolute;
    top: -23px;
    right: -34px;
    display: flex;
    align-items: center;
}
.login-card-body, .register-card-body {
    background: #fff;
    border-top: 0;
    color: #98b86d !important;
    padding: 5px 25px;
    font-weight: 800;
}
.login-card-body, .register-card-body {
    background-color: #40403e !important;
    border-top: 0;
    padding: 4px 15px;
    border-radius: 15px;
    font-weight: 800;
}
.btn {
    background: #ffcc00!important;
    background-image: linear-gradient(#719d50, #506e2e, #7fb23f) !important;
    font: inherit;
    line-height: 1;
    margin-top: 1.3em;
    height: 50px !important;
    width: 50px !important;
    border-radius: 100px !important;
    color: #3c3c3b !important;
    border: 1px solid #ffff !important;
}
.btn:hover {
    background: #ffcc00!important;
    background-image: linear-gradient(#506e2e, #719d50, #506e2e) !important;
    font: inherit;
    line-height: 1;
    margin-top: 1.3em;
    height: 50px !important;
    width: 50px !important;
    border-radius: 100px !important;
    color: #3c3c3b !important;
    border: 1px solid #ffff !important;
}
/*end*/