/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */

 .gamertag-form,.gamertag-form input[type=submit],.gamertag-form input[type=text] {
    position: relative;
    z-index: 10000;
    float: left;
    min-height: 1px
}

.header:after,.module .module-wrap .module-inner:after,.module .module-wrap:after {
    clear: both
}

.header h1,.header h2,body {
    text-align: center
}

*,:after,:before {
    box-sizing: border-box
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

*,body {
    font-family: lato,sans-serif;
    font-weight: 300
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

.module .module-wrap .module-inner:after,.module .module-wrap .module-inner:before,.module .module-wrap:after,.module .module-wrap:before {
    content: " ";
    display: table
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    outline: 0;
    margin: 0
}

*,html {
    max-height: 1000000px
}

body,html {
    height: 100%
}

body {
    line-height: 1.4;
    font-size: 14px;
    -webkit-text-size-adjust: none;
    min-width: 320px
}

.ad {
    width: 100%
}

.module {
    position: relative;
    z-index: 102;
    -webkit-transform: translateZ(0)
}

.module .module-wrap {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    .module .module-wrap {
        width:750px
    }
}

@media(min-width: 992px) {
    .module .module-wrap {
        width:970px
    }
}

@media(min-width: 1200px) {
    .module .module-wrap {
        width:1170px
    }
}

.module .module-wrap .module-inner {
    background: none;
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto
}

a {
    text-decoration: none
}

.logo {
    font-size: 24px;
    color: #fff;
    padding: 12px
}

.logo span {
    font-weight: 700
}

h1 {
    font-size: 22px;
    color: #000;
    padding: 12px;
    font-weight: 300
}

@media(min-width: 768px) {
    .logo {
        font-size:32px
    }

    h1 {
        font-size:30px
    }
}

h2 {
    font-size: 20px;
    color: #107c10;
    font-weight: 300
}

@media(min-width: 768px) {
    h2 {
        font-size:28px
    }
}

@media(min-width: 992px) {
    .logo {
        font-size:40px
    }

    h1 {
        font-size:38px
    }

    h2 {
        font-size: 36px
    }
}

.gamertag-form {
    margin: 20px 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    .gamertag-form {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 66.66667%;
        left: 16.66667%
    }
}

@media(min-width: 1200px) {
    .gamertag-form {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 50%;
        left: 25%
    }
}

.gamertag-form input[type=text] {
    width: 100%;
    font-size: 22px;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-appearance: none;
    font-weight: 400
}

@media(min-width: 768px) {
    .gamertag-form input[type=text] {
        font-size:26px;
        padding: 16px
    }
}

@media(min-width: 992px) {
    .gamertag-form input[type=text] {
        font-size:32px;
        padding: 20px
    }
}

.gamertag-form input[type=submit] {
    width: 66.66667%;
    left: 16.66667%;
    -webkit-appearance: none;
    border: 0;
    background: #107c10;
    color: #fff;
    padding: 12px 0;
    font-size: 20px;
    margin: 30px 0 20px;
    border-radius: 2px;
    cursor: pointer
}

@media(min-width: 768px) {
    .gamertag-form input[type=submit] {
        position:relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        float: left;
        width: 50%
    }
}

.search input[type=text],.search-wrap {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px
}

.gamertag-form input[type=submit]:hover {
    background: #0d610d
}

.search-wrap {
    width: 100%;
    padding-left: 15px
}

.search input[type=text] {
    width: 75%;
    display: none;
    margin: 20px 0 0;
    border: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    height: 80px;
    padding-left: 10px;
    font-size: 30pt;
    background-color: #eee
}

.m-search-button {
    display: none;
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    background: #999;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff;
    margin: 20px 0 0;
    font-size: 25pt;
    height: 80px;
    padding: 15px 0 0
}

.m-search-button:hover {
    background: gray;
    cursor: pointer
}

.search-button {
    position: fixed;
    color: #fff;
    font-size: 20pt;
    padding: 20px;
    top: 35px;
    right: 0;
    height: 100%;
    width: 80px
}

@media(min-width: 768px) {
    .gamertag-form input[type=submit] {
        left:25%
    }

    .search-button {
        font-size: 25pt
    }
}

@media(min-width: 992px) {
    .search-button,.search-wrap {
        display:none
    }
}

.search-button:focus,.search-button:hover {
    cursor: pointer
}

.header-search-box {
    display: none;
    position: absolute;
    right: 50px;
    top: 90px
}

.header-search-box input[type=text] {
    z-index: 500;
    border: none;
    width: 150px;
    height: 40px;
    font-size: 15pt;
    padding: 10px;
    border-radius: 2px;
    background: #eaeaea;
    color: #000
}

@media(min-width: 1200px) {
    .header-search-box input[type=text] {
        width:175px
    }
}

.header-search-button {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 90px;
    right: 0;
    background: grey;
    height: 40px;
    color: #fff;
    font-size: 15pt;
    padding: 5px 0 0;
    border-radius: 2px;
    width: 40px
}

.header-search-button:hover {
    background: #676767
}

@media(min-width: 1200px) {
    .header-search-button {
        width:40px
    }
}

#screenoverlay {
    background-color: rgba(0,0,0,.55);
    width: 100%;
    height: 100%;
    display: none;
    margin: 0;
    z-index: 9999
}

.header-login,.header-register {
    position: absolute;
    right: 0;
    width: 300px
}

.header-register {
    top: 0;
    color: #fff;
    font-size: 15pt;
    z-index: 999;
    height: 104px
}

.header-register:hover {
    cursor: pointer;
    background-color: #0f730f
}

.header-register h3 {
    margin-top: 35px;
    margin-left: 35px
}

.header-login {
    display: none;
    top: 104px;
    background-color: #0f730f;
    height: 200px;
    z-index: 999999999
}

.header-login input[type=password],.header-login input[type=text] {
    font-size: 15px;
    padding: 10px;
    width: 275px;
    margin-top: 20px
}

.header-login input[type=submit] {
    border: 0;
    background: #ddd;
    color: #000;
    padding: 9px 0;
    font-size: 20px;
    margin: 15px 0 20px;
    border-radius: 2px;
    cursor: pointer;
    width: 150px
}

header,header .module-inner {
    background: #107c10!important
}

.header {
    background: #eee;
    margin: 20px 0;
    position: relative;
    z-index: 10000;
}

.header h1,.header h2,.header-wrap {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.header:after,.header:before {
    content: " ";
    display: table
}

.header h1,.header h2 {
    font-size: 18pt;
    position: relative;
    float: left;
    width: 100%
}

@media(min-width: 768px) {
    .header h1,.header h2 {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 75%;
        text-align: left;
        height: 100px;
        line-height: 100px;
        font-size: 20pt
    }
}

@media(min-width: 1200px) {
    .header h1,.header h2 {
        font-size:26pt
    }
}

.header h1 a,.header h2 a {
    color: #107c10
}

.header h1 span,.header h2 span {
    color: #999
}

.header-avatar {
    display: none
}

@media(min-width: 768px) {
    .header-avatar {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 25%;
        display: block;
        height: 100px
    }

    .header-avatar img {
        float: right;
        width: 100px;
        height: 100px;
        border-radius: 2px
    }
}

.download-wrap,.downloads,.header-wrap {
    position: relative;
    width: 100%
}

.header-wrap {
    float: left
}

footer {
    height: 100px;
    background: #ddd;
    margin-top: 20px
}

@media(min-width: 768px) {
    footer {
        margin-top:40px
    }
}

footer .module-wrap {
    display: table;
    height: 100%
}

footer .module-inner {
    background: #ddd!important;
    display: table-cell;
    vertical-align: middle
}

footer p {
    color: #777;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 10px
}

.footer-social {
    font-size: 20pt;
    color: grey;
    margin-top: 15px
}

.footer-social:hover {
    color: #616161
}

.wrap {
    min-height: 100%;
    margin: 0 auto -120px
}

@media(min-width: 768px) {
    .wrap {
        margin:0 auto -140px
    }
}

.download-wrap,.filter,.download-wrap-extra {
    float: left;
    min-height: 1px;
    margin-bottom: 20px
}

.push {
    height: 120px
}

.downloads {
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.download-wrap {
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    .push {
        height:140px
    }

    .download-wrap, .download-wrap-extra {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 50%;
    }
}

@media(min-width: 992px) {
    .download-wrap {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 33.33333%;
    }
    .download-wrap-extra {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 50%;
    }
}

.download-wrap.special {
    padding-left: 5px!important;
    padding-right: 5px!important
}

.download-title,.download-title .download-type {
    left: 0;
    font-size: 14px;
    padding: 8px 12px;
    bottom: 0;
    right: 0
}

.download {
    position: relative;
    display: block;
    height: 250px;
    background-size: cover;
    background-position: center center
}

.download-title {
    background: #107c10;
    text-align: left;
    color: #fff;
    position: absolute
}

.download-title .download-type {
    text-align: right;
    position: absolute
}

.download-title span {
    color: #ddd
}

.download-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: none
}

.download-overlay input[type=checkbox] {
    display: none
}

.download-overlay input[type=checkbox]:checked+label {
    background: rgba(19,147,19,.5)
}

.download-overlay label {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.filter {
    display: none;
    position: relative;
    width: 100%;
    padding: 15px 0
}

.filter li {
    margin-bottom: 4px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    .filter li {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 33.33333%;
        margin-bottom: 0
    }
}

.filter li.active a {
    background: #107c10;
    color: #fff
}

.filter li.active a:hover {
    background: #0e6a0e
}

.filter li a {
    background: #ddd;
    display: block;
    color: #107c10;
    padding: 20px;
    font-size: 14px
}

.filter li a:hover {
    background: #d3d3d3
}

.download-button-wrap {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    .download-button-wrap {
        display:block;
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 33.33333%
    }
}

@media(min-width: 992px) {
    .download-button-wrap {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 33.33333%
    }
}

.download-button {
    background: #107c10;
    color: #fff;
    font-size: 19px;
    padding: 0 30px;
    margin-bottom: 20px;
    height: 70px;
    line-height: 70px
}

.download-button.select {
    background: #999
}

.download-button span {
    color: #ddd
}

.download-switch-wrap {
    position: relative;
    z-index: 10000;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    .download-switch-wrap {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 100%
    }
}

@media(min-width: 992px) {
    .download-button {
        font-size:22px
    }

    .download-switch-wrap {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 50%
    }
}

.download-switch {
    background: #eee;
    margin: 0 0 20px;
    padding: 20px 0 20px 15px;
    position: relative;
    color: #107c10;
    font-size: 18px
}

.active .download-switch,.download-switch:hover {
    background: #107c10;
    color: #fff
}

.download-filter-wrap,.game-filter-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    .download-switch {
        font-size:25px
    }

    .download-filter-wrap,.game-filter-wrap {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 33.33333%
    }
}

@media(min-width: 992px) {
    .download-filter-wrap,.game-filter-wrap {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 33.33333%
    }
}

.download-filter,.game-filter {
    position: relative;
    background: #eee;
    color: #107c10;
    font-size: 16px;
    padding: 0 30px;
    margin-bottom: 20px;
    height: 70px;
    line-height: 70px
}

.video-details,.video-wrap {
    float: left;
    min-height: 1px
}

.download-filter span,.game-filter span {
    display: block;
    text-align: left
}

.download-filter select,.game-filter select {
    -webkit-appearance: menulist-button;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    border: 0;
    opacity: 0
}

.video-js,.video-wrap {
    height: 100%
}

.download-overlay label i {
    color: rgba(255,255,255,.87);
    font-size: 70px;
    margin-top: 80px;
    display: none
}

.video-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px
}

@media(min-width: 992px) {
    .video-wrap {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 70%;
        margin-bottom: 0
    }
}

.video {
    width: 100%;
    padding-top: 56.25%
}

.video .vjs-fullscreen {
    padding-top: 0
}

.video .vjs-control-bar {
    background: #000;
    background-color: rgba(0,0,0,.6)
}

.video .vjs-play-progress,.video .vjs-volume-level {
    background: #ddd
}

.video .vjs-big-play-button {
    background: rgba(199,193,193,.9);
    border: 0;
    color: #000
}

.video .vjs-big-play-button:focus {
    color: #fff;
    background: #107c10
}

.video .vjs-big-play-button:before {
    text-shadow: none
}

.video-details {
    position: relative;
    width: 100%
}

@media(min-width: 992px) {
    .video-details {
        position:relative;
        min-height: 1px;
        float: left;
        width: 30%
    }
}

.video-details li {
    background: #eee;
    color: #777;
    margin-bottom: 4px;
    padding: 12px 16px
}

.video-details li.last {
    margin-bottom: 0
}

.video-button {
    background: #107c10!important;
    margin: 5px 0 0;
    padding: 0!important
}

.video-button:nth-child(3) {
    margin-top: 42.5px
}

.video-button a {
    display: block;
    color: #fff;
    padding: 12px 16px
}

#overlay,.social-button {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.video-button:hover {
    background: #0e6a0e!important
}

