* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }

    body {
        background-image: url(Subcarpeta/ZZS.jpg);
    }

    .form-registro {
        width: 400px;
        background-color: black;
        padding: 30px;
        margin: auto;
        margin-top: 100px;
        font-family: 'calibri';
        color: azure;
        
    }

    .form-registro h4 {
        font-size: 22px;
        margin-bottom: 20px;
        text-align: center;
    }

    .controls {
        width: 100%;
        background-color: rgb(24, 24, 23);
        padding: 10px;
        border-radius: 4px;
        border: 1px solid #1f1f1f;
        margin-bottom: 16px;
        font-family: 'calibri';
        font-size: 18px;
        color: azure;
    }

    .form-registro p {
        height: 40px;
        text-align: center;
        font-size: 18px;
        line-height: 40px;
    
    }

    .form-registro a {
        color: aliceblue;
        text-decoration: none;
    }
    
    .form-registro a:hover {
        color: aliceblue;
        text-decoration: underline;
    }

    .form-registro .botons {
        width: 100%;
        background-color: brown;
        border: none;
        padding: 12px;
        color: aliceblue;
        margin: 16px 0;
        font-size: 16px;
    }
    