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

.register-wrapper .email-confirmed {
    background: white;
    text-align: center;
    padding: 30px;
}

.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-wrapper .register-errors-wrapper {
        background: white;
        padding: 20px;
        display: none;
        max-width: 460px;
    }

        .register-wrapper .register-errors-wrapper p {
            color: red;
        }

.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-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;
}

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


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

    .register-form .form-group label {
        position: absolute;
    }

.register-email-wrapper, .register-password-wrapper, .register-conirm-password-wrapper {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.register-button {
    color: #fff;
    background-color: #ed6c4d;
    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";
}


    .register-button:hover {
        background: #344d87;
        transition: .4s;
    }

.password-recovery-action-link {
    color: antiquewhite;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "RobotoSlab-Regular";
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 3px;
}

    .password-recovery-action-link:hover {
        text-decoration-color: #00bf00 !important;
        text-decoration: underline;
        cursor: pointer;
    }

.register-action-link {
    background-color: #ed6c4d;
    width: 164px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-radius: 6px;
    font-family: "RobotoSlab-Regular";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
}

    .register-action-link:hover {
        text-decoration-color: #00bf00 !important;
        text-decoration: underline;
        cursor: pointer;
    }

    .register-action-link:hover {
        background: #344d87;
        transition: .4s;
    }

.action-links-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.password-recovery-action-wrapper {
    margin-top: 12px;
}

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

    .form-group span {
        color: red;
        /*position:absolute;
        top:23px;*/
        /*left:190px;*/
    }

.register-action-wrapper {
    margin-top: 20px;
}
