        body{
            direction:rtl;
            font-family: 'vazirmatn';
background-color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
        }

        .container {
            background-color: rgb(250, 254, 250);
            padding: 0 20px;
            border-radius: 10px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.8);
            width: 440px;
    position: relative;
            text-align: center;
            position: relative;
            overflow: hidden;
       
            height: 92vh;
        }

       
        .form-toggle {
            display: flex;
            justify-content: space-around;
            margin-bottom:2px;
        }

        .form-toggle button {
            background: none;
            border: none;
            font-size: 1.2em;
            cursor: pointer;
            padding: 10px 20px;
            transition: color 0.3s;
        }

        .form-toggle button.active {
            color: #e71212;
            border-bottom: 2px solid #ff4b4b;
        }

        .form {
            display: flex;
            flex-direction: column;
        }


        .input-group {
            margin-bottom: 5px;
            text-align: left;
            width: 380px;
        }

        input {

            padding: 10px;
            border: 1px solid #ddd;
       

            color: rgb(26, 50, 129);
        }

        button.submit {
            background-color: #ff4b4b;
            color: white;
            border: none;
            padding: 10px;
            border-radius: 5px;
            cursor: pointer;
            font-size: 1.2em;
            margin-top: 5px;
            width: 380px;
        }

        .switch-link {
            margin-top:0 5px;
            color: #1b0202;
            font-size: 0.9em;
        }

        .switch-link a {
            color: #123b70;
            text-decoration: none;
        }

        /* Hidden class for forms */
        .hidden {
            opacity:.8;

            color:#53100f
        }
                /* custom/css/login.css */

                .alert {
                    padding: 10px;
                    margin-bottom: 5px;
                    border: 1px solid transparent;
                    border-radius: 6px;
                }

                .alert-danger {
                    color: #a94442;
                    background-color: #f2dede;
                    border-color: #ebccd1;
                }

                .alert ul {
                    margin: 0;
                    padding-left: 20px;
                    list-style-type: disc;
                }

                .text-danger {
                    color: #5f0912;
                    /* Bootstrap's danger color */
                    font-size: 0.85em;
                    margin-top: 5px;
                    display: block;
                }

                .input-group label {
                    display: block;
                    margin-bottom: 5px;
                    color:#1b0202
                }

                .input-group input[type="text"],
                .input-group input[type="email"],
                .input-group input[type="password"] {
                    width: 100%;
                    padding: 10px;
                    border: 1px solid #ccc;
                    border-radius: 8px;
                    box-sizing: border-box;
                    /* Ensures padding doesn't expand the width */
                }

                /* Optional: Add some styling for the remember me checkbox */
                .remember-me {
                    direction:rtl;
                    display: flex;
                    align-items: center;
                    padding: 10px;
                }

                .remember-me input[type="checkbox"] {
                    margin-right: 25px;
                    margin-bottom: 8px;
                    border-radius: 4px;
                    width: 20px;
                    height: 20px;
                    display: inline-block;

                }
.gsi-material-button {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    appearance: none;
    background-color: #131314;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #e3e3e3;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
    border-color: #8e918f;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #13131461;
    border-color: #8e918f1f;
}

.gsi-material-button:disabled .gsi-material-button-state {
    background-color: #e3e3e31f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: white;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: white;
    opacity: 8%;
}
