body, html {
    height: 100%
}

main {
    overflow: hidden;
    padding: 0 4.211vw 4.211vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

main .page-title {
    margin-bottom: 4.211vw;
    margin-top: 9.474vw;
    font-family: Poppins-Medium;
    font-size: 4.4vw;
    text-align: center
}

main .btn {
    width: 100%;
    font-family: Poppins-Medium
}

main form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    height: 100%
}

main form .inp-title {
    height: 9vw;
    line-height: 9vw;
    color: var(--textColor);
    font-size: 4vw
}

main form input {
    width: 100%;
    margin-bottom: 6vw;
    padding: 0 5vw
}

main form input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .8) !important
}

main form input::-moz-placeholder {
    color: rgba(0, 0, 0, .8) !important
}

main form input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .8) !important
}

main form input::placeholder {
    color: rgba(0, 0, 0, .8) !important
}

main form .btn {
    margin-top: 8vw
}

main form .loader-wrapper {
    display: none;
    margin-top: 6vw
}

main form .err-text {
    display: none;
    font-size: 4vw;
    margin-top: 6vw
}

main .forgot-password {
    display: block;
    margin-top: 5.263vw;
    color: #000;
    text-align: center;
    font-size: 3.158vw;
    font-weight: 400;
    line-height: 4.211vw;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

main .no-account {
    margin-top: 5.263vw;
    color: #000;
    text-align: center;
    font-size: 3.158vw;
    font-weight: 400;
    line-height: 4.211vw
}

main .no-account a {
    color: #0c53a2;
    font-weight: 600
}

footer {
    margin-top: 0 !important
}