﻿

.forgot-password-form {
    padding: 100px 80px;
    border-radius: 10px;
    background: #FFFFFF;
    padding: 50px 80px !important;
    -webkit-box-shadow: -17px 47px 125px rgba(72, 69, 224, 0.2);
    box-shadow: -17px 47px 125px rgba(72, 69, 224, 0.2);
    margin-bottom: 10px;
}

@media (max-height: 1100px) {
    .forgot-password-form {
        margin-top: 100px;
    }
}

.forgot-password-form-container {
    max-width: 600px;
}

.forgot-password-h1-container {
    margin-bottom: 1.75rem;
}

.forgot-password-form h1 {
    text-align: center;
    color: rgb(7, 20, 55);
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.75rem;
}

.forgot-password-form input,
.forgot-password-form button[type=submit] {
    border: none;
    outline: none;
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    display: block;
    color: #707070;
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 35px;
}

    .forgot-password-form input::-webkit-input-placeholder,
    .forgot-password-form button[type=submit]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #707070;
    }

    .forgot-password-form input::-moz-placeholder,
    .forgot-password-form button[type=submit]::-moz-placeholder {
        /* Firefox 19+ */
        color: #707070;
    }

    .forgot-password-form input:-ms-input-placeholder,
    .forgot-password-form button[type=submit]:-ms-input-placeholder {
        /* IE 10+ */
        color: #707070;
    }

    .forgot-password-form input:-moz-placeholder,
    .forgot-password-form button[type=submit]:-moz-placeholder {
        /* Firefox 18- */
        color: #707070;
    }

.forgot-password-form button[type=submit] {
    border: none;
    background: #45c6d7;
    background-color: rgb(0, 149, 232);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45c6d7', endColorstr='#48c49f', GradientType=1);
    color: #FFFFFF;
    font-size: 14px;
    padding-left: 0;
    cursor: pointer;
    margin-bottom: 0;
}

.forgot-password-form-subtitle {
    color: rgb(153, 161, 183);
    font-weight: 500;
    font-size: .95rem !important;
    text-align: center;
}

.forgot-password-error-message {
    text-align: center;
    color: red;
    position: relative;
    bottom: 20px;
    font-weight: bold;
    font-style: italic;
}

.forgot-password-buttons-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.forgot-password-buttons {
    display: flex;
    text-align: center;
}

.forgot-password-back-button {
    margin-left: 30px;
    color: #5e6278;
}
