.login-card-body, .register-card-body {
    background-color: #fefefe1f !important;
    border-top: 0;

    border-radius: 1rem;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    background-color: #3c3c3b !important;
    border-bottom-right-radius: .25rem;
    border-left: 0;
    border-top-right-radius: .25rem;
    color: #ffcc00;
    border: 1px solid #e8e8e8;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 40px;
}
.mobalogo {
    width: 80% !important;
    height: auto;
    align-content: center;
}
.login-box, .register-box {
    width: 280px !important;
}
.btn-set {
    background: #3c3c3b !important;

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

.arrow-login{
    font-size: 20px !important;
}
.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;

}

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

.frm-pad{
    padding-top: 20px;
}
.set-fa-lock{
    font-size: 1.3rem !important;
}