﻿.register-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;
}

.register-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.register-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;
}

    .register-title-register::before {
        content: '';
        position: absolute;
        top: 13px;
        right: -120px;
        border-bottom: 2px solid white;
        width: 100px;
    }

    .register-title-register::after {
        content: '';
        position: absolute;
        top: 13px;
        left: -120px;
        border-bottom: 2px solid white;
        width: 100px;
    }

#register-form {
    max-width: 500px;
}

.register-errors-wrapper p {
    background: rgb(255, 255, 255,0.7);
    padding: 10px;
}
