/*
   _____                                    _
  / ____|                                  | |
 | (___  _ __   __ _  ___ ___  ___ ___   __| | ___
  \___ \| '_ \ / _` |/ __/ _ \/ __/ _ \ / _` |/ _ \
  ____) | |_) | (_| | (__  __/ (__ (_) | (_| |  __/
 |_____/| .__/ \__,_|\___\___|\___\___/ \__,_|\___|
        | |
        |_|

    ------------
    Version 0.1.21

*/

/* Voucher */
.header__content {
    padding:290px 7% 180px;
}

.header__title {
    padding:290px 7% 180px;
    margin-top: -230px;
    margin-left: -20px;
}

.input{
    display: flex;
    flex-direction: column;
}

label{
    color: gray;
    font-size: 14px;
    margin-bottom: 10px;
}

input {
    height: 50px;
    border-radius: 13px;
    outline: none;
    border: none;
    background-color: #9e9e9e62;
    margin-bottom: 40px;
    padding-left: 20px;
    color: black;
}

.alert{
    padding: 15px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 13px;
}

@media only screen and (max-width: 1200px) {
    .header__content {
        margin-right: 100px;
    }
    .header__title{
        text-align: center;
    }
}