* {
    font-family: 'Tajawal', sans-serif;

}

body {
    background-color: #f2e2df;
}

.login, .otp-form, .change-phone-form {
    height: 100vh;
}

.btn {
    background-color: #eb5b38;
    width: 100%;
    color: white;
    height: 50px;
    border-radius: 10px;
    border: 0px;
}

a.btn.btn-link.forget:hover {
    color: #000;
}

button.btn.btn-primary:hover {
    background-color: #e88b75;
}

.card-body {
    background-color: white;
    border-radius: 24px;
}

h3 {
    color: #000;
}

label {
    float: right;
}

a {
    text-decoration: none;
    color: black;
}

.forget {
    color: #0d6efd;
}

a.btn.btn-link.forget {
    text-align: end;
}

.logo img {
    width: 100%;
}

.iti--allow-dropdown {
    width: 100%;
}

.iti--allow-dropdown .iti__arrow {
    margin-right: 6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.iti--allow-dropdown input {
    padding-left: 60px !important;
    direction: ltr !important;
}

.iti__country-list {
    left: 0;
    z-index: 999999999999999999;
}

.iti__flag-box {
    margin-left: 6px;
}

#new-phone, #phone {
    padding-left: 110px !important;
}