{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
.registro{
    width: 400px;
    background:#24303c;
    padding: 30px;
    margin: auto;
    margin-top: 100px;
    border-radius: 4px;
    color:white;
    box-shadow: 7px 13px 37px #000;
}
h1{
    font-size: 22px;
    margin-bottom: 20px;
    
}
.control{
    width: 100%;
    background-color:white;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 16px;
    border: 1px solid #1f53c5;
    font-size: 18px;
}
label{
     width: 100px;
    background:#24303c;
    padding: 2px;
    margin: auto;
    margin-top: 100px;
    border-radius: 4px;
    color:white;
    
    
}
p{
    height: 40px;
    text-align: center;
    font-size: 18px;
    color:white;
}
a{
    color:white;
    text-decoration: none;
}

button{
    width: 100%;
    background-color:white;
    color:bç;
    margin: 5px;
    font-size: 20px;
    
}
body{
    background-color:dimgray;
}
textarea{
    text-align: center;
}