input,
button,
select,
textarea {
    /* font-family: inherit;
    font-size: inherit;
    line-height: inherit; */
}

@font-face {
    font-family: "Myriad Pro";
    src: url("fonts/MyriadPro-Regular.woff2") format("woff2"), url("fonts/MyriadPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.spinner {
    display: none;
}

.error,
.error2, .custom-error {
    color: #b91d1d;
    display: none;
}
.error.active,
.error2.active, .custom-error.active {
    display: block;
}

.form-alert1,
.form-alert-error,
.form-alert-success {
    display: none;
}

.input-error {
    border: solid 1px #b91d1d !important;
}

.brd-red {
    border: solid 1px red;
}

.brd-black {
    border: solid 1px black;
}

.brd-green {
    border: solid 1px green;
}

.brd-yellow {
    border: solid 1px yellow;
}

.form-spinner {
    display: none;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 999;
}
.form-spinner > img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.form-spinner-active {
    display: block;
}

.login-header {
    height: 62px;
    z-index: 999;
    position: relative;
}

.login-background-image img {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

body {
    position: relative;
}

@media only screen and (min-width: 768px) {
    .sign-up-main {
        min-height: calc(100vh - 62px);
    }
}

.login-main {
    font-family: "Manrope", sans-serif;
    width: 100%;
    border: solid 1px transparent;
}
.login-main .login-section-form-header-h1 {
    font-weight: bold;
    text-align: center;
    font-size: min(40px, max(32px, 40 / 1920 * 100vw));
}
.login-main .login-section-form-subheader {
    font-weight: 400;
    text-align: center;
    font-size: 16px;
}
.login-main .login-section-form {
    position: relative;
    z-index: 10;
    background-color: white;
    background-image: url(../img/Frame3.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    margin: 39px 675px 0px 675px;
    margin: 39px min(675px, max(0px, 675 / 1920 * 100vw)) 85px min(675px, max(0px, 675 / 1920 * 100vw));
    padding: 50px;
    padding: min(50px, max(10px, 50 / 1920 * 100vw));
    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;
    gap: 16px;
}
@media only screen and (max-width: 1199px) {
    .login-main .login-section-form {
        margin-inline: 250px;
    }
}
@media only screen and (max-width: 991px) {
    .login-main .login-section-form {
        margin-inline: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .login-main .login-section-form {
        margin-inline: 25px;
    }
}
.login-main .login-section-form .form {
    margin-top: 44px;
    width: 100%;
    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;
    gap: 62px;
}
.login-main .login-section-form .form .form-name-surname {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 34px;
}
@media only screen and (max-width: 767px) {
    .login-main .login-section-form .form .form-name-surname {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 62px;
    }
}
.login-main .login-section-form .form .input-block {
    position: relative;
    width: 100%;
}
.login-main .login-section-form .form .input-block .form-asterisk {
    color: #b91d1d;
}
.login-main .login-section-form .form .input-block > label {
    color: #282828;
}
.login-main .login-section-form .form .input-block > input {
    width: 100%;
    border: solid 1px #f1f1f1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: min(20px, max(10px, 20 / 1920 * 100vw));
    padding-right: 4px;
}
.login-main .login-section-form .form .input-block > input::-webkit-input-placeholder {
    color: #5c5c5c;
}
.login-main .login-section-form .form .input-block > input::-moz-placeholder {
    color: #5c5c5c;
}
.login-main .login-section-form .form .input-block > input:-ms-input-placeholder {
    color: #5c5c5c;
}
.login-main .login-section-form .form .input-block > input::-ms-input-placeholder {
    color: #5c5c5c;
}
.login-main .login-section-form .form .input-block > input::placeholder {
    color: #5c5c5c;
}
.login-main .login-section-form .form .input-block label {
    position: absolute;
    top: -30px;
}
.login-main .login-section-form .form .input-block .password-eye {
    position: absolute;
    right: 11.6px;
    top: 10px;
}
.login-main .login-section-form .form .btn-block {
    width: 100%;
    margin-top: -22px;
    margin-bottom: 22px;
}
.login-main .login-section-form .form .btn-block .form-submit-button {
    width: 100%;
    background-color: #1c95e0;
    color: white;
    font-size: 13px;
    height: 40px;
    cursor: pointer;
    border: none;
}
.login-main .login-section-form .form .btn-block .form-submit-button > div {
    letter-spacing: 0.65px;
}
.login-main .login-section-form .form .form-forgot-password {
    color: #1c95e0;
    font-size: 15px;
    text-align: left;
    width: 100%;
    font-family: "Manrope", sans-serif !important;
}
.login-main .login-form-eisodos {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 15px;
    color: #282828;
}
.login-main .login-form-eisodos > a {
    text-decoration: underline;
    color: #1c95e0;
    font-family: "Manrope", sans-serif !important;
}

.login-main, .sign-up-main {
    clear: both;
}

select {
    width: 100%;
    border: 1px solid #f1f1f1;
    padding: 10px 4px 10px min(20px, max(10px, 20 / 1920 * 100vw));
    color: #5c5c5c;
}

.remark {
    color: #5c5c5c;
    font-size: 12px;
    display: block;
    margin-top: 8px;
}

.responses {
    margin-top: 7px;
}
.responses .response {
    display: none;
    text-align: center;
}
.responses .response.active {
    display: block;
}
.responses .response.general-success {
    color: #10b981;
}
.responses .response.general-error {
    color: #b91d1d;
}
