.register
{
    width: 80%;
    margin: 0 auto;
    padding-top: 53px;
}
.register .text{
    text-align: center;
}
.register .text .title
{
    color: #0046ad;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 45px;
    margin: 0 20px;
}
.register .text p
{
    margin: 25px 0;
}
.register .text h4
{
    color: #0046ad;
    margin: 25px 0;
}

.register .register-form .mb-3{
    text-align: left;
}

.register .register-form .mb-3{
    text-align: left;
}
.register .register-button
{
    background-color: #002d72;
    color: #fff;
    width: 100%;
}
.register .register-form .button{
    text-align: right;
}
.register .register-form .button
{
    text-align: right;
}
.hide
{
    display: none;
}
.display-message{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,50%);
}

.display-message .title{
    color: #0046ad;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 45px;
}

@media screen and (max-width: 700px) {
    .register {
        width: 100%;
    }
    .register .register-form{
        padding: 0 10%;
    }
}

@media screen and (max-width: 400px) {
    .register .register-form{
        padding: 0 5%;
    }
}

button.form-button-figma
{
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    font-size: 15px;
    background: #002d72;
    padding: .25rem 5.875rem;
    border: 0;
    cursor: pointer;
    outline: 0;
    border-radius: inherit;
    letter-spacing: .1em;
    margin-top: 20px
}

.registration.error
{
    width: 100%;
    max-width: 700px;
    margin: 50px auto 0;
    box-shadow: 0 8px 8px -8px #ddd;
    border-top: 4px solid var(--tuev-informational-red);
}