.form-page {
    display: none;
}
.form-page.active {
    display: block;
}
body{
    height: 100vh !important;
}
body, input, select, textarea, button,p {
    font-family: 'Montserrat', sans-serif;
}
.form-btns {
    display: flex;
    justify-content: space-between;
}
.file-input-container {
    margin-top: 20px;
}
.file-input-container input[type="file"] {
    display: none;
}
.file-input-label {
    background-color: transparent;
    color: #fff;
    padding: 50px 50px;
    border: 2px dashed gray;
    cursor: pointer;
}

span{
    color: #F11D1D;
}