.dropbox:hover {
    cursor: pointer
}

.social-button {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 28px;
    background-color: #00ceff;
    margin-top: 20px;
    margin-right: 10px
}

@media(min-width: 992px) {
    .social-button {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 25%
    }
}

#overlay,#overlay div canvas,.screenshots {
    width: 100%
}

@media(min-width: 992px) {
    .social-button {
        font-size:20px;
        margin-right: 12%
    }
}

@media(min-width: 1200px) {
    .social-button {
        margin-right:12%;
        font-size: 28px
    }
}

.social-button.social-last {
    margin-right: 0
}

.social-button:hover {
    color: #fff;
    background-color: #999
}

.vjs-fullscreen {
    padding-top: 0
}

#overlay {
    margin-top: 50px;
    display: none;
    position: absolute
}

#overlay div {
    background-color: #d3d3d3;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 20px 35px 35px;
    text-align: center
}

#overlay div i {
    font-size: 25pt;
    position: relative;
    left: 545px;
    top: -15px
}

#overlay div i:hover {
    color: #666;
    cursor: pointer
}

.error {
    margin: 40px 5px
}

@media(min-width: 768px) {
    .error {
        margin:60px 0
    }
}

@media(min-width: 992px) {
    .error {
        margin:80px 0
    }
}

