
@font-face {
    font-family: 'mtnbrightersans-regularitalic';
    src: url('font/mtnbrightersans-regularitalic.otf') format('opentype');
}

.header {
    background-color: #010743;
    width: 100%;
    text-align: center;
}

.header img {
    width: 100%;
    max-width: 410px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #ffcb05;
    color: black;
    text-align: center;
    font-family:mtnbrightersans-regularitalic;
}

.bg_info {
    margin-left: 2px;
    margin-right: 2px;
    padding-bottom: 60px;
}

#btn_submit {
    border-radius: 0px;
    background-color:white;
    color:black;
}

    #btn_submit:hover {
        background-color: #010743;
        color:white;
    }

    .txt_background {
        background-color: #c2daf4;
        line-height: 38px;
        border-radius: 0px;
    }

.div_submit{
    padding-top:40px;
}

.div_success {
    font-size: 30px;
    color: #198754;
}

.div_error {
    font-size: 30px;
    color: red;
}

    .div_notactive {
        font-size: 30px;
    }

input[type="number"] {
    -moz-appearance: textfield;
}

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }