body {
    font-family: 'Roboto', sans-serif;
}

.login-wrapper--new-design {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.login-title {
    margin-bottom: 20px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.google-whatsapp-btn {
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid #333333;
    background: #fff;
    font-size: 14px;
    display: flex;
    color: #333333;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
    text-decoration: none;
}

.google-whatsapp-btn svg {
    width: 16px;
    height: 16px;
}

.divider-FORM {
    position: relative;
    font-size: 17px;
    color: #666666;
    z-index: 2;
}

.divider-FORM::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.2px;
    background: #ccc;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.new-login-input {
    border-radius: 4px;
    padding: 10px 20px;
}

.new-login-label {
    font-size: 14px;
    font-weight: 500;
    color: #5f5f5f;
}

.forget-text {
    font-size: 14px;
    color: #333;
}

.form-check-input.custom:checked {
    background-color: #0f0f0f;
    border-color: #0f0f0f;
    box-shadow: none;
}

.btn-submit-form {
    width: 100%;
    background-color: #04db8e;
    color: #000000;
    padding: 13px 0;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.toggle-password {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #5f5f5f;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.otp-input {
    height: 45px;
    font-size: 16px;
    letter-spacing: 3px;
    border-radius: 4px;
}

.otp-btn {
    height: 45px;
    padding: 0 20px;
    font-weight: 500;
    margin-left: 12px !important;
    border-radius: 25px !important;
}

.new-login-label {
    font-weight: 600;
    margin-bottom: 6px;
}
