﻿.rbt-elements-area {
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('../../v2.0/images/sign-in/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.title {
    font-size: 24px;
    font-weight: 700;
}
.contact-form {
    gap: 20px;
    padding: 40px !important;
}
.input-label {
    font-size: 14px;
    font-weight: 400;
}
    .input-label span {
        color: red;
    }
.btn-text {
    font-size: 16px;
    font-weight: 400;
}
.password-field {
    position: relative;
}

    .password-field .password-toggle {
        position: absolute;
        right: 16px;
        top: 71%;
        transform: translateY(-50%);
        border: none;
        background: transparent;
        color: var(--color-body);
        font-size: 16px;
        cursor: pointer;
        padding: 2px;
        line-height: 1;
        z-index: 10;
    }

        .password-field .password-toggle:focus {
            outline: none;
            color: var(--color-primary);
        }

        .password-field .password-toggle i {
            pointer-events: none;
        }

.date-field {
    position: relative;
}

    .date-field .date-icon {
        position: absolute;
        right: 16px;
        top: 58%;
        transform: translateY(-50%);
        color: var(--color-body);
        font-size: 16px;
        pointer-events: none;
        z-index: 1;
        cursor: pointer;
    }

    .date-field input {
        padding-right: 45px;
    }

.select-field {
    margin-top: 10px;
    position: relative;
}

    .select-field select,
    .select-field .select-native {
        width: 100% !important;
        padding: 12px 40px 12px 16px !important;
        border: 1px solid var(--border-color) !important;
        border-radius: 4px !important;
        font-size: 16px !important;
        background-color: #fff !important;
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 16px center !important;
        margin-top: 0 !important;
        color: var(--color-body) !important;
        transition: border-color 0.3s ease !important;
        height: auto !important;
        line-height: 1.5 !important;
        box-sizing: border-box !important;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        position: relative !important;
        z-index: 1 !important;
    }

        .select-field select:focus,
        .select-field .select-native:focus {
            outline: none !important;
            border-color: var(--color-primary) !important;
        }

        .select-field select option,
        .select-field .select-native option {
            padding: 8px !important;
            background-color: #fff !important;
        }

    /* Prevent bootstrap-select from hiding our selects */
    .select-field .bootstrap-select {
        display: none !important;
    }

        .select-field .bootstrap-select + select,
        .select-field .bootstrap-select ~ select {
            display: block !important;
        }
#submit-signup {
    background: #B60002
}

    #submit-signup .btn-text {
        display: inline-block;
        transition: transform 0.2s ease;
    }

    #submit-signup:hover .btn-text {
        transform: scale(1.1);
    }
.rbt-lost-password {
    font-size: 16px;
    font-weight: 400;
}
    .rbt-lost-password a {
        font-size: 16px;
        font-weight: 600;
        color: #B60002;
    }