@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'poppins',sans-serif;
    
}
.section{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    background: url('descarga.jpg')no-repeat;
    background-position: center;
}
.form-box{
    position: relative;
    width: 400px;
    height: 450px;
    background: transparent;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    box-shadow: 7px 13px 37px #000;
}
h2{
    font-size: 2em;
    color: #fff;
    text-align: center;
}
.inputbox{
    position: relative;
    margin:  0;
    width: 100%;
}
.button{
    width: 100%;
    height: 40px;
    border-radius: 40px;
    background: #1c1c1a;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
}
.botones{
    margin-bottom: 10px;
}
