* {
    font-family: poppins;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: inset 0 0 0 transparent
}

.borderInput,
.border-input {
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    height: 41px;
    border-radius: 10px;
    font-size: 14px;
    padding: 0 12px;
    margin-top: .3rem;
}

.borderInput::placeholder,
.border-input::placeholder {
    color: #ccc;
}

.borderInput:focus,
.border-input:focus {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.mt-4 {
    margin-top: 1.8rem;
}

body {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* position: relative; */
    min-height: 95vh;
    background-color: #f8fafb !important;
    /* padding: 60px 90px; */
    padding: 0 70px;
}

.background {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 95vh;
}

.block {
    display: block;
}

.text-center {
    text-align: center;
}

.incorrect {
    margin-top: 3px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FB5B5B;
}

.leftSide {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: -4rem;
}

.grid {
    display: grid;
    gap: 1rem;
}

.rightSide {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.logo {
    width: 120px;
}

.giscaImg {}

.text {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    white-space: nowrap;
    margin-bottom: 30px;
}

.cards {
    position: relative;
    max-width: 364px;
    background: #FFFFFF;
    box-shadow: 0px 4px 100px rgba(204, 216, 228, 0.5);
    border-radius: 20px;
    padding: 50px 34px;
}

.reset {
    width: 364px;
}

.title {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #3B465A;
}

.sub-title {
    margin-top: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #3B465A;
}

.title-form {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #3B465A;
}

.mtForm {
    margin-top: 24px;
}

.mt-3 {
    margin-top: 1rem !important;
}

.btn-blue {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    height: 41px;
    background: linear-gradient(90deg, #0073EE 0%, #429DFF 104.42%);
    color: #fff !important;
    border-radius: 12px;
    border: none;
    cursor: pointer;
}

.btn-blue:hover {
    box-shadow: 0px 9px 12px -8px rgba(0, 123, 255, 0.78);
    color: #fff;
}

.forgot {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #3B465A;
    text-decoration: none;
}

.forgot:hover {
    text-decoration: underline;
}

.footer {
    display: flex;
    justify-content: end;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 0 40px;
    z-index: 20;
    background: transparent;
}

.strip {
    margin-left: 4px;
    margin-right: 4px;
}

.txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #68717A;
}

@media screen and (min-width:1060px) {

    .logo2,
    .giscaImg2,
    .background2 {
        display: none;
    }
}

@media screen and (max-width: 390px) {
    .giscaImg2 {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        width: 310px;
    }
}

@media screen and (max-width: 1060px) {
    body {
        min-height: 95vh;
        background-color: #f8fafb !important;
        padding: 0;
    }

    .background {
        display: none;
    }

    .background2 {
        position: absolute;
        left: 0;
        width: 100%;
    }

    .container {
        position: relative;
        display: grid;
        height: 95vh;
    }

    .leftSide {
        display: none;
    }

    .rightSide {
        justify-content: center;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cards {
        position: relative;
        width: 100%;
        z-index: 99;
        margin-bottom: 4rem;

        /* background: rgba(255, 255, 255, 0.315);
        backdrop-filter: blur(6px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-right-color: rgba(255, 255, 255, 0.1);
        border-bottom-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1); */
    }

    .reset {
        width: 100%;
    }

    .form-vertical {
        padding: 0 1rem;
    }

    .giscaImg2 {
        display: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%);
        display: none;
    }

    .centered {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo2 {
        margin-bottom: 1.2rem;
    }

    .text {
        display: none;
    }

    .footer {
        display: grid;
        place-content: center;
        text-align: center;
        width: 100%;
        height: 70px;
        padding: 0 10px;
        background: rgba(248, 250, 251, 0.60);
    }

    .txt {
        text-align: center;
    }

    .strip {
        display: none;
    }
}


@supports (-webkit-appearance: none) or (-moz-appearance: none) {

    .check1,
    #check1 {
        --active: #007bff;
        --active-inner: #fff;
        --focus: 2px rgba(0, 123, 255, .3);
        --border: #bbc1e1;
        --border-hover: #007bff;
        --background: #fff;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .check2 {
        --active: #007bff;
        --active-inner: #fff;
        --focus: 2px rgba(0, 123, 255, .3);
        --border: #bbc1e1;
        --border-hover: #007bff;
        --background: #fff;
        --disabled: #f6f8ff;
        --disabled-inner: #e1e6f9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 16px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .check2:after,
    .check1:after,
    #check1:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    .check2:checked,
    .check1:checked,
    #check1:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: 0.3s;
        --d-t: 0.6s;
        --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
        box-shadow: 0px 0px 0px 2px rgb(188, 219, 253);
    }

    .check2:disabled,
    .check1:disabled,
    #check1:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .check2:disabled:checked,
    .check1:disabled:checked,
    #check1:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .check2:hover:not(:checked):not(:disabled),
    .check1:hover:not(:checked):not(:disabled),
    #check1:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .check2:focus,
    .check1:focus,
    #check1:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .check1:not(.switch),
    #check1:not(.switch) {
        width: 21px;
    }

    .check2:not(.switch) {
        width: 16px;
    }

    .check2:not(.switch):after,
    .check1:not(.switch):after,
    #check1:not(.switch):after {
        opacity: var(--o, 0);
    }

    .check2:not(.switch):checked,
    .check1:not(.switch):checked,
    #check1:not(.switch):checked {
        --o: 1;
    }

    .check2+labell,
    .check1+labell,
    #check1+labell {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px;
    }

    .check1:not(.switch),
    #check1:not(.switch) {
        border-radius: 7px;
    }

    .check2:not(.switch) {
        border-radius: 5px;
    }

    .check1:not(.switch):after,
    #check1:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

    .check2:not(.switch):after {
        width: 5px;
        height: 10px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 5px;
        top: 0;
        transform: rotate(var(--r, 20deg));
    }

    .check2:not(.switch):checked,
    .check1:not(.switch):checked,
    #check1:not(.switch):checked {
        --r: 43deg;
    }

    .check2.switch,
    .check1.switch,
    #check1.switch {
        width: 38px;
        border-radius: 11px;
    }

    .check2.switch:after,
    .check1.switch:after,
    #check1.switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }

    .check2.switch:checked,
    .check1.switch:checked,
    #check1.switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }

    .check2.switch:disabled:not(:checked):after,
    .check1.switch:disabled:not(:checked):after,
    #check1.switch:disabled:not(:checked):after {
        opacity: 0.6;
    }
}

.checkAll{
    margin-top: 10px;
}