@font-face {
    font-family: Golos;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/GolosText-Regular.ttf");
}

@font-face {
    font-family: Golos;
    font-weight: 500;
    src: url("../fonts/GolosText-Medium.ttf");
}

@font-face {
    font-family: Golos;
    font-weight: 600;
    src: url("../fonts/GolosText-SemiBold.ttf");
}

@font-face {
    font-family: Golos;
    font-weight: 700;
    src: url("../fonts/GolosText-Bold.ttf");
}

@font-face {
    font-family: Golos;
    font-weight: 800;
    src: url("../fonts/GolosText-ExtraBold.ttf");
}

@font-face {
    font-family: Golos;
    font-weight: 900;
    src: url("../fonts/GolosText-Black.ttf");
}


body {
    margin: 0;
    background-color: #E2E1E1;
}

.iNm {
    top: 120px;
    left: 10px;
    bottom: 45.98%;
    font-family: Calibri;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    color: #5B5B5B;
    width: 100%;
}

.root {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    gap: 5px;
}

form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    width: 52vh;
    height: 82vh;
    border-radius: 8px;
}

.logo {
    width: 80%;
    margin: 5% 10%;
}

.fxd {
    position: static;
    left: 0px;
    right: 0px;
    top: 0%;
    bottom: 73.68%;
    font-family: "Century Gothic";
    font-style: normal;
    font-size: 3.7vh;
    color: #0B1F33;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 4px auto 1vh auto;
    text-align: center;
}

.lbl {
    position: static;
    left: 0px;
    right: 0px;
    top: 0%;
    bottom: 73.68%;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 2vh;
    line-height: 20px;
    color: #0B1F33;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 4px 0px 1vh 0px;
}

.iGroup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 12.5%;
    position: static;
    width: 75%;
    margin-bottom: 1vh;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.iCnt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 100%;
    height: 4vh;
    left: 0px;
    top: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 4px 0px;
}

form i {
    margin-left: -30px;
    cursor: pointer;
}

.ipt {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    position: static;
    width: 100%;
    height: 4vh;
    left: 0px;
    top: 0px;
    border: 2px solid rgba(91, 91, 91, 0.3);
    box-sizing: border-box;
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.btnSub {
    color: #FFFFFF;
    padding: 0 10%;
    position: static;
    width: 100%;
    height: 7vh;
    background: #5B5B5B;
    border-radius: 8px;
    /* Inside Auto Layout */
    margin: 32px 0 22px 0px;
    cursor: pointer;
}

.btnSub_2 {
    margin: 0px 0px 22px 0px;
    background: #E94F36;
}

.msgContainer {
    background-color: wheat;
    padding: 0px 1%;
    width: 50%;
    align-items: center;
    text-align: center;
}

.wrn {
    color: red;
    font-size: 2vh;
    font-family: Arial;
}

.iTxt {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 2vh;
}

.bi {
    position: absolute;
    left: 80%;
    height: auto;
    width: 20px;
    margin-bottom: 1%;
}

@media screen and (max-width: 606px) {
    form {
        width: 90vw;
        height: 90vh;
        border-radius: 8px;
    }

    .iGroup {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0px 10%;
        position: static;
        width: 80%;
        margin-bottom: 2vh;
        flex: none;
        order: 1;
        flex-grow: 0;
        margin-top: 10px;
    }
}

.disclaimer_container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 24px;
    gap: 18px;
    background: #FFACAC;
    border-radius: 8px;
}

.disclaimer_container .disclaimer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.disclaimer_container .disclaimer .disclaimer_text {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}

.disclaimer_container .warning_container {
    width: 58px;
    height: 58px;
}

.disclaimer_container .warning_container .warning_border {
    background-image: url(../images/warning.svg) !important;
    position: relative;
    width: 47.3px;
    height: 47.3px;
    left: 5.8px;
    top: 5.8px;
}

.disclaimer_container .close_icon {
    background-image: url(../images/closer.png) !important;
    position: relative;
    left: 2.97px;
    top: 2.97px;
    height: 12px;
    width: 12px;
    cursor: pointer;
}

.login-form {
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 360px;
    max-height: 500px;
    height: 65%;
    box-shadow: 2px 8px 40px 0px #745A5A40;
    border-radius: 12px;
}

.login-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-input {
    width: 100%;
    height: 40px;
    padding-left: 12px;
    border-radius: 6px;
    border: 1px;
    gap: 4px;
    border: 1px solid #D9DDE2;
}

.input-container {
    padding-top: 6px;
    padding-bottom: 15px;
    width: 100%;
    display: flex;
    align-items: center;
}

.login-label {
    font-family: Golos;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #494949;
}

.login-button {
    width: 100%;
    height: 44px;
    padding: 12px;
    border-radius: 6px;
    border: 1px;
    gap: 4px;
    border: 1px solid #D9DDE2;
    color: #A6AEB6;
    font-family: Golos;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
    background-color: #FFFFFF;
    transition: background-color .5s, color .5s;
}

.login-button:hover {
    background-color: #FF1526;
    color: #FFFFFF;
}

.button-text {
    font-family: Golos;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #A6AEB6;
}

.forgot-password {
    font-family: Golos;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #03A1E1;
}

.header-img {
    padding-left: calc(50% - 32px);
    padding-top: 32px;
    max-width: 64px;
}

.header-label {
    font-family: Golos;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 720px) {
    .login-form {
        max-width: 360px;
    }
}

@media only screen and (max-width: 480px) {
    .login-form {
        max-width: 420px;
        max-height: 560px;
        height: 75%;
    }
}

@media only screen and (max-width: 420px) {
    .login-form {
        max-width: 390px;
        max-height: 600px;
        height: 90%;
    }
}

body {
    background-color: #E2E1E1;
}

.password-window {
    position: absolute;
    z-index: 1000;
    background: #FFFFFF;
    flex-direction: column;
    width: 90%;
    max-width: 360px;
    max-height: 500px;
    height: 65%;
    border-radius: 12px;
}

.password-text {
    font-family: Golos;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.01em;
    text-align: center;
}