@import url("https://fonts.googleapis.com/css?family=Pacifico|Roboto");

html,
body {
    height: 100%;
}

body{
    background-color: #000D1B;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    background: url('img/bg.jpg') no-repeat center top;
    background-size: cover;
}

.container-80{
    width: 80%;
    margin: 0 auto;
}

.img100{
    width: 100%;
}

.socials{
    width: 100%;
    margin: 30px 0;
}

.socials a{
    display: block;
    float: left;
    width: 45px;
    padding: 0 5px;
    margin-bottom: 20px;
}

.socials a img{
    width: 100%;
}

label{
    color: #797a7f;
    font-size: 12px;
}

.formsubmit{
    padding-top: 29px;
}

.od-date{
    display: inline-block;
    padding: 5px;
    text-align: left;
    font-size: 14px;
}

.od-promo{
    display: inline-block;
    width: 25%;
    padding: 5px;
    text-align: left;
    font-size: 14px;
}

.od-status{
    display: inline-block;
    width: 20%;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}

.od-note{
    display: inline-block;
    padding: 5px;
    text-align: left;
    font-size: 10px;
}

.mainform input, .mainform button{
    -ms-transform: skewX(-15deg); /* IE 9 */
    -webkit-transform: skewX(-15deg); /* Safari */
    transform: skewX(-15deg);
}

.mainform button{
    font-size: 20px;
    padding: .225rem .75rem;
    background-color: #00aa01;
    color: #090c1e;
    text-transform: uppercase;
    font-weight: bold;
}

.mainform button:hover{
    background-color: #028d03;
}

.alert-success-gram{
    background-color: #00aa01;
    border-color: #028d03;
    color: #090c1e;
}

.alert-danger-gram{
    background-color: #aa0000;
    border-color: #8b0303;
    color: #fff;
}
