/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.custom-login-form {
    max-width: 400px;
    margin: 0 auto;
    font-family: "coherentic", Sans-serif;
}

.custom-login-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.gra-button {
    width: 100%;
    background: linear-gradient(to right, #B7094C, #ED4C5C);
        color: white;
    border: none;
    padding: 9px;
    border-radius: 15px;
    font-size: 1.25rem;
    cursor: pointer;
    font-weight: 400;

}

.custom-login-input {
    width: 100%;
    padding: 27px !important;
    margin-bottom: 15px;
    background-color: #E8E8E8;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.375rem;
    box-sizing: border-box;
    font-family: "coherentic", Sans-serif;
    color: black;
    border-style: none !important;
    border-radius: 15px 15px 15px 15px !important;
}
.custom-login-input::placeholder {
    color: rgba(0, 0, 0, 1); 
}

.custom-login-password-wrapper {
    position: relative;
}

.custom-login-password-toggle {
    position: absolute;
    left: 12px;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 1.25rem;
    user-select: none;
}

.custom-login-remember-forgot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    direction: rtl;
}

.custom-login-remember-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    font-size: 1.25rem;
    position: relative;
    user-select: none;
}


.custom-login-checkbox {
    opacity: 0;
    width: 0;
    height: 0;
}

.custom-login-slider {
    position: relative;
    width: 38px;
    height: 20px;
    background-color: #ccc;
    border-radius: 20px;
    transition: background-color 0.2s;
    display: inline-block;
}

.custom-login-slider::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 2px;
    background-color: white;
    border-radius: 50%;
    transition: transform 0.2s;
}

.custom-login-checkbox:checked + .custom-login-slider {
    background-color: #0091AD;
}

.custom-login-checkbox:checked + .custom-login-slider::before {
    transform: translateX(18px);
}

.custom-login-forgot-link {
    font-size: 1.125rem;
    color: black;
    text-decoration: none;
    user-select: none;
}

.custom-forgot-back-link {
        font-size: 1.125rem;
    color: black;
    text-decoration: none;
    user-select: none;

}

.custom-login-forgot-link:hover {
    text-decoration: underline;
}

.custom-login-submit {
    width: 100%;
    background: linear-gradient(to right, #B7094C, #ED4C5C);
        color: white;
    border: none;
    padding: 9px;
    border-radius: 15px;
    font-size: 1.25rem;
    cursor: pointer;
    font-weight: 400;
}

.custom-login-error {
    color: red;
    margin-bottom: 15px;
}

.custom-login-message {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
