﻿.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{
    padding: 40px !important;
    gap: 20px;
}
#form-signIn{
    gap:20px;
}
.rbt-lost-password{
    font-size:16px;
}
.sign-up {
    color: #B60002 !important;
}
.input-label {
    font-size: 14px;
    font-weight: 400;
}
.input-form span{
    color:red;
}
.btn-google .google-content{
    width: 220px !important;
}
.google-content p{
    font-size:16px;
}
.btn-text {
    font-size: 16px;
}
#submit-signin {
    background: #B60002 !important;
}
#submit-signin .btn-text {
    display: inline-block;
    transition: transform 0.2s ease; 
}

#submit-signin:hover .btn-text {
    transform: scale(1.1);
}
.btn-google .google-content p {
    display: inline-block;
    transition: transform 0.2s ease;
}

.btn-google:hover .google-content p {
    transform: scale(1.1);
}
.btn-google .logo {
    transition: transform 0.2s ease;
}

.btn-google:hover .logo {
    transform: scale(1.1);
}
#togglePassword{
    top:71% !important;
}