.help-item-1{
    font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
    font-size: 16px;
    text-align: left;
    padding: 10 0 0 10;
    cursor: default;
}
.help-item-2 {
    font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
    font-size: 12px;
    text-align: left;
    padding: 5 0 0 20;
    cursor: pointer;
    color: #1111DD;
}
.help-item-2-over {
    font-family: "Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
    font-size: 12px;
    text-align: left;
    padding: 5 0 0 20;
    cursor: pointer;
    color: #DD1111;
}
.login-background {
    background: #ffffff; /* For browsers that do not support gradients */
    background-image: url("../modules/portal/images/background/login.png");
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center bottom;
}
#qr-login-overlay {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-flex;
    flex-direction: row;
    z-index: 2;
    padding: 50px;
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all .2s ease;
}
#qr-login-overlay-btn {
    display: inline-flex;
    background: #5ab847;
    border-radius: 50%;
    user-select: none;
    font-size: 15px;
    color: white;
    text-align: center;
    height: 100%;
    flex: 1;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
#qr-login-container {
    max-width: 100%;
    z-index: 1;
    max-height: 100%;
    transition: all .5s ease;
}
#qr-help-text {
    text-align: center;
    font-size: 15px;
}
#qr-reload-icon {
    background-image: url("../modules/portal/images/refresh-cw.svg");
    background-size: contain;
    width: 24px;
    margin-bottom: 10px;
    height: 24px;
    background-repeat: no-repeat;
    transition: all .6s ease-in-out;
}
#qr-login-overlay-btn:hover #qr-reload-icon {
    transform: rotate(270deg);
    transition: all .6s ease-in-out;
}


/* 2FA Form CSS */
.twofa-form [id*="-innerCt"] {
    /* .twofa-form>div>span>div { */
    flex-direction: column;
    display: flex !important;
    align-items: center;
}

.twofa-icon {
    width: 100%;
    background-image: url("../modules/portal/images/twofa_icon.png");
    background-color: transparent;
    background-position: center;
    background-origin: content-box;
    background-size: contain;
    background-repeat: no-repeat;
}

.twofa-form .heading {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.twofa-form .hint,.twofa-form input[type='text'] {
    text-align: center;
}

.twofa-form .idlebtn, .twofa-form .errorbtn {
    border: none;
}

.twofa-form .idlebtn {
    background: #56AB5F;
}
.twofa-form .errorbtn {
    background: #EA2427;
}

.twofa-form #twofa-timer {
    text-decoration: none;
}

.twofa-form #twofa-cancel-btn [id*="-innerCt"] {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
