@font-face {
    font-family: "avant";
    src: local("avant"), url('/fonts/avant.otf') format('opentype'), url('/fonts/avant.woff2') format('woff2'), url('/fonts/avant.woff') format('woff'), url('/fonts/avant.ttf') format('truetype');
}

input,
select {
    padding: 10px;
    font-size: 15px;
    border: 2px solid #F57B20;
    font-family: "avant";
}

#cont-check {
    font-family: "avant";
}

input::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::placeholder {
    color: #000;
    opacity: 1;
}

.error-label {
    font-size: 13px;
    color: red;
    margin-bottom: 20px;
    font-family: Arial;
}

.swal2-popup {
    background: #000 !important;
    font-family: "avant";
}

.swal2-popup h2 {
    color: #fff;
    font-family: "avant";
}

.swal2-popup h3 {
    color: #fff;
    font-family: "avant";
}

.grayscale {
    opacity: 0.5;
    cursor: auto;
    animation: none;
}

@media (max-width: 480px) {
    #submiInfo {
        font-size: 15px;
    }
}