﻿body {
    margin: 0;
}

.content_box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    padding: 0 15px;
    background-color: #f5f5f5;
    font-family: Arial, sans-serif;
}

.content_box img {
    width: 70px;
    height: 70px;
}

.content_box h2 {
    margin: 10px 0;
    font-size: 24px;
    color: #333;
}

.content_box p {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}

.content_box a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    color: #FFF;
    background-color: #1E90FF;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

body {
    min-width: 100%;
}

.reset_pass_body {
    margin: 0;
    padding: 50px 0;
    background-color: #f8f8f8; /* Background color */
    font-family: Arial, sans-serif;
    min-height: 100vh;
}

.container {
    background-color: #f8f8f8; /* Match the page background */
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 600px;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

.reset_input_field {
    position: relative;
    width: calc(100% - 35px);
    display: inline-block;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #999;
}

.text-danger {
    color: #dc3545 !important; /* Ensure the validation messages are red */
}

h2, label, .text-danger {
    color: #977E60; /* Set text color to #977E60 */
}

.btn-primary {
    width: 26%;
    font-size: 16px;
}

.reset_password_block {
    text-align: left;
}

    .reset_password_block label {
        font-size: 13px;
        font-weight: bold;
        margin: 0;
        line-height: 36px;
    }

    .reset_password_block .form-control {
        background: none repeat scroll 0 0 #FBFAFA;
        border: 1px solid #E4DCDC;
        border-radius: 2px 2px 2px 2px;
        color: #977E60;
        font-family: Arial, Helvetica, sans-serif;
        margin: 3px;
        outline: medium none;
        padding: 6px 2px 5px 8px;
    }

.reset_pass_title {
    text-align: left;
    padding-bottom: 15px;
    border-bottom: 1px solid #CEC1B2;
    margin-bottom: 20px;
    margin-top: 0;
}

.search_button2 {
    border: none;
}

.reset_btn_box {
    text-align: left;
}

.password-message {
    padding: 10px;
    margin-top: 10px;
    width: 80%;
    background: #f5f5f5;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

    .password-message h3 {
        margin-top: 0;
        color: #977E60;
        font-size: 24px;
    }

    .password-message p {
        background: #FFF;
        margin-bottom: 0;
        padding: 5px;
        border-bottom: 1px solid white;
        font-size: 13px;
        border-radius: 5px;
        margin: 5px 0;
    }

.password-image {
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 7px;
}

    .password-image img {
        width: 18px;
    }

.password-message p.valid {
    background: #62b01e;
    color: white;
}

.password-message p.invalid {
    color: #977E60;
}

.reset_input_field .form-control {
    margin: 0;
}

.reset_input_field .password-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #977E60;
}

.reset_btn_box button {
    background: #CB4725;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 3px 10px 6px;
}

.reset_btn_box .search_button2:disabled {
    background-color: grey;
    border-color: grey;
    cursor: not-allowed;
}