body {
    margin: 0;
    color: white;
    font-family: 'Roboto', sans-serif;

}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90.21deg, #329bcb -5.91%, #c828a8 111.58%);
    height: 100vh;
}

.login-form {
    padding: 50px 20px 0px 20px;
    margin-top: 20px;
    width: 350px;
    height: 450px;
    background-color: rgba(64, 66, 68, 0.301);
    border-radius: 8px;
}
.header-form {
    margin-top: -30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;

}

.header-form h3 {
    font-size: 22px;
}

.test {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    background-color: rgba(14, 255, 2, 0.36);
    border-radius: 2px;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;

}

.test h3 {
    font-size: 20px;
    margin-top: 5px;
}

.data {

    text-align: left;
}

.data p {
    margin-left: 20px;
    margin-top: -10px;
}

.button-login {
    width: 100%;
}

.input-form {
    width: 95%;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 8px;
    border: 1px solid white;
    background-color: transparent;
    padding-left: 10px;
    color: white;
}
.btn{
    margin-top: 20px;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 8px;
    background-color: #228df1;
    color: white;
}