/*Login Page*/
/*******************Login Sections************************/
.auth-blade{   
    border: 0px;
    margin-top: 0px;
}
.auth-blade .logo{
    margin:0 auto;
}
.auth-blade .accountbg {
    position: relative;
    background-size: contain !important;
    background-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    /* -webkit-box-shadow: inset 0 0 0 2000px rgb(25 30 18 / 85%);
    box-shadow: inset 0 0 0 2000px rgb(25 30 18 / 85%) */
}

.auth-blade .input-group-text {
    font-size: 0.9rem;
    background-color: #f8f9fa; 
}

.auth-blade .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.alert {    
    color: #ffffff;
    background-color: #a30909;   
}

.auth-blade .btn-primary {
    color: #fff;
    border: 1px solid #5a5d55;
    padding: 1em 8em;
    margin-top: 4px;
    margin-left: 2em;
    /* background: var( --bs-darkgreen); */   
    background:  rgba(62, 138, 160);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.auth-blade .btn {
    border-radius: 3px;
    font-size: 0.9rem;
    line-height: 24px;
}

.auth-side-banner h1 {
    color: #b1e556;
    z-index: 1;
    font-size: 3em;
    line-height: 1.1em;
}

.auth-side-banner h4 {
    color: #FFF;
    z-index: 1;
    font-weight: 400;
    font-size: 1.2rem;
}

.auth-blade .accountbg .overlay {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e8519e;
    background: -webkit-linear-gradient(bottom, #e8519e, #c77ff2);
    background: -o-linear-gradient(bottom, #e8519e, #c77ff2);
    background: -moz-linear-gradient(bottom, #e8519e, #c77ff2);
    background: linear-gradient(bottom, #e8519e, #c77ff2);
    opacity: 0.5;
}

/*******************Login Sections************************/
.auth-blade .card {
    border: none;
}
.btn-login{
    margin: 0 auto;
    padding: 1em 5em;
    border-radius: 10px !important;
}
.btn-signup{
    margin: 0 auto;
    padding: .7em 5em;      
    color: #000;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 700;
    border:1px solid #ddd;
}
   

.contents .form-group{ position: relative; z-index: 9; }
.contents .form-group label { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; z-index: -1; }
.contents .form-group input { height: calc(1.5em + 0.75rem + 5px); background: transparent; border: none; border-radius: 0; padding-left: 0; padding-right: 0; border-bottom: 1px solid #ccc; }
.contents .form-group.field--not-empty label { margin-top: -25px; }
.contents .form-group label{ font-size: 12px; display: block; margin-bottom: 0; color: #b3b3b3; }
.contents .form-control:active, .contents .form-control:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; }
.contents .btn { border-radius: 3px; font-size: 0.9rem; line-height: 14px; }
.show-pass{ position:absolute; top: 50%; transform: translateY(-50%); right: 5%; font-size: 0.7rem; color: rgba(0, 0, 0, 0.3); }
.show-pass:hover{ color: #4302b9; }
.forgot-pass{ font-size: 0.8rem; }
.forgot-pass:hover{ color: #4302b9 !important; }
.input100:focus { border-color: #3e02b9; transition: all .8s; }
