@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:700');
body {
    background: url(../images/bg.jpg) no-repeat;
    background-position: top center;
    overflow-x: hidden;
    background-color: #000000 !important;
    /* background-size: cover; */
    font-family: 'Oswald', sans-serif;
}

.re {
    font-size: 13px;
    /* margin-right: -140px; */
    /* margin-top: 8px; */
    position: absolute;
    right: 11px;
    color: white;
    top: 19px;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}

button.btn.btn-primary {
    color: #fff;
    background-color: #c91500;
    border-color: #f20202;
    width: 100%;
}

a.btn.btn-primary {
    color: #fff;
    background-color: #c91500;
    border-color: #f20202;
    width: 100%;
}

.logo {
    max-height: 90px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ff0202;
}
.IS-MOBILE {
    background-image: none !important;
    background-position: top center;
    overflow-x: hidden;
    background-color: #000000 !important;
}

