/* HEADER-FOOTER SECTION START  */
.footer {
    margin-top: 0 !important;
}

/* HEADER-FOOTER SECTION END  */

/* LOGIN SECTION START  */
/*#login {*/
/*    margin-top: 50px;*/
/*}*/

.login {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 800px;
}

.login-mockup {
    height: -webkit-fill-available;
    padding: 90px 0;
    text-align: center;
    background: linear-gradient(150deg, #CCF1FC 0.35%, #D6FFE9 38.02%, #FEF2DF 66.71%, #FFD8D8 99.11%);
}

.login-form {
    padding-left: 100px;
}

.login-title h1 {
    color: var(--text--color);
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
    margin: 20px 0;
}

.textOnInput {
    position: relative;
}

.textOnInput label {
    position: absolute;
    top: -15px;
    left: 35px;
    padding: 2px;
    z-index: 1;
}

.textOnInput label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 5px;
    border: none;
    background-color: var(--white--color);
    color: var(--text--color);
}

.form-control {
    box-shadow: none !important;
}

.country-code-selector input {
    border: 1px solid var(--text--color);
    border-radius: 20px !important;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: var(--text--color);
    font-weight: 500;
    outline: none;
    background-color: transparent;
}

.country-code-selector input:focus {
    border: 1px solid var(--text--color);
    outline: none;
}

.login-button {
    margin-top: 20px;
}

.submit {
    width: 80%;
    padding: 10px 10px;
    border: none;
    border-radius: 20px;
    background-color: var(--primary--color);
    color: var(--white--color);
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
}

.submit:hover {
    background-color: var(--primary--hover--color);
}

.or {
    margin-top: 20px;
    width: 80%;
}

.or .hr-text {
    border: 0;
    position: relative;
    text-align: center;
    font-size: 18px;
    opacity: 1 !important;
}

.or .hr-text::before {
    content: "";
    background: #bebebe;
    position: absolute;
    left: 20%;
    top: 50%;
    width: 60%;
    height: 1px;
}

.or .hr-text::after {
    content: attr(data-content);
    position: relative;
    padding: 0 10px;
    color: #bebebe;
    font-weight: 400;
    background-color: var(--white--color);
}

.login-with-buttons {
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.login-with-button {
    background-color: var(--white--color);
    color: var(--secondary--color);
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 10px;
    height: 50px;
    width: 100%;
    padding: 10px 10px;
    border-radius: 20px;
    border: 1px solid #EFEFEF;
}

.login-with-button:hover {
    background-color: #EFEFEF;
}

.login-with-button a {
    color: var(--secondary--color);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}

/* LOGIN SECTION END  */

/* RESPONSIVE START  */
@media only screen and (max-width: 990px) {
    .login-mockup {
        display: none;
    }

    .login-form {
        padding-left: 0;
        padding-bottom: 0;
        padding-right: 0;
    }

    .login {
        height: 750px;
    }

    /*#login {*/
    /*    margin-top: 20px;*/
    /*}*/

    .submit {
        width: 100% !important;
    }

    .intl-tel-input,
    .iti {
        width: 100% !important;
    }

    .login-with-buttons {
        width: 100% !important;
    }

    .or {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .login {
        height: 700px;
    }

    .login-title h1 {
        margin-top: 10px;
    }

    .select-box .options {
        width: 100%;
    }

    .submit {
        padding: 5px 5px;
        border-radius: 15px;
    }

    .login-title h1 {
        font-size: 25px;
    }

    label,
    .login-with-buttons,
    .login-button,
    .or {
        padding-left: 0 !important;
    }

    .select-box {
        left: 0;
    }

    .login-with-button {
        padding: 5px 5px;
        border-radius: 15px;
    }

    .login-with-button a {
        font-size: 14px;
    }

    #login {
        margin-top: 0px;
    }
}

/* RESPONSIVE END  */
