* {
  
    padding: 0;
    margin: 0;
    font-family: "Cairo", sans-serif;
}
a{
    text-decoration: none;
}

body{
        background-color: #f1f1f1;
}
.text-denger {
    color: #ff4b4b;
    font-size: 0.9rem;
    margin-top: 5px;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
   padding: 10px 0;
}

.form {
  background: #fff;
    padding: 3rem 2rem;
    border-radius: 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
    text-align: center;
    height: auto;
    
}
 

.form-head h3 {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: 1.5rem;
}

.input-field {
    width: 100%;
    height: 55px;
    margin: 0.7rem 0;
    background-color: #f7f9fc;
    border-radius: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.input-field i {
    color: #bbb;
    padding: 0 1rem;
}

.input-field input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 1rem;
    width: 100%;
    padding: 0 1rem;
}

.input-field input::placeholder {
    color: #aaa;
}

.input-rememebr {
    display: flex;
    align-items: center;
    color: #555;
    font-size: 0.9rem;
    margin-top: 1.2rem;
    margin-left: 13px;
}

.input-rememebr i {
    color: #ccc;
 
}

.input-rememebr{
    section{
        margin: 0px 35px;
    }
}
.btn-login {
    width: 100%;

    height: 50px;
       background: linear-gradient(135deg, #740938, #AF1740);
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 1.5rem;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.btn-login:hover {
    background: linear-gradient(135deg, #740938, #DE7C7D);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.links {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.links a {
    color: #43a1a0;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

.links a:hover {
    color: #65C18C;
}

.background img {
    width: 100%;
    max-width: 500px;
    margin-top: 2rem;
}

.language-switcher ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0;
}

.language-switcher li {
    margin: 0 10px;
}

.language-switcher a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.language-switcher a:hover {
    color: #65C18C;
}

footer p {
    font-size: 0.9rem;
    color: #333;
    margin-top: 2rem;
}
