body {

background-color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
overflow: hidden;

}

.area-login {

display: flex;
justify-content: center;
align-items: center;
height: 100vh;
justify-content: center;
align-items: center;

}

.login {

display: flex;
flex-direction: column;
align-items: center;
background-color: #575864;
border-radius: 10px;
width: 355px;
height: 320px;
padding: 35px;


}

.login form {

    display: flex;
    width: 100%;
    flex-direction: column;
}

.login input {

    margin-top: 10px;
    background-color: #252A34;
    padding-left: 10px;
    color: #cbd0f7;
    border: none;
    height: 45px;
    outline: none;
    border-radius: 8px;
    
}


.login img {

width: 300px;
height: auto;

}

input::placeholder {

color: #CBD0F7;
font-size: 14px;


}

form [ type="submit"]{

    display: block;
    background-color: #5568FE;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;

}

p {

color: #cbd0f7;

}

a {
    color: #5568FE;
    text-decoration: none;
    margin-left: 10px;
    
   
}

.area-form {

    display: flex;
    justify-content: center;
    align-items: center;
    height: 300vh;
    justify-content: center;
    align-items: center;
    
    }

.formm {

    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #181920;
    border-radius: 10px;
    width: 355px;
    height: 320px;
    padding: 35px;
}