.clm-login-btns{
    margin-right: 20px;
    margin-left: 10px;
    display: flex;
}
.clm-login-btns button{
    display: block;
    width: 100px;
    font-weight: 600;
    border-radius: 2px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clm-login-btns_sign-in{
    background: none;
    color: #6B6C6F;
    border: none;
    box-shadow: none;
}
#loginPopup .modal-dialog{
    width: 100%;
    max-width: 800px;
    max-height: calc(100vh - 20px);
    display: flex;
    flex-flow: column;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    flex: 1;
}
#loginPopup .modal-content{
    border-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-flow: column;
    overflow: hidden;
    flex: 1;
}
#loginPopup .modal-body{
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 0;
    max-height: unset;
    margin-top: 40px;
    flex: 1;
    overflow: auto;
    scrollbar-width: thin;
}
#loginPopup input{
    filter: none;
}
.loginPopup-tab{
    width: 100%;
}
.oauth-section_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
}
.oauth-section-header{
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #717275;
    margin-bottom: 25px;
    margin-top: 30px;
}
#loginPopup .oauth-section{
    margin-bottom: 50px;
}
.form-separator_vertical{
    border-left: 1px solid #E0E0E0;
    margin: 0 20px;
    max-height: 300px;
}
.loginPopup-forgot-wrap{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-row-gap: 20px;
    font-size: 14px;
}
.loginPopup-forgot-wrap > div{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    min-width: max-content;
    width: 100%;
}
.loginPopup-forgot-wrap .loginPopup-forgot-link{
    justify-content: flex-end;
}
.modern-link:hover,
.modern-link:active,
.modern-link:focus{
    text-decoration: none;
}
.login-switch-header{
    display: flex;
    height: 60px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
    background: #fff;
}
#loginPopup .login-top-header{
    text-align: center;
    margin-bottom: 30px;
}
#loginPopup .login-top-header h{
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: var(--landing-header-color);
}
#loginPopup .login-top-header p{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: var(--landing-info-color);
    margin-top: 15px;
    min-height: 1px;
}
#loginPopup .login-top-header h1{
    font-size: 30px;
    line-height: 30px;
    color: var(--landing-header-color);
    font-weight: 500;
}
.custom-form-submit_popup{
    background: #1665D8;
    border: 1px solid #06B846;
    box-shadow: 0px 1px 1px rgba(19, 31, 21, 0.1), inset 0px 2px 0px rgba(255, 255, 255, 0.06);
    border-radius: 2px;
    height: 40px;
    width: 180px;
    font-size: 14px;
}
#loginPopup .oauth-btn{
    position: relative;
    padding: 4px 12px;
    padding-left: 12px;
    padding-left: 40px !important;
    display: flex;
    color: #fff;
    margin: 0;
    align-items: center;
    font-size: 16px;
    width: 100%;
    height: 48px;
}
#loginPopup .oauth-btn .snw-btn-icon-block{
    border-right: none;
    padding-left: 25px;
    background: none !important;
}
#loginPopup .oauth-btn .snw-btn__label{
    padding-left: 20px;
}
#loginPopup .oauth-btn:hover{
    opacity: 0.8;
    color: #fff !important;
}
#loginPopup .oauth-section-small .oauth-btn.btn{
    width: 48px !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    padding-left: 0 !important;
}
.oauth-section-small .oauth-btn .snw-btn-icon-block{
    position: relative;
    padding: 0 !important;
}
.oauth-section-small .oauth-btn .snw-btn__label{
    display: none;
}
#loginPopup .oauth-section-small{
    display: none;
}
.oauth-section-small .oauth-section{
    display: flex;
}
.oauth-section-small .oauth-section .oauth-btn + .oauth-btn{
    margin-left: 12px !important;
}

