.account-title {
    margin-top: 75px;
    margin-bottom: 40px;
}

.account-title-with-description {
    margin-top: 75px;
    margin-bottom: 15px;
}

.account-title h2,
.account-title-with-description h2{
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
}

.page-description {
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    margin-bottom: 35px;
}

@media (max-width: 540px) {
    .account-title {
        margin-top: 35px;
        margin-bottom: 20px;
    }

    .account-title-with-description {
        margin-top: 35px;
    }

    .page-description {
        margin-bottom: 15px;
    }
}

#totp-content-wrapper {
    width: 500px;
    margin: auto;
    margin-bottom: 5px;
}

.totp-wrapper {
    padding: 20px 20px;
    background: white;
    margin-top: 5px;
}

.totp-description-wrapper {
    padding-top: 0px;
}

.totp-login-button-wrapper {
    margin-bottom: 40px;
}

#totp{
    margin-bottom: 0;
    margin-top: 0;
    border-right: none;
}

.totp-icon-wrapper {
    border: 2px solid #DEDEDE;
    border-left: none;
    border-radius: 0;
    background: none;
    padding: 8px 6px 0px 0px;
}

#totp:focus ~div > .totp-icon-wrapper {
    border: 2px solid #F08101;
    border-left: none;
}

.totp-icon-check:before {
    content: "\77" / "";
    font-family: 'vhv-icon';
    color: #93C65C;
    font-size: 32px;
    line-height: 30px;
}

#totp::placeholder,
#totp::-ms-input-placeholder {
    color: #DEDEDE;
}

#totp-code {
    font-weight: 300;
    font-size: 22px;
    word-spacing: 10px;
    border: none;
    width: 100%;
    text-align: center;
    display: block;
    overflow: hidden;
    margin-bottom: 35px;
    cursor: default;
    resize: none;
}

.totp-alert-success {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 20px;
}

.password-alert-success {
    margin-top: 2rem;
    text-align: center;
}

ol.cluster-description {
    padding-left: 20px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 20px;
    -moz-margin-before: 0em;
    -moz-margin-after: 0em;
    -moz-margin-start: 0px;
    -moz-margin-end: 0px;
    -moz-padding-start: 20px;
}

ol.cluster-description {
    padding-bottom: 0px;
}

ol.cluster-description > li {
    margin-bottom: 10px;
}

ol.cluster-description > li:last-child {
    margin-bottom: 0;
}