* {
    /*
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Nunito Sans', sans-serif;
    */
}
body:has(> div div div.login-card){
    background-color: #fff;
}

.brand-logo{
    margin-left: 63px;
    margin-top: 43px;
    width: 125px;
}
.brand-logo img{
    width: 100%;
}
.login-img{
    width: 500px;
    max-width: 100%;
}
.login-img img{
    width: 100%;
    height: 100%;
}
.section-img{
    max-width: 100%;
}
.section-img img{
    width: 100%;
    height: auto;
}
.form-input{
    position:relative;
}
.form-input i{
    position: absolute;
    left: 45px;
    top: 15.5px;
    opacity: 0.7;
}
.form-input i.fa-eye{
    left: 310px;
}
.login-card{
    width: 500px;
    height: 480px;
    border-radius: 21px;
    margin: 0px auto;
    padding:66px 68px 126px 68px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 2px 7px #d7d2d2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,-50%);
}
.login-card .form-input input{
    width: 350px;
    height: 45px;
    border-radius: 40px;
    padding-left: 80px;
    margin-top: 30px;
}
button:focus, input:focus{
    outline: none;
}
.field-text{
    text-align: end;
    margin: 15px 15px;
}
.field-text a{
    color: #7d7d7d;
}
.login-card button{
    margin-top: 20px;
    width: 350px;
    height: 45px;
    border-radius: 40px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
    background: rgb(0,192,0);
    background: linear-gradient(130deg, rgba(0,192,0,1) 51%, rgba(0,96,0,1) 97%, rgba(255,183,0,1) 99%);
}
.button{
    position: relative;
}
.button i{
    position: absolute;
    right: 30px;
    top: 29px;
    font-size: 30px;
    color: #fff;
}
.login-card button:hover{
    background: rgb(0,192,0);
    background: linear-gradient(357deg, rgba(0,192,0,1) 0%, rgba(44,215,44,1) 2%, rgba(6,95,6,1) 4%, rgba(24,86,3,1) 100%);
}
.login-card button:focus {
    outline:none;
}
.reset-card button:focus {
    outline: none;
}
/* Media Query */
@media (max-width:992px)
{
    .login-img{
        display: none;
    }
    .section-img{
        display: none;
    }
    .login-card{
        width: 350px;
        min-height: 350px;
        transform: translate(-50%, -60%);
        box-shadow: none;
        padding: 10px 20px 50px 20px;
        overflow: hidden;
    }
    .login-card .form-input input{
        width: 300px;
        height: 35px;
        border-radius: 40px;
        padding-left: 40px;
        margin: 10px auto;
    }
    .brand-logo{
        margin: 20px auto 0px auto;
        width: 100px;
    }
    .form-input i{
        left: 20px;
        top: 9px;
        opacity: 0.7;
        font-size: 15px;
    }
    .form-input i.fa-eye{
        left: 280px;
    }
    h1{
        font-size: 35px;
        margin-bottom: 30px;
    }
    .login-card button{
        margin-top: 30px;
        width: 300px;
        height: 35px;
        border-radius: 40px;
        font-size: 16px;
    }
    .button i{
        position: absolute;
        right: 50px;
        top: 38px;
        font-size: 20px;
        color: #fff;
    }
}
@media(max-width: 576px)
{
    .login-card{

        transform: translate(-50%, -50%);
    }
}
@media(max-width: 350px)
{
    .login-card{
        margin-top: 10px;
    }
    .login-card h1{
        margin-bottom: 25px;
        font-size: 30px;
    }
    .brand-logo{
        margin-top:40px;
        width: 70px;
    }
}
/* Dashboard */
.side-menu{
    width: 300px;
    height: 100vh;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #a32b2b;
}


/* Reset Password */
.reset-card .form-input input {
    width: 350px;
    height: 45px;
    border-radius: 40px;
    padding-left: 80px;
    margin-top: 30px;
}

.reset-img {
    width: 250px;
    max-width: 100%;
}

.reset-img img {
    width: 100%;
    height: 100%;
    margin-left: 170px;
    margin-top: 50px;
}

.reset-card h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.reset-card {
    width: 450px;
    height: 420px;
    padding: 66px 50px 100px 50px;
    border-radius: 21px;
    margin: 0px auto;
    background-color: #fff;
    text-align: center;
    box-shadow: 0px 2px 7px #d7d2d2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%,-50%);
}

.reset-card button {
    margin-top: 70px;
    width: 350px;
    height: 45px;
    border-radius: 40px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
    background: rgb(0,192,0);
    background: linear-gradient(130deg, rgba(0,192,0,1) 51%, rgba(0,96,0,1) 97%, rgba(255,183,0,1) 99%);
}
/* Media */
@media (max-width:992px) {
    .reset-img {
        display: none;
    }

    .reset-card {
        width: 350px;
        height: 350px;
        transform: translate(-50%, -70%);
        box-shadow: none;
        padding: 10px 0px 50px 0px;
        overflow: hidden;
    }

    .reset-card .form-input input {
        width: 300px;
        height: 35px;
        border-radius: 40px;
        padding-left: 40px;
        margin: 10px auto;
    }

    .reset-card h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .reset-card button {
        margin-top: 30px;
        width: 300px;
        height: 35px;
        border-radius: 40px;
        font-size: 16px;
    }
}

@media(max-width: 576px) {
    .reset-card {
        transform: translate(-50%, -50%);
    }
}

@media(max-width: 350px) {
    .reset-card {
        margin-top: 10px;
    }

    .reset-card h1 {
        margin-bottom: 25px;
        font-size: 25px;
    }

    .sub-text {
        font-size: 14px;
    }

    .reset-card .form-input input {
        width: 300px;
        height: 35px;
        border-radius: 40px;
        padding-left: 40px;
        margin: 10px auto;
    }

}