﻿.login-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 476px;
    gap: 16px;
    background: #FFFFFF;
    margin: auto;
    border-radius: 10px !important;
    padding-top: 16px;
    padding-bottom: 16px;
}

.login-heading {
    align-items: center;
}

.login-content {
    padding: 0px 16px;
    display: flex;
    gap: 8px;
    flex-direction: column;
}



.login-heading .log-in-text {
    font-size: 21px;
    font-weight: 600;
}

.login-heading .sign-up-text {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    gap: 8px;
}

.sign-up-text a {
    font-weight: 600;
    color: #00B288;
    cursor: pointer;
}

    .sign-up-text a:hover {
        text-decoration: none;
    }

.airbnbsignup {
    background: #FF5A5F;
    border: 2px solid #FF5A5F;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0;
    padding: 11px 10px;
    line-height: 100%;
    width: 100%;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.login-btn {
    background: #00b189;
    border: 2px solid #00b189;
    border-radius: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    padding: 14px 0;
    text-transform: inherit;
    width: 100%;
}

.sign-btn {
    background: #DCF3EB;
    border: 2px solid #DCF3EB;
    border-radius: 15px;
    color: #2E2A25;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 0;
    text-transform: inherit;
    width: 100%;
}

.login-form-content {
    gap: 16px;
    display: flex;
    flex-direction: column;
}

.text-input {
    display: flex;
}

    .text-input input {
        padding: 12px 15px;
        background: #fafaf8;
        font-size: 15px;
        color: #757575;
        height: 48px;
        font-weight: normal;
        border: 2px solid #E9E9E7;
        width: 100%;
        border-radius: 10px !important;
        text-transform: uppercase;
    }

.forgate-password {
    display: flex;
    justify-content: center;
    padding: 4px;
}

    .forgate-password a {
        color: #2E2A25;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
    }

.signup-container {
    display: flex;
    height: 90vh;
    align-items: center;
    margin:16px;
}

.text-danger {
    color: #E35454 !important;
    font-weight: 500;
    line-height: normal;
    font-size: 12px;
    display: block;
    margin-top:-10px;
    padding-top:0px !important;
}

.validation-summary-errors.text-danger ul {
    list-style: none;
    padding-left: 5px;
    margin: 0px !important;
}
#btnLoginApple {
    width: 100%;
    text-decoration: none;
    cursor:pointer;
}
#btnLoginApple:hover {
    text-decoration: none;
}
.applesignup {
    background: none;
    border: 1px solid #DDDDDA !important;
    color: #2E2A25 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    box-sizing: border-box;
    border-radius: 15px;
    margin: 0;
    padding: 11px 10px;
    text-align: center;
    line-height: 27px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.recaptchaLink {
    display: flex;
    justify-content: center;
    color: #615E5A;
    gap: 4px;
    padding-top: 10px;
    flex-direction: column;
    max-width: 476px;
    margin: auto;
}
    .recaptchaLink a {
        color: #615E5A;
        text-decoration: underline;
        cursor: pointer;
    }
.iti-class {
    width:100%;
}

.iti__search-input {
    width: 100%;
    border-width: 0;
    height: 38px;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 6px 12px;
    border-radius: 3px;
    color: inherit;
}

.new-custom-checkbox input[type="checkbox"] {
    display: none;
}

.new-custom-checkbox input {
    float: left;
    width: 20px;
    padding: 0px;
    margin: 0px 10px 0 0;
    height: 29px;
}
    .new-custom-checkbox input[type="checkbox"] + input[type="hidden"] + label {
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        display: flex;
        font-weight: 500;
        align-items: center;
        gap: 4px;
        margin-bottom: 0px !important;
    }
    .new-custom-checkbox input[type="checkbox"] + input[type="hidden"] + label {
        color: #95938F;
    }
    .new-custom-checkbox input[type="checkbox"]:checked + input[type="hidden"] + label {
        color: #615E5A;
    }

        .new-custom-checkbox input[type="checkbox"] + input[type="hidden"] + label .lblcheck {
            display: none;
        }
        .new-custom-checkbox input[type="checkbox"] + input[type="hidden"] + label .lbluncheck {
            display:flex;
        }
    .new-custom-checkbox input[type="checkbox"]:checked + input[type="hidden"] + label .lbluncheck {
        display: none !important;
    }
    .new-custom-checkbox input[type="checkbox"]:checked + input[type="hidden"] + label .lblcheck {
        display: flex !important;
    }
