.main-logo {
    max-width: 340px;
}

.swiper-img {
    width: 75px !important;
    height: 75px !important;
    border-radius: 50%;
}

.intl-tel-input {
    margin-bottom: 0;
    margin-top: 15px;
}

#input_title {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 12px !important;
    font-weight: 600;
    color: white;
}

body {

    background: rgb(111, 93, 82);
    background: linear-gradient(180deg, rgba(111, 93, 82, 1) 0%, rgba(156, 87, 73, 1) 48%, rgba(214, 78, 61, 1) 100%);
}

#mob-sub-btn {
    background: #bf333d;
    border-radius: 15px;
    display: block;
    height: 60px;
    margin-top: 20px;
    color: #fff;
    font-weight: 900;
    font-size: 26px;
    box-shadow: 0 7px #731408;
    width: 100%;
    max-width: 300px;
}

#code-sub-btn {
    background: #030303;
    color: white;
    border-radius: 6px;
    display: block;
    width: 150px;
    height: 40px;
}

#mob-sub-btn:disabled {
    opacity: 0.5;
}

#code-sub-btn:disabled {
    opacity: 0.5;
}

#code {
    margin-bottom: 15px;
    height: 45px;
    vertical-align: middle;
    padding: 4px;
    border: transparent;
    background: #00000012;
    border-bottom: 5px solid #afaeaef5;
    color: #212529;
    font-weight: 900;
}

.mob-error {
    font-size: 14px;
    color: #ff0000ad;
    font-weight: bolder;
}

.selected-dial-code {
    color: #ffff;;
}

input#phone {
    color: #ffff;
}

.intl-tel-input {
    margin-bottom: 0;
    margin-top: 15px;
    color: #ffff !important;
    font-weight: 600;
}

.check-terms-label {
    color: white;
    font-size: 14px;
    font-weight: bolder;
}

.form-check .form-check-input {
    float: none;
    margin-left: -1.5em;
}

.footer-spn {
    color: white;
    font-weight: 600;
    font-size: 9px;
}

.modal-content {
    font-weight: 600;
    color: #602820;
}

@media (max-width: 767px) {
  .modal-dialog {
    max-height: calc(100vh - 40px);
    overflow-y: auto;
  }
}