.screenshots {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0
}

.screenshot-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px
}

@media(min-width: 768px) {
    .screenshot-wrap {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 50%
    }
}

@media(min-width: 992px) {
    .screenshot-wrap {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 33.33333%
    }
}

.screenshot-title,.screenshot-title .screenshot-type {
    left: 0;
    padding: 8px 12px;
    font-size: 14px;
    bottom: 0;
    right: 0
}

.screenshot {
    position: relative;
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center
}

.screenshot-title {
    background: #107c10;
    text-align: left;
    color: #fff;
    position: absolute
}

.screenshot-title .screenshot-type {
    text-align: right;
    position: absolute
}

.screenshot-title span {
    color: #ddd
}

.screenshot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    display: none
}

.screenshot-overlay input[type=checkbox] {
    display: none
}

.screenshot-overlay input[type=checkbox]:checked+label {
    background: rgba(19,147,19,.5)
}

.screenshot-overlay label {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9999
}

.screenshot-switch-wrap {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    .screenshot-switch-wrap {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 100%
    }
}

@media(min-width: 992px) {
    .screenshot-switch-wrap {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 50%
    }
}

.screenshot-switch {
    background: #eee;
    margin: 0 0 20px;
    padding: 20px 0 20px 15px;
    position: relative;
    color: #107c10;
    font-size: 18px
}

