*{
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.container-information{
    width: 400px;
    height: 450px;
}

.container-information .logo-clover{
    width: 200px;
    filter: drop-shadow(0 5px 4px #661923);
}

.container-information h2{
    font-size: 40px;
    font-family: Impact, sans-serif;
    text-shadow: 1px 1px 4px #000;
    letter-spacing: 2px;
    color: #fff;
    margin: 0;
    margin-bottom: 20px;
}

/*Diseño de los label*/

hr{
    margin-bottom: 20px;
}

label{
    font-size: 14px;
    font-weight: 600;
}


/*Diseño de los inputs*/

.inp{
    height: 40px;
    width: 90%;
    margin-top: 5px;
    padding: 20px;
}

.inp-Btn {
    background-color: #4CAF50;
    color: white;
}
