.form-first__form{
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.form-first__form-top{
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.form-first__input, 
.form-first__text{
    color: #fff !important;
}


@media (max-width: 480px) {
    .form-first__block{
        width: 100%;
    }
}

.form-first__btn{
    margin-bottom: 10px;
    width: 100%;
}

.form-second__block {
    padding: 0;
    width: 100%;
}

.form-second__form {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.form-second__form-top{
    display: flex;
    flex-flow: column;
    gap: 10px;
}

.form-second__btn{
    margin-bottom: 10px;
    width: 100%;
}
