﻿body, html {
    height: 100% !important;
    width: 100%;
    display: block;
    overflow: hidden;
    background-image: url(../img/pattern.svg?v=2);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
}

html {
    background: #F3F6FF;
}

.login-form {
    width: 505px;
    min-height: 654px;
    margin: 0 auto;
    border-radius: 22px !important;
    border: 0px solid #EAEAEA;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(26, 26, 26, 0.05);
    padding: 24px;
    margin-top: calc((50vh / var(--zoom)) - 327px);
    max-width: 94%;
}

    .login-form .center img {
        width: 173px;
        display: block;
        margin: 0 auto;
    }

h2.section-title {
    color: #1A1A1A;
    font-size: 24px;
    margin-top: 40px;
    font-weight: 700;
    margin-bottom: 8px;
}

h3.section-title {
    color: #1A1A1A;
    font-family: InstrumentSans;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
    margin-bottom: 16px;
}

input#Input_Email {
}

.form-control {
    height: 44px;
    padding: 12px;
    border-radius: 12px;
}

label.form-label.email {
    padding-left: 0;
    margin-left: 0 !important;
}

.form-group:first-child {
    margin-top: 0px !important;
}

a.btn.btn-lg.btn-border {
    line-height: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
    border: 1px solid var(--secondary-color) !important;
    background: #F2F4FC !important;
    margin-bottom: 10px;
}

    a.btn.btn-lg.btn-border:last-child {
        margin-bottom: 0;
    }

    a.btn.btn-lg.btn-border.multi {
        line-height: 38px !important;
        height: 38px !important;
    }

h3.sub-section {
    color: #1A1A1A;
    font-family: InstrumentSans;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 23.8px */
}

.small .form-group.mb-3 {
    margin-bottom: 20px !important;
}

.login-form button.w-100.btn.btn-lg.btn-primary, button#login-submit {
    background-color: #FBBA20 !important;
    text-align: center;
    font-family: InstrumentSans;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 19.6px */
    height: 40px;
    border-radius: 12px !important;
    border: none;
    color: #000 !important;
}

    .login-form button.w-100.btn.btn-lg.btn-primary.main-btn-btn, button#login-submit {
        margin-top: 32px;
    }

.login-form.small {
    margin-top: calc((50vh / var(--zoom)) - 173px);
    min-height: 340px;
}

.small h2.section-title {
    margin-top: 20px;
}

.btn-bottom {
    margin-top: 150px;
}

.login-form.register-form {
    height: 741px;
    overflow-y: auto;
    overflow-x: hidden;
}
