
:root {
    --body-bg: #ebedff;
    --bg-color: #ebedff;
    --text-color: #3c3c3c;
    --title-color: #0b0025;
}
/* LOGIN CSS */

.category-course-list-area.login-box {
    height: 100vh;
    background-size: cover!important;
}

.category-course-list-area.login-box .sign-up-form {
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
}

.category-course-list-area.login-box {
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    background-position: bottom left;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,232,255,1) 100%);
    /* background-blend-mode: luminosity;
    padding-top: 100px;
    z-index: 1;
    position: relative;
}
.category-course-list-area.login-box:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.7;
    z-index: -1; */
}

.logo-img img {
    width: 100%;
    height: 100%;
    max-width: 120px;
}

.category-course-list-area.login-box .sign-up-form .sign-up-form-head {
    /* text-align: center; */
    margin-bottom: 20px;
}

.category-course-list-area.login-box .sign-up-form .sign-up-form-head .navbar-brand img {
    /* width: 100%;
    height: 100%; */
    max-width: 260px;
    /* padding-bottom: 5px;
    margin-bottom: 15px; */
    max-height: 50px;
}

.login-logo {
    height: 100%;
    width: 100%;
    max-width: 100vh;
}

.category-course-list-area.login-box .login-media {
    width: 100%;
    height: 90vh;
    /* background: rgba(133, 87, 255, 0.3);
    padding: 30px;
    border-radius: 10px;
    border: 5px solid rgba(133, 87, 255); */
}

.category-course-list-area.login-box .login-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* max-width: 560px; */
}

.btn-info:hover {
    color: var(--text-color);
}

.login-box .form-control {
    background-color: transparent !important;
    color: var(--text-color) !important;
}

.login-box .form-control::placeholder {
    color: var(--text-color) !important;
}


/* login form css */

.category-course-list-area.login-box .sign-up-form{
    background-color: rgb(0 0 0 / 30%);
    padding: 20px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
}
.category-course-list-area.login-box .sign-up-form .sign-up-form-head .navbar-brand{
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid rgb(255 255 255 / 50%);
}
.category-course-list-area.login-box .sign-up-form .sign-up-form-head .title{
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
}
.category-course-list-area.login-box .sign-up-form .sign-up-form-head .sub-title{
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
}
.category-course-list-area.login-box .sign-up-form .forgot-link{
    color: #ffffff;
    font-size: 14px;
    margin-top: 15px;
}
.category-course-list-area.login-box .sign-up-form .login-btn{
    margin: 25px 0 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 6px 25px;
    border-radius: 10px;
    box-shadow: 3px 5px 5px 0 rgba(26, 60, 177, 0.2);
}
.sign-up-form .form-group label{
    font-size: 14px;
    color: #fff;
}
.category-course-list-area.login-box .sign-up-form .toggle-password{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
    z-index: 99;
}
.sign-up-form .form-group .input-group input{
    border-radius: 10px!important;
    border: 1px solid rgb(255 255 255 / 60%);
    border-bottom: 3px solid rgb(255 255 255 / 60%);
    height: 45px;
    color: #fff!important;
}
.sign-up-form .form-group .input-group input::placeholder{
    color: rgba(255, 255, 255, 0.6)!important;
}
.sign-up-form .form-group .input-group input:focus{
    border-color:rgba(1, 182, 239, 1);
}
::selection{
    background-color: rgba(1, 182, 239, 1)!important;
    color: #fff!important;
}