﻿
.content-header {
    text-align: center !important;
}

.content-title {
    font-weight: bold;
    font-size: 32px;
}

.content-des {
    color: #a9a9a9;
    font-size: 16px;
    max-width: 60%;
    text-align: justify;
    margin-left: 8rem;
}

.input-reset {
    width: 463px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid #DAE2EE;
    padding-left: 50px;
    margin-bottom: 0;
    outline: none;
    font-size: 16px;
    font-family: sf-display-light;
}
    .input-reset::placeholder{
        color: #999;

    }

::-webkit-input-placeholder {
    font-style: inherit!important;
}
.form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .form-container .reset-fr-input img {
        align-self: flex-start;
        width: 4%;
        position: relative;
        left: 4%;
        bottom: -34px;
    }

    .form-container button {
        -webkit-transition: all 0.4s ease;
        background: linear-gradient(90deg, #0873D6 0%, #0835D6 100%);
        justify-content: center;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 0;
        padding: 0.7em 2.5em;
        align-items: center;
        font-size: 16px;
        border-radius: 8px;
        text-transform: uppercase;
        margin: 20px 0;
    }

    .form-container p {
        font-family: sf-display-light;
        color: #666;
        font-style: italic;
        text-align: center;
    }

        .form-container p a {
            color: #7693dd !important;
            text-decoration: none;
        }

#ResetPasswordForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reset-fr-input {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.form-inner-item {
    display: flex;
    flex-direction: column;
}

label.error {
    color: red !important;
}

.radius-border {
    border-radius: 20px;
}

.modal-footer .decoration-link {
    color: #007bff;
    cursor: pointer;
    margin-left: 10px;
}
#resetPwModal .modal-header{
    padding: 0;
}
#resetPwModal .modal-dialog{
    margin: 160px auto 0 auto;
}

@media (max-width: 1024px) {
    .form-container .reset-fr-input img {
        width: 4%;
    }
    .content-des {
        max-width : 80%;
        margin : 0 auto;
    }
    .input-reset {
        margin-bottom : 0;
    }
    .emp-return {
        color: #7693dd;
    }
    #resetPwModal {
        margin-top: 70px;
    }
}

@media (max-width: 676px) {
    .form-container .reset-fr-input img {
        left: 20px;
        width: 1em;
    }
    .input-reset {
        width: 340px;
    }
    p.content-des {
        margin : 0 auto;
    }
    .reset-inner-container{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .content-title {
        font-weight: bold;
        font-size: 22px;
    }
}
@media (max-width: 476px) {
    .input-reset {
        width: 250px;
    }
    .content-des {
        max-width: 100%;
        margin: 0 auto;
    }
}
