html, body{
    width: 100%;
    height: 100%;
    padding-top: 0;
    color: #444444;
    background-image: url("img/bg.jpg");
    background-size: cover;
    /*background-size: cover;*/
    display: table;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.header{
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #999;
}
.sitename{
    height: 68px;
    background-color: rgba(0,0,0,.7);
    font-size: 24px;
    text-align: center;
    color: #fff;
    line-height: 68px;
    margin-top: 155px;
}

.simpletext {

    background-color: rgba(0,0,0,.7);
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding: 1em;
}

.loginrow{
    margin-top: 20px;
}
.loginform{
    margin-top: 40px;
    background-color: rgba(0,0,0,.7);
    padding: 30px;
}
.loginform label{
    font-size: 16px;
    color: #fff;
}
.loginform a{
    color: #fff;
    text-decoration: underline;
}
.loginbtn{
    background-color: #bb1d2c;
    width: 150px;
    height: 40px;
    border: 1px solid #bb1d2c;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}
.guestrow{
    color: #fff;
    margin-top: 20px;
}
.guestbtn{
    background-color: #878787;
    width: 150px;
    height: 40px;
    border: 1px solid #878787;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}
.socialicons{
    padding: 0;
    background-color: rgba(0,0,0,.7);
}

#policy{
    position: fixed;
    bottom: 0;
    background-color: #fff;
    padding: 10px;
    width: 100%;
}

a{
    color: #878787;
}
a:hover{
    color: #bb1d2c;
}
@media (max-width: 300px) { 
    .sitename{
        margin-top: 10px;
    }
}

@media (max-width: 576px) { 
    #policy{
        position: fixed;
        bottom: 0;
        background-color: #fff;
        padding: 10px;
        width: 100%;
    }

    .sitename{
        margin-top: 10px;
    }
}


@media (max-width: 768px) {
    .socialicons{
        margin-top: 40px;
        height: 60px;
    }
}


@media (min-width: 992px) { }


@media (min-width: 1200px) {



    .loginform input{
        height: 45px;
    }

    .socialicons{
        margin-top: 40px;
        height: 60px;
    }
}