.mobalogo {
    width: 60% !important;
    height: auto;
    align-content: center;
}

.login-box,
.register-box {
    width: 280px !important;

}

.login-page,
.register-page {

    background: #fff !important;
    background-image: linear-gradient(to bottom, #fff, #ececec) !important;

}

/* body.login-page img#bg {
    display: none;
} */
.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 {
    border-top: 0px;
    padding: 4px 15px;
    border-radius: 2px;
    font-weight: 800;
    background-color: #fff !important;
}

.responsive {
    width: 100%;
    height: auto;
}

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
    background-color: #3c3c3b !important;
    border-bottom-right-radius: 0.25rem;
    border-left: 0;
    border-top-right-radius: 0.25rem;
    color: #ffffff !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: 68% !important;
    height: auto;
    vertical-align: middle;
    padding-bottom: 31px;
    padding-top: 12px;
    /* filter: brightness(0.5); */
}

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: #ff9c9a !important;
    padding: 5px 25px;
    font-weight: 300;
}

.btn {
    background: #ffcc00 !important;
    background-image: linear-gradient(to bottom, #ffcc00, #ffcc00) !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(to bottom, #3c3c3b, #3c3c3b) !important;


    border-radius: 100px !important;
    color: #fff !important;

}

button.btn {
    position: relative;
    top: 41px;
    right: 10px;
    border: 3px solid #ffff !important;
}

.input-group {
    margin-top: 20px;
}

/*end*/

.login-card-body,
.register-card-body {
    background: #233039 !important;
    border-radius: 10px;
}

.blurred-box {
    position: relative;
    width: 250px;
    height: 370px;
    top: calc(50% - 175px);
    left: calc(50% - 125px);
    background: inherit;
    border-radius: 2px;
    overflow: hidden;
    border-top: 3px solid #ffcc00;
}

/* .blurred-box:after{
    content: '';
    width: 300px;
    height: 300px;
    background: inherit; 
    position: absolute;
    left: -25px;
    left: position;
    right: 0;
    top: -25px;  
    top: position ;
    bottom: 0;
    box-shadow: inset 0 0 0 200px rgba(255,255,255,0.05);
    filter: blur(10px);
} */

.login-card-body .input-group .input-group-text,
.register-card-body .input-group .input-group-text {
    background-color: transparent !important;
}

.login-card-body .input-group {
    background-color: transparent !important;
}