body{
    margin: 0;
    padding: 0;
    background-color: #0e0e0e;
}
#forma{
    color: #ffffff;
    font-size: 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    row-gap: 15px;
    min-height: 100vh;
}
#test{
    margin-bottom: 20px;
    font-size: 40px;
    color:#ff0022;
}
#name{
    font-size: 16px;
    width: 200px;
    height: 25px;
}
#other{
    font-size: 16px;
    width: 200px;
    height: 25px;
}
#gmail{
    font-size: 16px;
    width: 280px;
    height: 25px;
}
.lgbt_range span{
    background-image: linear-gradient(to right, violet, indigo, blue, green, yellow, orange, red);
    color: transparent;
    -webkit-background-clip: text;
}
#patriarhat{
    font-size: 16px;
    width: 300px;
    height: 30px;
}
#lgbt_range{width: 100%;}
#error{font-size: 20px; color:#ff0022; margin: 10px;}
.card_content_pass{margin: 10px; display: flex;}
.card_content_pass input{margin-right: 30px;}
.card_content_pass label{margin-right: 10px;}
.card_content_repass{margin: 10px; display: flex;}
.card_content_repass input{margin-right: 30px;}
.card_content_repass label{margin-right: 10px;}
#submit_button{
    cursor: pointer;
    width: 200px;
    height: 50px;
    border-radius: 15px;
    background-image: linear-gradient(to right, violet, indigo, blue, green, yellow, orange, red);
}

/* media requests */
@media (max-width: 500px){
    .card_content_pass{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }
    .card_content_repass{
        flex-direction: column;
        align-items: flex-start;
        row-gap: 10px;
    }
}