/* VOUCHER */
.form__voucher{
    margin-top: 70px;
}

.input__section{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: left;
    margin-bottom: 50px;
}

.header{
    margin-top: 110px;
    margin-bottom: 160px;
}

.input__outline__label{
    color: #8B8B92;
}

.input__outline{
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #4A4A61;
    height: 50px;
    outline: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
}

.header__button{
    background-color: #151521;
    color: #8B8B92;
    padding: 25px 55px;
    margin-top: 20px;
    border-radius: 8px;
    border: none;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    transition: .1s;
    cursor: pointer;
}

.header__button:hover{
    opacity: 0.9;
    transition: .1s;
}