.footer_style1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #bcc3bf;
    font-size: 16px;
    line-height: 28px;
}

a.site_link {
    color: #BBC2BF;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

.pincode__container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 50px;
    position: relative;
}
#loginChat .pincode__input {
    text-align: center;
    min-width: 45px;
    background-color: transparent;
    border: none;
    font-size: 18px;
    caret-color: #007aff;
    outline: none;
    padding: 4px;
}

.pincode__wrap {
    margin: 0 12px;
    position: relative;
}

.pincode__wrap:before {
    content: '';
    position: absolute;
    border-bottom: 2px solid #a8a8a8;
    border-radius: 2px;
    bottom: 0;
    left: 0;
    right: 0;
}

.pincode__error-message {
    font-size: 14px;
    color: #e02020;
    position: absolute;
    bottom: -2rem;
    left: 0;
    right: 0;
    text-align: right;
}

.pincode__wrap.active:before {
    border-color: #02b13f;
}

.pincode__input::-webkit-outer-spin-button,
.pincode__input::-webkit-inner-spin-button {
    appearance: none;
}

#page-title.landing-form {
    padding: 60px 0;
    overflow: unset;
    max-width: 375px;
    margin: 0 auto;
    flex: 1;
    border-radius: 25px;
    background-position: center;
    background-size: cover;
}
@media only screen and (max-width: 640px) {
    #page-title.landing-form {
        max-width: 100%;
        margin: 0;
        border-radius:0;

    }
}
.landing-form__footer {
    position: relative;
    z-index: 10;
}
.landing-form input,
.landing-form .btn-block.btn,
.landing-form .searchable-select-holder {
    border-radius: 15px;
}
.landing-form .searchable-select-holder,
.landing-form .searchable-select-dropdown {
    border: none;
}
.landing-form .searchable-select-item {
    line-height: 28px;
}
.landing-form .searchable-select-items .searchable-select-item:nth-child(n+2) {
    border-top-width: 1px;
    border-top-style: solid;
}
.landing-form .searchable-select-dropdown {
    background-color: transparent;
}
.landing-form .searchable-select-input {
    display: none;
}

.landing-form__footer--mobile {
    display: none;
}

@media (max-width: 480px) {
    #page-title.landing-form {
        max-width: 100%;
        border-radius: 0;
        margin: 0;
        position: relative;
        z-index: 12;
    }
    .landing-form__footer {
        display: none;
    }
    .landing-form__footer--mobile {
        display: block;
    }
}
  
.searchable-select .searchable-select-holder{
    min-height: 47.99px;
    margin-bottom: 5px;
    padding-right: 28px;
    padding-left: 28px;
}
.searchable-select .searchable-select-caret{
    top: 16px;
    bottom: inherit;

}
.landing-form .searchable-select-dropdown{
    position: static !important;
}

.form-message {
    font-size: 14px;
    color: #ff4d4f;
    margin-top: 4px;
    text-align: left;
}