﻿.login-body-wrapper, html {
    height: 100%;
    margin: 0;
    overflow:hidden;
}

.reset-password-wrapper {
    position: absolute;
    width: 100%;
    background: url('/images/background/loading_color.jpg');
    background-size: cover;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.reset-password-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.reset-password-title-register {
    margin: 0;
    position: relative;
    color: white;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "RobotoSlab-Regular";
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

    .reset-password-title-register::before {
        content: '';
        position: absolute;
        top: 13px;
        right: -120px;
        border-bottom: 2px solid white;
        width: 100px;
    }

    .reset-password-title-register::after {
        content: '';
        position: absolute;
        top: 13px;
        left: -120px;
        border-bottom: 2px solid white;
        width: 100px;
    }

.reset-password-title-rescrit {
    margin: 0;
    color: white;
    font-size: 60px;
    text-transform: uppercase;
    font-family: "RobotoSlab-Regular";
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.reset-password-email-textbox, .reset-password-password-textbox, .reset-password-conirm-password-textbox {
    display: block;
    width: 93%;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #f6f6f6;
    border-radius: 6px;
}


.reset-password-form {
    margin-top: 65px;
    width: 500px;
}

.reset-password-email-wrapper, .reset-password-password-wrapper, .reset-password-conirm-password-wrapper {
    margin-bottom: 15px;
    position: relative;
}

.reset-password-button-wrapper {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: center;
}

.reset-password-button {
    color: #fff;
    background-color: #a4865e;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    cursor: pointer;
    letter-spacing: 2px;
    font-family: "RobotoSlab-Regular";
}


    .reset-password-button:hover {
        background: #282e3e;
        transition: .4s;
    }


.form-group {
    margin-bottom: 1rem
}

    .form-group span{
        color:red;
    }

