﻿.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;
}
.sub-title {
    font-size: 16px;
    font-weight: 400;
}
.contact-form{
    gap:20px;
    padding:40px !important;
}
#form-signIn{
    gap:20px;
}
.input-label{
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 400;
}
.btn-text{
    font-size: 16px;
    font-weight: 400;
}
    .input-label span {
        color: red;
    }
#Get-OTP {
    background: #B60002
}
    #Get-OTP .btn-text {
        display: inline-block;
        transition: transform 0.2s ease;
    }
    #Get-OTP:hover .btn-text {
        transform: scale(1.1);
    }
#cancel {
    background: none;
    color: #2D3748;
    border: none;
    font-size: 16px;
}
#cancel:hover {
    transform:none !important;
}