/*PHP*/

*{
    margin:0;
    padding:0;
}

body {
    background: linear-gradient(90deg, rgb(6, 44, 78),rgb(0, 5, 26));

}

.logueoPHP{
    margin-top:25vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.h1php{
    color:white;
    margin-top:2rem;
    font-size: 1.5rem;
}

.formphp{
    margin:auto;
    display: flex;
    flex-direction: column;
    width:50%;
}

.loginphp{
    margin-top:1rem;
    height:4rem;
    
}
.buttonphp{
    margin-top:1rem;
    height:4rem;
    background-color: rgb(40, 241, 224);
    border:none;
    font-size: 1.5rem;
    
}

.error{
    color:white;
    text-align: center;
    margin-top:1rem;
}