* {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 600;
}

body {
    background: linear-gradient(rgb(33, 13, 59) 4%, rgb(68, 137, 211) 160%);
}

.left-menu {
    display: inline-block;
    margin: 22px;
}

.left-menu li {
    list-style: none;
}

.logo {
    height: 50px;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.reset-pswd-box {
    width: 385px;
    height: 550px;
    top: 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    margin: 0 20%;
    box-shadow: 0px 0px 20px 10px #00000069;
}

.close-btn {
    display: flex;
    width: 100%;
    height: 55px;
    justify-content: end;
    align-items: center;
}

.bar1,
.bar2 {
    display: block;
    justify-content: end;
    width: 28px;
    height: 3px;
    background-color: rgb(117, 117, 117);
    border-radius: 5px;
    cursor: pointer;
}

.close-btn .bar1 {
    -webkit-transform: rotate(-49deg) translate(-11px, -9px);
    transform: rotate(-49deg) translate(-11px, -9px);
}

.close-btn .bar2 {
    -webkit-transform: rotate(411deg) translate(-9px, 10px);
    transform: rotate(411deg) translate(-9px, 10px)
}

.heading-reset-pswd {
    display: flex;
    align-items: end;
    margin-top: 1.5rem;
    width: 100%;
    margin-bottom: 1rem;
}

.heading-reset-pswd h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 2px
}

.container-2 {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin-top: 1rem; */
    margin-top: 1.9rem;
}

.reset-para {
    width: 100%;
    letter-spacing: 0.8px;
    color: rgb(117, 117, 117);
    line-height: 1.5rem;
}

.form-for-reset {
    padding-top: 30px;
    padding-bottom: 15px;
    width: 100%;
}

.form-for-reset p{
    margin-bottom: 0.5rem;
    letter-spacing: 0.8px;
    color: rgb(117, 117, 117)
}
.boxes input {
    border: none;
    display: block;
    height: 45px;
    /* width: 20rem; */
    width: 100%;
    padding: 0 5px;
    margin-bottom: 2rem;
    border: 2px solid #00000052;
    border-radius: 5px;
    letter-spacing: 1.5px;
    font-size: 16px;
    /* background: #9999993d; */
}

.boxes input:hover,
input:focus {
    outline: none;
}

.submit-btn button {
    border: none;
    font-size: large;
    background: linear-gradient(to left, rgb(33, 13, 59), rgb(68, 137, 211));
    color: #fff;
    width: 100%;
    padding: 13px 7px;
    border-radius: 5px;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.back-to-login {
    display: flex;
}

.back-to-login p a {
    letter-spacing: 0.5px;
    text-decoration: none;
    color: rgb(61, 137, 218);
}

@media (max-width: 1008px) {
    .reset-pswd-box {
        max-width: 385px;
    }
}

@media (max-width: 640px) {
    .container {
        height: 500px;
        margin-top: 6vh;
    }

    .reset-pswd-box {
        height: 330px;
        background: transparent;
        width: 100%;
        margin: 0;
        color: #fff;
        box-shadow: none;
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .close-btn {
        position: absolute;
        top: 15px;
        display: flex;
        justify-content: end;
        margin-right: 15px;
    }

    .bar1,
    .bar2 {
        background-color: #fff !important;
    }

    .reset-para {
        color: #fff;
    }

    .form-for-reset p {
        color: #fff;
    }
    
    .boxes input {
        background: transparent;
        border: none !important;
        border: 1px solid #fff !important;
        border-radius: 3px;
        padding: 0 10px !important;
        color: #fff;
        box-shadow: none;
    }

    /* .boxes input::placeholder {
        color: rgba(255, 255, 255, 0.737) !important;
    } */

    .boxes input:focus-visible {
        box-shadow: 0px 4px 7px 0px #fff;
        transition: all 200ms ease-in-out;
    }

    /* .submit-btn button:hover, */
    .submit-btn button:focus{
        background: #fff;
        color: rgb(42, 46, 99);
        transition: 300ms cubic-bezier(0.48, 0.15, 0.18, 1) !important;
        /* transition: all 0ms ease-in; */
    }

    .back-to-login p a{
        color: rgb(128 189 255) !important;
    }
}

@media (max-width: 400px) {
    .container-2 {
        width: 65%;
    }

    .heading-reset-pswd h1{
        font-size: 25px;
    }

    .reset-para p {
        font-size: 15px;
        line-height: 1.3rem;
    }

    .form-for-reset {
        width: 100%;
    }

    .form-for-reset p{
        font-size: 15px;
    }

    .boxes input {
        width: 100% !important;
        font-size: 80% !important;
    }

    .submit-btn button {
        width: 100% !important;
        font-size: 100% !important;
    }

    .back-to-login p a {
        font-size: 95% !important;
    }
}

@media (max-width: 310px) {
    .container-2 {
        width: 75% !important;
    }

    .heading-reset-pswd h1 {
        font-size: 22px;
    }

    .reset-para p {
        font-size: 13px;
    }
}

@media (max-height: 720px) {
    .container {
        margin-top: 0px;
    }
}
