﻿body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

#logo-panel {
    max-width: 65%;
    width: auto;
    height: auto;
}

#verification-code-box {
    width: 80%;
    height: 30px;
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 9px;
    opacity: 1;
    padding: 0;
    border: 1px solid black;
    text-align: center;
    color: lightgray;
    font-size: 13px;
    display: flex;
    justify-content: center;
}

#verification-code-input {
    width: 90%;
    height: 90%;
    border: 0;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.25px;
    outline: none;
    font-family: var(--font-3);
}

#new-password-box {
    width: 80%;
    height: 30px;
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 9px;
    opacity: 1;
    padding: 0;
    border: 1px solid black;
    text-align: center;
    color: lightgray;
    font-size: 13px;
    display: flex;
    justify-content: center;
}

#new-password-input {
    width: 90%;
    height: 90%;
    border: 0;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.25px;
    outline: none;
    font-family: var(--font-3);
}

.clickable {
    cursor: pointer;
    opacity: 1;
}

    .clickable:hover {
        opacity: 0.7;
    }

.forgot-password-background {
    background-image: url("../images/bg_home_drk.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-container {
    text-align: center;
    padding: 10px;
    width: 300px;
    height: auto;
    background: white;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.2); /* thin border */
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* light shadow */
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

#forgot-password-box {
    width: 80%;
    height: 30px;
    background-color: white;
    background-repeat: no-repeat;
    border-radius: 9px;
    opacity: 1;
    padding: 0;
    border: 1px solid black;
    text-align: center;
    color: lightgray;
    font-size: 13px;
    display: flex;
    justify-content: center;
}

#forgot-password-input {
    width: 90%;
    height: 90%;
    border: 0;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.25px;
    outline: none;
    font-family: var(--font-3);
}

#reset-button {
    width: 85%;
    height: 40px;
    background-color: #6ABDFF;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.2); /* thin border */
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* light shadow */
    opacity: 1;
    padding: 0;
    text-align: center;
    color: white;
    font-size: 19px;
    font-family: var(--font-4);
    cursor: pointer;
    margin-top: 6%;
    transition: transform 0.3s ease;
}

#reset-button:hover {
    transform: scale(1.025);
}

.forgot-password-heading {
    font-family: var(--font-3);
    /*font-weight: bold;*/
    width: 96%;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    font-size: 25px;
}

.heading-sub {
    font-family: var(--font-3);
    /*font-weight: bold;*/
    width: 90%;
    text-align: center;
    margin: auto;
    padding-top: 20px;
}

.reset-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 35px;
}


#reset-button {
    width: 85%;
    height: 40px;
    background-color: #6ABDFF;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.2); /* thin border */
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* light shadow */
    opacity: 1;
    padding: 0;
    text-align: center;
    color: white;
    font-size: 19px;
    font-family: var(--font-4);
    cursor: pointer;
    margin-top: 6%;
    transition: transform 0.3s ease;
}

#reset-button:hover {
    transform: scale(1.025);
}


.go-back-button {
    width: 80%;
    height: 35px;
    background-color: gray;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.2); /* thin border */
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* light shadow */
    opacity: 1;
    padding: 0;
    text-align: center;
    color: white;
    font-size: 19px;
    font-family: var(--font-4);
    cursor: pointer;
    margin-top: 20px;
}

.go-back-button:hover {
    transform: scale(1.025);
}


#gray-background-loader {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000000ba;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
}


#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #6ABDFF;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}





#container-2 {
    display: none;
}

#newPassword_error {
    font-family: var(--font-3);
    color: red;
    font-size: 14px;
    display: block;
    margin-top: 12px;
}



#user-input_error {
    font-family: var(--font-3);
    color: red;
    font-size: 15px;
    display: block;
    margin-top: 12px;
}

#container-3 {
    display: none;
    height: 200px !important;
}





@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 515px) {

    .forgot-password-heading{
        font-size: 25px;
        }


    .content-container {
        width: 400px;
    }

    .reset-box {
        display: block;
    }
}

    @media screen and (max-width: 415px) {

        .content-container {
            width: 300px;
        }
    }