﻿html, body { overscroll-behavior-y: contain; }
#main-container { padding-left: 0 !important; padding-bottom: 0 !important; }
.header-logotitle-holder { float: left; padding: 10px; box-sizing: border-box; min-height: 62px; cursor: pointer; }
    .header-logotitle-holder .header-logo { float: left; max-height: 42px; margin-right: 10px; filter: var(--side-bar-image-filter); }
    .header-logotitle-holder .header-title { float: left; line-height: 42px; font-weight: bold; font-size: 22px; }
    .header-logotitle-holder::after { content: ""; display: block; clear: both; }
#spa-login-modal { min-width: 300px !important; max-width: 370px !important; }

.login-title { display: block; text-align: center; font-weight: bold; font-size: 20px; padding-bottom: 30px; }
.form-group { margin-top: 1px; margin-bottom: 15px; clear: both; display: block; width: 100%; }
    .form-group .form-group-title { display: block; clear: both; font-weight: bold; font-size: 14px; padding-bottom: 5px; }
input[type=text].form-control, input[type=email].form-control, input[type=password].form-control { background: #FFF; background: var(--formcontrol-background); border: 1px solid #CCC; border: 1px solid var(--formcontrol-border-color); color: #34363E; color: var(--formcontrol-text-color); padding: 12px 10px; width: 100%; max-height: 300px; box-sizing: border-box; border-radius: 4px; }
input.btn-login { cursor: pointer; text-align: center; font-size: 14px; font-weight: 700; min-width: 85px; background-color: #766BFF; background-color: var(--input-button-background-color); color: #FFF; color: var(--input-button-text-color); border: 1px solid #766BFF; border: 1px solid var(--input-button-border-color); text-decoration: none; padding: 7px 10px; line-height: 17px; box-sizing: border-box; border-radius: 50px; transition: all .2s ease-in-out; text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
input.btn-login, button.btn-login { width: 100%; height: 50px; background: linear-gradient(to right, #5aaafc 0%, #404768 100%) !important; border: none !important; }
.form-login-divider { width: 100%; color: rgba(0, 0, 0, .8); color: var(--form-login-divider-color); justify-content: center; letter-spacing: 0 !important; align-items: center; margin-top: 0; margin-bottom: 0; font-size: 13px; display: flex; }
.external-login-link { text-align: left; display: inline-block; clear: both; padding: 5px; box-sizing: border-box; }
.external-login-btn { cursor: pointer; background: #FFF; background: var(--external-login-btn-background); max-width: 100%; display: inline-block; width: 100%; color: #000; color: var(--external-login-btn-color); border: 1px solid #DCDCE5; border: 1px solid var(--external-login-btn-border-color); border-radius: 6px; padding: 8px 20px 8px 15px; font-size: 15px; font-weight: 300; text-decoration: none; transition: border-color .2s, box-shadow .2s; position: relative; box-shadow: 0 1px 2px var(--external-login-btn-box-shadow-color); }
    .external-login-btn .social-text { font-weight: bold; color: #555; color: var(--external-login-btn-social-text-color); }
#socialLoginList { margin-top: 20px; margin-bottom: 10px; text-align: center; display: block; }
    #socialLoginList[data-count="1"] .social-text::before { display: inline; content: "Continue with "; }
    #socialLoginList[data-count="3"] .external-login-btn { padding: 8px 28px; }
    #socialLoginList[data-count="3"] .social-text { display: none; }
.disclaimer-bottom-section { display: block; clear: both; font-size: 12px; margin-top: 20px; text-align: center; }
#cookie_disclaimer, #pwa_installer_popup { left: 0 !important; bottom: 0 !important; }


/* Google Login Button
----------------------------------*/
#g_id_onload { display: none; }
.external-login-btn.google:hover { border-color: #4285f4; }


/* Microsoft Login Button
----------------------------------*/
.external-login-btn.microsoft:hover { border-color: #0067b8; }


/* Facebook Login Button
----------------------------------*/
.external-login-btn.facebook:hover { border-color: #1777f2; }

@media screen and (max-width: 390px) {
    .header-logotitle-holder .header-title { display: none; }
    .themeQuickSelect-holder { display: block !important; }
}