@font-face {
    font-family: open_sansbold;
    src: url(opensans-bold-webfont.woff2) format("woff2"), url(opensans-bold-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open_sanslight;
    src: url(opensans-light-webfont.woff2) format("woff2"), url(opensans-light-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open_sansregular;
    src: url(opensans-regular-webfont.woff2) format("woff2"), url(opensans-regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    margin: 0;
    padding: 0;
    font-family: Open Sans, Sans-Serif;
    font-size: .9em;
    background-color: #000
}

@media only screen and (min-width:1000px) {
    .center {
        margin: 0;
        margin: auto;
        width: 550px
    }
}



body {
    margin-left: 150px;
    padding: 0;
    font-family: Open Sans, Sans-Serif;
    font-size: .9em;
    background-color: #2d2d2d;
    background-image: url(../img/ret_bg_dark.png);
    background-size: no-repeat;
}

h2 {
    font-size: 1.6em;
    font-weight: 400
}

#ui {
    width: 450px;
    padding: 45px;
    border: 1px solid grey;
    border-radius: 10px;
    position: absolute;
    margin-top: 150px;
    background-color: #fff;    
}

@media only screen and (max-width:1000px) {
    #ui {
        margin: 20px
    }
}

h2 {
    font-weight: 400
}

#footer {
    margin-top: 50px;
    color: #999;
    font-family: Open Sans, Sans-Serif;
    font-size: .9em;
    text-decoration: none
}

#copyright {
    font-size: .8em
}

a {
    color: #999;
    font-family: Open Sans, Sans-Serif;
    text-decoration: none
}

#center {
	text-align: center;
}

button {
    background-color: #222222;
    border-radius: 5px;
    margin-bottom: 15px;
    width: 300px;
    color: #fff;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 700;
    cursor: pointer
}

button:hover {
    background-color: #121212;
}

.container {
    margin-bottom: 30px;
    max-width: 850px;
    height: 100px;
    opacity: .2;
    background-image: url(../img/RET_Banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px
}

button:focus,
input:focus {
    outline: 0
}