.image-details,.image-wrap {
    position: relative;
    float: left;
    min-height: 1px
}

.active .screenshot-switch,.screenshot-switch:hover {
    background: #107c10;
    color: #fff
}

.image-wrap {
    width: 100%;
    margin-bottom: 20px
}

@media(min-width: 992px) {
    .image-wrap {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 67%;
        margin-bottom: 0
    }
}

.image-wrap img {
    width: 100%;
    margin-top: 8px
}

.image {
    padding-top: 56.25%
}

.image-details {
    width: 100%
}

@media(min-width: 992px) {
    .image-details {
        position:relative;
        min-height: 1px;
        float: left;
        width: 33%
    }
}

.image-details li {
    background: #eee;
    color: #777;
    margin-bottom: 4px;
    padding: 12px 16px
}

.image-details li.last {
    margin-bottom: 0
}

.image-button {
    background: #107c10!important;
    margin: 8px 0 0;
    padding: 0!important
}

.image-button a {
    display: block;
    color: #fff;
    padding: 12px 16px
}

.image-button:hover {
    background: #0e6a0e!important
}

.register-form {
    margin: 40px 0;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width: 768px) {
    .screenshot-switch {
        font-size:25px
    }

    .register-form {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 66.66667%;
        left: 16.66667%
    }
}

