* {
    color: #ddd;
    font-family: Arial, sans-serif;
    font-size: 18px;
}
p {
    text-indent: 1em;
}
.lead,.lead *{
    font-size: 22px;
}

@keyframes slide {
    0% {
        /*transform: translate3d(0, 0, 0);*/
        background-position-y: 0;
    }
    100% {
        /*transform: translate3d(-2048px, 0, 0); */
        background-position-y: 1240px;
    }
}
hr{
    border: 0;
    border-top: 1px dashed #f80;
    height: 1px;
    display: block;
    margin: 2em 0; padding: 0;
}
body {
    background-color:black;
}
#main-logo {
    display: block;
    background: url("/img/bunker-22-logo.png");
    width: 795px;
    height: 595px;
    color: rgba(1, 1, 1, 0.001);
    margin: 0 auto;
    text-align: center;
}

#copyrights {
    margin: 0 auto;
    text-align: center;
    padding: 50px;
}
@font-face {
    font-family: 'Conthrax';
    src: url('/fonts/conthrax-sb.ttf');
}
* {
    color: #f99b09;
    font-family: 'Conthrax', serif;
}
input {
    border: 2px solid #f99b09 !important;
    border-radius: 4px;
    background-color: black;
}
.error {
    color: red !important;
}
.error>input{
    border-color: red !important;
}
