html, body {
    height: 100% !important;;
    min-height: 100% !important;
}

.ui-dialog #passwordRequest,
.ui-dialog #pinRequest,
.ui-dialog #newPinRequest,
.ui-dialog #confirmPinRequest {
    display: block;
}

#passwordRequest,
#pinRequest,
#newPinRequest,
#confirmPinRequest {
    display: none;
}

#mainBody, #bg-fullwidth {
    background: unset;
}

.html-welcome_msg {
    text-align: center;
}

.html-welcome_msg img {
    display: block;
    text-align: center;
    max-width: 100%;
}

#html-login_box {
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    margin-top: 3rem;
}

/** overwrite bootstrap */
input[type=radio],
input[type=checkbox] {
    margin: 3px 3px 0px 5px;
}

input[type=radio],
input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    outline: none;
    content: none;
    border: none;

    margin-right: 10px !important;
}

/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {
    input[type=radio],
    input[type=checkbox] {
        -moz-margin-end: 20px !important;
        -webkit-margin-end: 20px !important;
    }
}

input[type=radio]:before,
input[type=checkbox]:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00c";
    font-size: 15px;
    color: transparent !important;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border-radius: 2px;
    padding: 2px;
    font-weight: 400;
}

input[type=radio]:before {
    border-radius: 50%;
    padding: 5px;
    width: 10px;
    height: 10px;
}

input[type=radio]:before,
input[type=checkbox]:before {
    border: 1px solid #b2b2b2;
}

input[type=radio]:checked:before,
input[type=checkbox]:checked:before {
    color: #fff !important;
    background: #387ef5;
}


.loginButtonSelector,
.textClass,
.html-login_title,
.sidebarTitle {
    color: #000;
}

#loginForm .loginButtonSelector,
#loginForm .form-control {
    width: 100%;
    height: auto;
}
#loginForm .btn {
    display: block;
    width: 100%;
}
.html-fixed_width {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.html-login_method {
    border: 1px solid #ccc;
    padding: .75em;
    margin-bottom: .75rem;
}

.html-login_method .html-login_title {
    font-weight: bold;
    text-align: center;
    margin-bottom: .5rem;
}

.optionBox label {
    display: block;
    margin-bottom: 0;
    font-weight: 600;
}

#listOfLoginTypes {
    margin: 0;
    width: 100%;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    top: 20px;
}

.btn-toggle_login_method {
    border: 1px solid #b2b2b2;
    background-color: #f8f8f8;
    color: #444;
    position: relative;
    width: 100%;
}

.btn-toggle_login_method:after {
    content: url('../images/chevron-right4.png');
    display: inline-block;
    position: absolute;
    right: 10px;
    top:10px;
}

.btn-toggle_login_method:hover {
    background-color: #eee;
    color: #444;
}

#html-product_bar,
#html-version_desktop,
#contentLayer {
    display: none !important;
}

#pageHeading {
    text-align: center;
}

#regWelcome {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
    line-height: 1rem;
}

.html-welcome_msg {
    text-align: center;
}


#loginForm {
    margin-top: 3rem;
}

@media all and (max-width: 768px) {
    html, body {
        min-width: unset !important;
    }

    #html-login_box {
        width: 90%;
    }

    #hamburger {
        display: none !important;
    }

    .btn-toggle_login_method {
        line-height: 39px;
    }
}

/* custom settings via MMAdmin */
#html-login_box {background-color: #e0e0e0; }
.loginButtonStyle {background-color: #2e6ba1;color: #ffffff }
.loginButtonStyle:hover {background-color: #2e6ba1 }
.btn-toggle_login_method {background-color: #f8f8f8;color: #444444 }
.btn-toggle_login_method:hover {background-color: #eeeeee }
#pageHeading {background-color: #01528c !important;color: #ffffff !important }
body[data-page=login] #html-body_height {background-image: url('../images/loginBgPatternImage.png');background-repeat: repeat }
.html-help_links a {font-size: 9px;;font-weight: bold; }
