body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    font-family: Graphik, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    margin: 0
}

p {
    color: #111
}

@media (max-width:530px) and (max-width:767px) {
    .side_div {
        display: none !important
    }

    .main_div {
        padding: 0 30px !important
    }

    .login-head-section {
        padding: 30px 0 !important
    }

    .custom-position {
        align-items: center !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        margin-bottom: 0 !important
    }
}

@media (max-width:991.98px) {

    body,
    html {
        font-size: 13px !important;
        overflow: hidden !important
    }
}

.login-head-section {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 40px 50px;
    width: 100%
}

.form_container {
    margin: auto
}

.form_container,
.reg_form_container {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    max-width: 380px;
    width: 100%
}

.reg_form_container {
    margin: auto auto 50px
}

.log-form-section {
    margin: auto
}

.log-form-section,
.title_container {
    align-items: center;
    display: flex;
    flex-direction: column
}

.title_container {
    justify-content: center;
    margin-bottom: auto
}

.title {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 32px
}

.input_container {
    display: flex;
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    width: 100%
}

.icon {
    bottom: 24px;
    left: 12px;
    position: absolute;
    width: 20px;
    z-index: 99
}

.input_field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid rgba(36, 36, 36, .3);
    box-sizing: border-box;
    font-family: Graphik, -apple-system, system-ui, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 14px;
    gap: 5px;
    height: 46px;
    margin-bottom: 15px;
    outline: none !important;
    padding: 0 0 0 10px;
    width: 100%
}

.input_field:focus {
    background-color: transparent;
    border: 1px solid #ff5c35!important
}

.input_field:hover {
    background-color: transparent;
    border: 1px solid rgba(36, 36, 36, .6)
}

.remember_container {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
    font-size: 12px;
    justify-content: space-between;
    margin: -3px 0 30px -5px;
    width: 100%
}

.link-green {
    color: #ff5c35!important;
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    transition: color .3s ease 0s
}

.link-label {
    align-self: center;
    color: #666
}

.ancr {
    align-items: center;
    background: #f4f4f4;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    display: inherit;
    flex-direction: row;
    font-size: 14px;
    font-weight: 600;
    height: 16px;
    justify-content: center;
    line-height: 16px;
    margin: 0;
    min-height: 32px;
    padding: 0 12px;
    text-decoration: none;
    transition: background-color .3s ease 0s, color .3s ease 0s, box-shadow .3s ease 0s
}

.side_title {
    color: #111;
    font-weight: 700;
    line-height: 1.21
}

.side_notes {
    color: #888;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 14px;
    margin-top: 7px
}

.side_div {
    -webkit-box-pack: center;
    align-items: center;
    background-color: #f9f9f9;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: scroll;
    padding: 0 30px
}

.main_side {
    font-size: 14px;
    max-width: 280px;
    padding: 35px 0
}

.read_more {
    color: #ff5c35!important;
    font-weight: 600;
    line-height: 1.17;
    text-decoration: none
}

.main_div {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    position: relative
}

.row_div {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    overflow: hidden
}

.login-or {
    color: #242424;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    margin-top: 10px;
    text-align: center;
    width: 90px
}

.login-or-div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    width: 100%
}

.a-login-or {
    align-items: center;
    background: none #fff;
    border: 1px solid rgba(36, 36, 36, .3);
    border-radius: 4px;
    box-sizing: border-box;
    color: #242424;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 46px;
    justify-content: center;
    letter-spacing: 0;
    line-height: 18px;
    margin-top: 10px;
    outline: none !important;
    text-align: center;
    text-decoration: none;
    transition: border-color .25s ease 0s, transform .2s ease 0s;
    width: calc(50% - 5px)
}

.login-or-img {
    height: 20px;
    margin-right: 8px;
    width: 20px
}

.form-check-input:checked {
    background-color: #ff5c35!important;
    border: 1px solid rgba(36, 36, 36, .3);
    box-sizing: border-box;
    height: 17px;
    width: 17px
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
    background-size: 60% 60%;
    border-radius: 2px
}

.form-check-input {
    border: 1px solid rgba(36, 36, 36, .3);
    box-sizing: border-box;
    height: 17px;
    margin: 3px 11px 3px 3px;
    width: 17px
}

.btn-brand-02,
.btn-brand-02:focus,
.btn-brand-02:hover {
    background-color: #47b972;
    border-color: #47b972;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    height: 46px;
    margin-bottom: 20px
}

.form-select {
    border: 1px solid rgba(36, 36, 36, .3);
    border-radius: 0;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    margin: 3px 11px 3px 0;
    padding: 10px
}

.custom-position {
    align-content: flex-end;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px
}

.input-group-append {
    align-items: center;
    color: #5e6278;
    display: flex;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    padding: .775rem 1rem;
    white-space: nowrap
}