﻿@font-face {
    font-family: 'SimplerPro-regular';
    src: url(../webfonts/SIMPLERPRO-REGULAR.OTF);
}

@font-face {
    font-family: 'SimplerPro-bold';
    src: url(../webfonts/SIMPLERPRO-BOLD.OTF);
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    display: flex;
    direction: rtl;
    height: 100%;
}

.form-container {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 91px;
    height: 100%;
}

.image-container {
    background-color: #2E5F72;
    width: 50%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.ichilov {
    background-color: #003087 !important;
    color: #FFFFFF !important;
}

.logo {
    margin: 67px 0 0 0;
}

.small-logo {
    margin: 0 0 50px 0;
}

.small-logo-green {
    display: none;
}

.form-title {
    color: #2E5F72;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    font-family: 'SimplerPro-bold';
    letter-spacing: 0;
    margin: 15px 0;
}

.error-message {
    color: #FF0202;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'SimplerPro-regular';
    letter-spacing: 0;
    margin-bottom: 8px;
}

.input-name {
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'SimplerPro-regular';
    letter-spacing: 0;
    margin-bottom: 8px;
}

.first-input {
    margin-bottom: 32px;
}

.second-input {
    margin-bottom: 26px;
}

.text-input {
    width: 331px;
    height: 40px;
    border: 1px solid #666666;
    border-radius: 18px;
    padding: 16px 33px;
    opacity: 60%;
    box-sizing: border-box;
}

.otp-input {
    width: 370px;
    height: 40px;
    border: 1px solid #666666;
    border-radius: 18px;
    padding: 16px 33px;
    opacity: 60%;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.otp-input:focus {
    border: 2px solid #2E5F72;
}

.text-input:focus {
    border: 2px solid #2E5F72;
    outline: none;
}

.consent {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row-reverse;
    gap: 6px;
}

.consent-text {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'SimplerPro-regular';
    letter-spacing: 0;
}

.submit {
    background-color: #A9E8E0;
    margin-bottom: 36px;
    padding: 16px 10px;
    border-radius: 30px;
    width: 331px;
    height: 54px;
    color: #25434E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'SimplerPro-regular';
    letter-spacing: 0;
    text-align: center;
    box-sizing: border-box;
}

.submit-otp {
    background-color: #A9E8E0;
    margin-bottom: 15px;
    padding: 16px 10px;
    border-radius: 30px;
    width: 370px;
    height: 54px;
    color: #25434E;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'SimplerPro-regular';
    letter-spacing: 0;
    text-align: center;
    box-sizing: border-box;
}

.submit:hover {
    cursor: pointer;
}

.submit-otp:hover {
    cursor: pointer;
}

.consent-checkbox:hover {
    cursor: pointer;
}

.contacts {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 13px;
}

.contacts-text {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'SimplerPro-regular';
    letter-spacing: 0;
}

.send-again {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    font-family: 'SimplerPro-regular';
    letter-spacing: 0;
    margin-bottom: 17px;
}

.underline {
    text-decoration: underline;
    cursor: pointer
}

a,
a:visited {
    color: inherit;
    text-decoration: none;
}

    a.underline {
        text-decoration: underline;
    }

.contact-email {
    margin-right: 5px;
}

@media screen and (max-width: 900px) {
    .container {
        flex-direction: column;
        align-items: center;
    }

    .form-container {
        width: 75%;
        align-items: center;
        /* justify-content: flex-start; */
        justify-content: unset;
        margin: 0 35px;
        align-self: center;
    }

    .image-container {
        width: 100%;
        height: 295px;
        /* max-height: 100%; */
        justify-content: flex-start;
        margin-bottom: 24px;
        position: relative;
    }

    .small-logo {
        display: none;
    }

    .small-logo-green {
        display: block;
        margin-bottom: 20px;
    }

    .bottom-container {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        width: 300px;
        gap: 26px
    }

    .small-logo-green-otp {
        display: block;
        margin-bottom: 20px;
    }

    .logo {
        margin: 31px 0 20px;
    }

    .hero-image {
        src: "./images/hero-image-mobile.png";
        height: 188px;
        width: 250px;
        margin-bottom: 23px;
    }

    .form-title {
        font-size: 30px;
        margin-top: 0;
    }

    .text-input, .otp-input {
        width: 300px;
        font-size: 16px;
    }

    .first-input {
        margin-bottom: 16px;
    }

    .submit {
        width: 300px;
        height: 44px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .submit-otp {
        width: 300px;
        height: 44px;
    }

    .contacts {
        padding: 0 40px;
        /* margin-bottom: 20px; */
    }

    .contacts-text {
        text-wrap: nowrap;
    }

    .contacts-text .first-line {
        display: block;
        margin-bottom: 4px;
    }

    .consent {
        gap: 12px;
    }

    .consent-text {
        width: 268px;
    }

    .send-again {
        margin-bottom: 30px;
        ;
    }
}
