html, body {
    height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

a {
    text-decoration: none;
}
.support_footer {
    position: fixed;
    right: 3%;
    bottom: 2%;
}

.support_footer img {

    width: 120px;
    height: 120px;
}

.auth {
    display: flex;
    align-items: center;
}

.auth-banner {
    background-image: url("../../images/auth.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-width: 45%;
    width: 100%;
    height: 100vh;
}

.auth-inner {
    max-width: 55%;
    width: 100%;
    align-items: center;
}

@media (max-width: 768px) {
    .auth-banner {
        display: none;
    }

    .auth-inner {
        max-width: 100%;
        height: 100vh;
        display: flex;
    }

    .auth-form {
        margin: auto;
    }
}

.auth-form {
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.auth-title {
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    color: rgb(26, 40, 51);
    margin-bottom: 20px;
}

.auth-prompt {
    color: rgb(102, 104, 111);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin-bottom: 25px;
}

input {
    display: block;
    margin-bottom: 15px;
    background-color: rgb(244, 247, 250);
    border: none;
    padding: 13px 20px 13px 40px;
    border-radius: 10px;
    width: 90%;
}

select {
    display: block;
    margin-bottom: 15px;
    background-color: rgb(244, 247, 250);
    border: none;
    padding: 13px 20px 13px 40px;
    border-radius: 10px;
    width: 102%;
}

input::placeholder, select::placeholder {
    color: rgb(132, 159, 180);
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    caret-color: rgb(132, 159, 180);
}

.input {
    position: relative;
}

.icon {
    top: 28%;
    position: absolute;
    left: 10px;
}

.hr-grey {
    width: 90%;
    border-top: 2px rgb(244, 247, 250) solid;
    padding: 0 13px 0 40px;
    margin-top: 25px;
}

.forgot, .register-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.forgot-prompt, .register-prompt {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: rgb(102, 104, 111);
}

.forgot-link, .register-link {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: rgb(29, 71, 102);
    text-decoration: underline;
}

.login-button {
    width: 100%;
    display: flex;
    justify-content: end;
}

.login-button button:hover {
    cursor: pointer;
}

.login-button button {
    background: rgb(130, 202, 255);
    padding: 13px 36px 13px 36px;
    gap: 10px;
    border-radius: 50px;
    width: fit-content;
    border: none;
    font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: center;
    color: rgb(29, 71, 102);
    display: flex;
    align-items: center;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    border-color: rgb(29, 71, 102);
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/*# sourceMappingURL=auth.css.map */


.error-input {
    outline: red;
    border: 1px solid red;
}

.vidget__inner .error-input {
    border-color: red;
}

.vidget__inner {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid #f3f4f6;
    background: rgba(243, 244, 246, .4);
    margin-bottom: 25px;
}

.upload-label {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: rgba(29, 71, 102, 1);
    text-decoration-line: underline;
}

.vidget__item {
    width: 100%;
    padding: 20px 0;
    border-radius: 20px;
    border: 1px dashed rgba(29, 71, 102, 1);
    text-align: center;
}

.vidget p {
    color: #214469;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    color: rgba(29, 71, 102, 1);
}

.js .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.box__button {
    font-weight: 700;
    color: #e5edf1;
    background-color: #39bfd3;
    display: none;
    padding: 8px 16px;
    margin: 40px auto 0;
}

button {
    cursor: pointer;
}


@media (max-width: 1225px) {
    .support_footer {
        right: 1%;
        bottom: 2%;
    }
}

@media (max-width: 450px) {
    .support_footer{
        right: 0;
        bottom: 0;
    }
    .support_footer img {
        width: 80px;
        height: 80px;
    }
    .hr-grey {
        padding: 0 13px 0 22px;
    }

    input {
        padding: 13px 0 13px 39px;
    }

    .forgot, .register-block {
        padding-left: 5px;
        padding-right: 5px;
    }
}
