body{
    margin:0;
    min-height:100vh;
    background:linear-gradient(135deg,#0f5fa5,#0d3ea8);
    display:flex;
    justify-content:center;
    align-items:center;
    gap: 15px;
}

form{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap: 15px;
}

button{
    padding:10px;
    color:white;
    background-color:rgb(1,163,155);
    border:none;
    border-radius:5px;
    cursor:pointer;
}

.regi{
    padding:40px;
    border-radius:10px;
    text-align:center;
}
a{
    color: red;

}

