.form-input {
    width: 100%;
    padding: 11px 11px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    font-weight: 500;
    color: #717680;
}
.login-button {
    width: 100%;
    background: #FF671E;
    color: white;
    border: none;
    padding: 18px 24px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    text-transform: none;
    letter-spacing: 0;
    font-family: "Raleway",  sans-serif;
}
.form-label {
    display: block;
    margin-bottom: 8px;
    color: #2d3748;
    font-weight: 600 !important;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-family: "Raleway",  sans-serif;
}
.form-title {
    font-size: 18px;
    color: #181D27 !important;
    font-weight: 700 !important;
    /* text-align: left; */
    font-family: "Raleway", sans-serif;
}
.visual-title {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #181D27;
    font-family: "Raleway", sans-serif !important;
    margin-top: 12px;
}
.visual-content p {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
    font-family: "Raleway", sans-serif;
}
.nav-pills .nav-link.active {
    background-color: #FF671E !important;
    color: #fff !important;
    box-shadow: 0 0 5px #0000001a;
}
a.navbar-brand.fw-semibold.text-dark {
    font-weight: 700 !important;
    color: var(--primary-color) !important;
    font-size: 20px;
}
.iti__selected-dial-code {
    font-size: 15px;
}
.main-card{
    max-width: 80% !important;
}
.otp-inputs input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border: 1.5px solid #e5e7eb;
    outline: none;
    transition: .2s;
    background: #fff;
    border-radius: 10px;
}