@media (max-width: 600px) {
    .clm-login-btns{
        margin-right: 20px;
    }
    .modal-white .proceed-btn{
        width: 140px !important;
        min-width: 0 !important;
        padding: 0 10px;
    }
    .modal-white .btn-outline{
        width: 100px !important;
        min-width: 0 !important;
    }
    .modal-white .modal-dialog{
        width: 100%;
    }
    .modal-white .modal-dialog .modal-body{
        padding-left: 3%;
        padding-right: 3%;
    }
    .modal-white .modal-footer{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .clm-login-btns button{
        width: 70px;
    }
    .loginPopup-tab:not(.active){
        display: none;
    }
    #loginPopup .form-separator_vertical{
        display: none;
    }
    .oauth-section_grid{
        grid-template-columns: 1fr;
    }
    #loginPopup .modal-body{
        padding-left: 3%;
        padding-right: 3%;
    }
    .loginPopup-tab__header{
        display: none;
    }
    .loginPopup-forgot-wrap{
        grid-template-columns: 1fr;
    }
    .loginPopup-forgot-wrap .loginPopup-forgot-link{
        justify-content: center;
    }
}
@media (max-width: 440px) {
    .modal-white .upload-drop-zone {
        padding: 10px;
    }
    .modal-white .upload-drop-zone .drop-zone_text{
        margin-left: 12px;
    }
}
@media (min-width: 600px) {
    .login-switch-header{
        display: none;
    }
    #loginPopup .modal-content{
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
}
@media (max-height: 700px) and (min-width: 601px) {
    #loginPopup #oauthForm{
        display: none;
    }
    #loginPopup .oauth-section-small #oauthForm,
    #loginPopup .oauth-section-small{
        display: block;
    }
    .oauth-section-header{
        margin-bottom: 20px;
    }
}
.modal-grid_2-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5%;
}
.modal-white {
  font-family: 'Roboto', sans-serif;
}
.proceed-btn{
    display: block;
    width: max-content;
    color: #fff;
    background: #12C853;
    box-shadow: 0px 1px 1px rgba(19, 31, 21, 0.1), inset 0px 2px 0px rgba(255, 255, 255, 0.06);
    -webkit-box-shadow: 0px 1px 1px rgba(19, 31, 21, 0.1), inset 0px 2px 0px rgba(255, 255, 255, 0.06);
    border-radius: 2px;
    border: none;
    text-decoration: none;
    padding: 0.8em;
    margin-top: 30px;
    min-width: 200px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
.proceed-btn:hover,
.proceed-btn:active,
.proceed-btn:focus{
    opacity: 0.8;
    border: none;
    text-decoration: none;
    color: #fff;
}
.proceed-btn[disabled]{
    opacity: 0.5;
}
#loginPopup .custom-form-input{
    width: 100%;
    border: 6px;
}
.custom-form-password_popup{
    position: relative;
}
.custom-form-password_popup .custom-form-input {
    padding-left: 45px !important;
}
.custom-form-password_popup .pass-show i {
    font-size: 18px;
    line-height: 24px;
    height: auto;
    width: auto;
    color: #fff;
}
.custom-form-password_popup .pass-show {
    position: absolute;
    cursor: pointer;
    background: #868E96;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px 0 0 6px;
    box-shadow: inset 0 1px 2px 0 rgba(102,113,123,0.21);
    box-shadow: 0 1px 2px 0 rgba(102,113,123,0.21);
}
#loginPopup label.error{
    width: 100% !important;
    margin-left: 0;
    border-radius: 0;
    background: transparent;
    color: red;
    padding: 10px 0;
    font-size: 14px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.loginPopup-tab__header{
    font-size: 18px;
    line-height: 30px;
    color: var(--landing-header-color);
    margin-bottom: 22px;
    font-weight: 500;
}
#loginPopup .error{
    margin-top: 0;
}
#loginPopup .close{
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 2;
}
.snw-btn__label{
    padding-left: 5px;
}
.instance-name{
    display: inline-block;
}
.instance-name::first-letter{
    text-transform: capitalize;
}
.modal-white label.modal-validate-error{
    margin-top: -13px;
}
#loginPopup .error{
    font-size: 14px !important;
}
.login-switch-btn{
    cursor: pointer;
    flex: 1;
    border: none;
    background: none;
    height: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555;
    transition: font-size 0.15s ease-out, background 0.1s linear, color 0.1s ease-in;
}
.login-switch-btn.active{
    color: rgb(0, 123, 255);
}
.login-switch-btn:not(.active){
    background: #dfdcdc;
    font-size: 15px;
}
.login-switch-btn_signup:not(.active){
    border-bottom-left-radius: 4px;
}
.login-switch-btn_login:not(.active){
    border-bottom-right-radius: 4px;
}
#loginPopup #register-user .form-stretch + .form-stretch{
    margin-top: 15px;
}
#loginPopup .form-request-errors{
    margin-top: 15px;
    font-size: 14px;
    margin-left: 0;
}
.custom-form-submit_popup-register{
    background-color: #12C853;
    margin-top: 15px;
}
#loginPopup .custom-form-input::placeholder{
    color: #6c6c6c;
}
.custom-form-submit_popup:disabled{
    opacity: 0.7;
}

