.gradient-custom-2 {
    
    background: -webkit-linear-gradient(to right, #d6efc2, #bde391, #a1d764, #94c045);
    background: linear-gradient(to right, #d6efc2, #bde391, #a1d764, #94c045);
    }
    
    @media (min-width: 768px) {
    .gradient-form {
    height: 100vh;
    }
    }
    @media (min-width: 769px) {
    .gradient-custom-2 {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
    }
    }


.gradient-custom-12{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 4px;
    background-color: #94c045;
    color: white;
    transition: all 0.3s ease-in-out;

}

.gradient-custom-12:hover{
    transition: all 0.3s ease-in-out;

    box-shadow: 0 4px 9px 0px rgba(0, 0, 0, .35);
    background-color: #9fc658;
    color: white;
}

.btn-Create-new {
    color: #f6b024;
    border-color: #f6b024;
  }
.btn-Create-new:hover {
    background-color: #f6b024;
    border-color: #f6b024;
    color: white;
  }

.gradient-custom-google{
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 60px;
    border-radius: 4px;
    background-color: #e6e6e6;
    color: rgb(34, 34, 34);
    transition: all 0.3s ease-in-out;

}

.gradient-custom-google:hover{
    background-color: #c7c7c7;
    color: rgb(24, 24, 24);
}

.error_msg{
    color: #ff4d4d; /* Bright red for clear visibility */
    font-weight: bold; /* Emphasizes the message */
    font-size: 14px; /* Slightly smaller than standard text */
    font-family: "Arial", sans-serif; /* Simple and readable font */
}

.input-group .form-control {
  border-right: 0;
}

.input-group .btn {
  border-left: 0;
  background-color: #e4e4e4;
  border-color: #ced4da;
}
