header {
    justify-content: center;
    margin-bottom: 13.3vw;
}

.input-text {
    
}

.btns {
    margin-top: 10vw;
}

.text {
    margin-bottom: 16vw;
}

.error {
    top: 63vw;
    display: none;
}

.error.active {
    display: block;
}