﻿.login-wrapper .modal {
    text-align: center;
}

.cookie-information p {
    padding-bottom: 10px;
}

#LoginControl_customResetPasswordId {
    font-size: 12px;
}

.modal {
    background: rgba(255, 255, 255, .8);
}

.modal input[type="email"] {
    background: #FFFFFF;
    border: 1px solid #818181;
    border-radius: 2px;
    color: #01062B;
    outline: none;
    font-size: 16px;
    padding: 10px;
    width: 100%;
    transition: all .2s ease-in-out
}

.modal .text-success {
    font-size: 14px;
    color: #000;
}

.modal .text-success p {
    padding-bottom: 10px;
}

.modal h2:not(.text--error),
h3:not(.text--error) {
    color: #000;
    line-height: 150%;
}

.text-center {
    text-align: center;
}

.text--error {
    font-size: 16px;
    text-align: left;
    color: #de002e;
}
.verify-2fa-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.verify-2fa-block .guide-block {
    text-align: left;
}
.verify-2fa-block ul,
.verify-2fa-block ol {
        list-style: none;
    }
.guide-block ol {
    list-style-type: decimal;
}
.verify-2fa-block ul,
.verify-2fa-block ol {
    margin: 0;
    padding: 0;
}
.verify-2fa-block ul li,
.verify-2fa-block ol li {
    text-align: initial;
}

.cms-account-main {
    height: 100%;
}

.verify-2fa-block p,
.verify-2fa-block label {
    font-size: 14px;
    line-height: 1.5;
}

@media only screen and (max-width: 767px) {
    .login-wrapper {
        overflow: auto;
        padding: 64px 0;
    }
    .login-wrapper .modal {
        max-width: none;
        margin: auto 32px;
    }
}

@media screen and (max-height: 767px) {
    /*body, html, form, .cms-account-main {
        height: auto
    }*/

    .login-wrapper {
        padding: 52px 0;
    }
}

@media only screen and (min-width: 768px) {
    .login-wrapper {
        display: flex;
    }
    .Verify2FA-modal {
        max-width: 1000px;
        width: auto;
        margin: 0 32px;
    }
    .verify-2fa-block {
        padding: 32px;
        flex-direction: row;
        align-items: center;
    }

    .verify-2fa-block>div {
        flex-basis: 50%;
    }
    .verify-2fa-code ol{
        margin: auto;
    }

    .verify-2fa-block .block-two-columns input[type="submit"] {
        background-color: #ed5c35;
    }
}