
body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    font-family: Arial, sans-serif;
    background-color: #f1f1f1;
    margin: 0;
}
p {
    margin-top: -14px;
    text-align: left;
    margin-left: 15px;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.logo {
    margin-top: -40px;
    margin-bottom: 20px;
    height: 100px;
    border-radius: 10px;

}
.form-container , .message-container {
    background: #fff;
    padding: 20px;
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 350px;
}
.form-container h2 {
    margin-bottom: 20px;
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 35px;
}
.form-container .toggle-password {
    position: absolute;
    right: 20px;

    top: 30%;
    transform: translateY(-50%);
    cursor: pointer;
}
.form-container label {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: left;
}

.message-container p {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}
.form-container input {
    width: 90%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.form-container button, .message-container button {
    padding: 10px 20px;
    background-color: #c1f2b0;
    color: #000000;
    font-size: 18px;
    font-family: 'Outfit', sans-serif;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}
.form-container button:hover, .message-container button:hover {
    background-color: #1ec559;
}





@media screen and (max-width: 800px) {


    /* .containermainlinks{

        margin-top:50px ;
    }
 */
 .logo {
    margin-top: -200px;
    margin-bottom: 20px;
    height: 100px;
    border-radius: 10px;

}
 .form-container , .message-container {
    background: #fff;
    padding: 20px;
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 80%;
}


  

}

