﻿.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: #344d87;
    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-form {
    width: 500px;
}

.reset-password-errors-wrapper p {
    background: rgb(255, 255, 255,0.7);
    padding: 10px;
}
