/*==========================================
      MASTER STYLESHEET FOR KalTak
==========================================*/



/*  ==========================================================================
    1. Global styles
    ========================================================================== */

body {
    font-family: 'Work Sans', sans-serif;
    color: #171818;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.2px;
}

p, ul {
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

h1 {
    font-size: 60px;
    line-height: 78px;
}

h2 {
    font-size: 40px;
    line-height: 52px;
}

h3 {
    font-size: 34px;
    line-height: 44px;
}

h4 {
    font-size: 30px;
    line-height: 39px;
}

h5 {
    font-size: 24px;
    line-height: 31px;
}

h6 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: inline-block;
    outline: none;
    color: #171818;
    -webkit-transition: .5s ease;
    transition: .5s ease;
}

    a:hover, a:focus, a:visited {
        text-decoration: none;
        outline: none;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }

img {
    max-width: 100%;
    display: inline-block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}

    button:focus {
        outline: none;
    }

input, textarea {
    font-family: 'Work Sans', sans-serif;
    display: block;
    font-size: 16px;
    line-height: 30px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

textarea {
    resize: none;
}

    input:focus,
    textarea:focus,
    .form-select:focus,
    .form-control:focus {
        outline: none;
        box-shadow: none;
    }

label {
    display: inline-block;
    max-width: 100%;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
}

.clear_fix {
    clear: both;
}

    .clear_fix:after {
        display: table;
        content: '';
        clear: both;
    }

/*  ==========================================================================
    2. Login styles
    ========================================================================== */
.login_bg {
    background: url('../images/login-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100vh;
}

.top_header {
    padding: 20px;
    /* position: absolute;
        width: 100%; */
}

.welcome_left_img {
    max-width: 753px;
    margin: 0 auto;
}

.language_btn {
    background: #2D8FFF;
    color: #ffffff;
    border-radius: 30px;
    border: 2px solid #2D8FFF;
}

    .language_btn:hover {
        background: #ffffff;
        color: #2D8FFF;
        border: 2px solid #2D8FFF;
    }

.welcome_form {
    max-width: 450px;
    margin: 0 auto;
}

.welcome_home {
    max-width: 570px;
    margin: 0 auto;
}

.welcome_form h1 {
    font-size: 64px;
    margin-bottom: 50px;
    letter-spacing: 0.24px;
    color: #1A1A1A;
}

.welcome_form input {
    font-size: 20px;
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    color: rgba(63,83,110,0.6);
}

.lgoin_btn {
    background: #2D8FFF;
    color: #ffffff;
    border-radius: 30px;
    border: 1px solid #2D8FFF;
    padding: 11px 30px;
    min-width: 172px;
}

    .lgoin_btn:hover {
        background: #ffffff;
        color: #2D8FFF;
        border: 1px solid #2D8FFF;
    }

.register_btn {
    background: #ffffff;
    color: #2D8FFF;
    border: 1px solid #2D8FFF;
    border-radius: 30px;
    padding: 11px 30px;
    min-width: 172px;
}

    .register_btn:hover {
        background: #2D8FFF;
        color: #ffffff;
        border: 1px solid #2D8FFF;
    }

.forget_pass {
    text-decoration: underline;
    font-size: 17px;
    letter-spacing: -0.04px;
    color: rgba(63,83,110,0.6);
}

.welcome_form_footer {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
/* desing 2 */
.hebrew_le .welcome_form input {
    text-align: right;
}
