
.help_column {
    float: left;
    width: 33.33%;
    padding: 10px;
    height: 200px;
}

.help_row:after {
    content: "";
    display: table;
    clear: both;
}

body {
    background-image: url('fldoe_bg.jpg');
}

.logoscale {
    margin-top: -8px;
}

.logo {
    background-image: url('toplogo.png');
    height: 42px;
    width: 462px;
}

.disabled {
    opacity: 0.5;
}

#aboutlink {
    background-image: url('mortarboard.png');
}

.largelogo {
    position: absolute;
    width: 1100px;
    height: 100px;
    bottom: 50px;
    left: 40px;
    background-image: url('fldoe_large_logo.png');
    background-repeat: no-repeat;
    /*	content: url('fldoe_large_logo.png'); */
    margin: auto;
    bottom: -100px;
}


/* Landing page
   ------------------------------------------------------------------ */

.landing_content_div {
    font-weight: 300;
}

.landing_content_div_B {
    background-image: url('fldoe_bg.jpg');
    background-size: cover;
    /*	background-repeat: repeat;*/
    /*    padding: 100px 200px 100px 200px;*/
    color: #ecf0f1;
    /*    min-width: 1000px;*/
}

.landinglogo {
    display: inline-block;
    width: 80%;
    /*    min-width: 600px;*/
    /*    min-height: 59px;*/
    /*	content: url('fldoe_large_logo.png');*/
    /*    background-image: url('fldoe_large_logo.png');*/
    /*    background-size: 600px 59px;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
    background: url('fldoe_large_logo.png') no-repeat;
    background-size: contain;
}

@media (max-width: 768px) {
    .loginintrotextblock {
        background-color: transparent;
    }
    .landinglogo {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 600px;
    }
    .largelogo {
        position: relative;
        width: 90%;
        height: 100%;
        margin: auto;
        bottom: 0px;
        left: 0px;
        padding: 10px 0px;
        margin: auto;
        bottom: 0px !important;
        cursor: pointer;
    }
}

.loginbox_header_logo {
    background: url(toplogo.png) no-repeat;
    background-size: contain;
    background-position: center;
}
.loginintrotextblock {
    height: 180px;
}

.btn-fldoe {
    color: #ffffff;
    background-color: #0097b1;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.4;
    border-radius: 4px;
    padding: 10px 25px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

a {
    color: #0097B1;
    text-decoration: none;
    transition: 0.25s;
    background-color: transparent;
    box-sizing: border-box;
}