﻿#forgot-password-form-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;
    flex-direction: column;
}

.forgot-password-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.forgot-password-title {
    margin: 0;
    position: relative;
    color: #344d87;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "RobotoSlab-Regular";
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

    .forgot-password-title::before {
        content: '';
        position: absolute;
        top: 13px;
        right: -120px;
        border-bottom: 2px solid white;
        width: 100px;
    }

    .forgot-password-title::after {
        content: '';
        position: absolute;
        top: 13px;
        left: -120px;
        border-bottom: 2px solid white;
        width: 100px;
    }

.forgot-password-form {
    width: 500px;
}
