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

}

.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px !important;
    padding: 20px;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    border-radius: 10px;
}
.btn {

    background: #007abf!important;
    font: inherit;
    line-height: 1;
    margin-top: 1em !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 100px !important;
    color: #fff !important;
}
.btn:hover {
    background: #ff6600 !important;
    color: #fff !important;
    transition-duration: 0.2s;

}

.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: 5px !important;
    border: 1px solid #a59898;



}
.login-card-body, .register-card-body {
    background-color: #ffffff52 !important;
    border-top: 0;
    padding: 20px;
    border-radius: 1rem;
    height: 400px !important;
}
.responsive {
    width: 100%;
    height: auto;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    background-color: #ff6600 !important;
    border-bottom-right-radius: .25rem;
    border-left: 0;
    border-top-right-radius: .25rem;
    color: #f2f0ed !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: #ff6600;

}

.poweredby{
    text-align: center;
    margin-top: 40px;
}

@media only screen and (width: 768px) {
    .small_bg img{

       display: none;

    }


}