@media(min-width: 1200px) {
    .register-form {
        position:relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        float: left;
        width: 50%
    }
}

.register-form input[type=password],.register-form input[type=text] {
    font-weight: 400;
    position: relative;
    float: left;
    min-height: 1px;
    -webkit-appearance: none;
    border-radius: 2px;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px
}

@media(min-width: 1200px) {
    .register-form {
        left:25%
    }
}

.register-form input[type=text] {
    font-size: 22px;
    padding: 14px
}

@media(min-width: 768px) {
    .register-form input[type=text] {
        font-size:25px;
        padding: 10px
    }
}

@media(min-width: 992px) {
    .register-form input[type=text] {
        font-size:25px;
        padding: 10px
    }
}

.register-form input[type=password] {
    font-size: 22px;
    padding: 14px
}

@media(min-width: 768px) {
    .register-form input[type=password] {
        font-size:25px;
        padding: 10px
    }
}

@media(min-width: 992px) {
    .register-form input[type=password] {
        font-size:25px;
        padding: 10px
    }
}

.register-form input[type=submit] {
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px;
    left: 16.66667%;
    -webkit-appearance: none;
    border: 0;
    background: #107c10;
    color: #fff;
    padding: 12px 0;
    font-size: 20px;
    margin: 30px 0 20px;
    border-radius: 2px;
    cursor: pointer
}

@media(min-width: 768px) {
    .register-form input[type=submit] {
        position:relative;
        min-height: 1px;
        padding-left: 0;
        padding-right: 0;
        float: left;
        width: 50%;
        left: 25%
    }
}

.register-form input[type=submit]:hover {
    background: #0d610d
}

.register-header {
    color: #000;
    font-weight: 400
}

/* Real <img> thumbnails (crawlable, with alt text) laid over the placeholder background. */
.download-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0
}

.header h1 {
    color: #107c10;
    padding-top: 0;
    padding-bottom: 0
}

.page-intro {
    clear: both;
    color: #555;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 15px 20px;
    text-align: left
}

.help-section {
    text-align: left;
    padding: 0 15px;
    color: #333;
    line-height: 1.5
}

.help-section h2 {
    padding: 12px 0
}

.help-section h3 {
    font-size: 20px;
    font-weight: 700;
    color: #107c10;
    margin-top: 22px
}

.help-section p {
    font-size: 16px;
    margin-top: 6px
}

.help-section a {
    color: #107c10
}
