body{
    margin: 0;
    padding: 0;
    font-family: 'Shippori';
    box-sizing: border-box;
}
@font-face {
    font-family: 'Shippori';
    src: url(font/ShipporiGothicB2-OTF-Bold.otf);
    font-weight: normal;
}
form{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    width: 700px;
    height: 480px;
    padding: 20px 20px 40px 20px;
    margin: 130px 100px 50px 370px;
    border-radius: 47px;
    color: white;
    margin-bottom: 150px;
    background-color: #535FA8;
}
.titol{
    margin-top: 40px;
    font-size: 40px;
    font-weight: bold;
}
.text{
    width: 100%;
    margin-right: 10px;
    font-size: 20px;
    margin-left: 40px;
    margin-bottom: 10px;
}
.control{ /*fondo de los imput*/
    width: 95%;
    height: auto;
    background-color: white;
    padding: 10px;
    border-radius: 25px;
    border: none;
    font-size: 18px;
}
.boton2{
    background-color: white;
    padding: 10px;
    margin: 10px;
    width: 200px;
    border-radius: 25px;
    border: none;
    font-size: 16px;
}
.recordar{
    margin-bottom: 10px;
}
.registro{
    margin-top: 20px;
    margin-bottom: 20px;
}
.registrar1{
    margin-left: 15px;
    color: white;
}