.container-fluid {
    padding: 0px 45px !important;
}

.grecaptcha-badge {
    display: none !important;
}


@media (max-width: 500px) {

    .container-fluid {
        padding: 0px 20px !important;
    }

}

.hideme
{
    opacity:0;
}

@font-face {
    font-family: "Aileron";
    src: url('/fonts/aileron/Aileron-Light.otf');
    font-style: normal;
    font-weight: 100;
}

@font-face {
    font-family: "Aileron";
    src: url('/fonts/aileron/Aileron-Regular.otf');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Aileron";
    src: url('/fonts/aileron/Aileron-Bold.otf');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Aileron";
    src: url('/fonts/aileron/Aileron-Heavy.otf');
    font-style: normal;
    font-weight: 700;
}

* {
    font-family: 'Montserrat', sans-serif;
}

html {
    max-width: 1920px;
    margin: 0 auto
}

#container-header {
    max-width: 1920px;
}

.alert ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.alert-danger ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.alert-success ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

html::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html::-webkit-scrollbar-thumb {
    background: rgb(56, 56, 56);
}

html::-webkit-scrollbar-track {
    background: #c0c0c0;
}