﻿body {
    FONT-FAMILY: arial,helvetica,sans-serif;
}

img {
    max-width: 100%;
    outline: 0;
    border: 0;
}

a {
    outline:0;
}

/* Text Box style */
.globalTextBox {    
    -moz-border-radius: .5em;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    margin-bottom: 1em;
}

#child-left {
    width: 25em;
    float: left;
    height: 80%;
    margin-right: 45px;
}

#parent {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

#child-right {
    width: 25em;
    height: 80%;
    float: left;
}

#LandstarOnlineLogin {
    FONT-WEIGHT: bold;
    FONT-SIZE: x-large;
    COLOR: #0070c8;
    text-align: left;
    margin-left: 60px;
    width: 400px;
}

#LandstarPublic {
    FONT-WEIGHT: bold;
    FONT-SIZE: x-large;
    COLOR: #0070c8;
    text-align: left;
    margin-left: 32px;
    width: 400px;
}

#LoginFailureWarning {
    position: relative;
    color: red;
    font-weight: bold;
    font-size: larger;
    text-align: center;
    width: 400px;
}

#BlueDiv {
    background-color: #555555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-box-shadow: 0 0 50px rgb(124,124,124);
    -webkit-box-shadow: 0 0 50px rgb(124,124,124);
    box-shadow: 0 0 50px rgb(124,124,124);
    color: white;
    height: 350px;
    margin-top: 18px;
    width: 25em;
}

#Padlock {
    position: relative;
    left: 50px;
    top: 30px;
}

#SignIn {
    position: relative;
    left: 90px;
    top: 40px;
    font-weight: bold;
    font-size: large;
}

#Member {
    position: relative;
    left: 90px;
    top: 12px;
    font-size: small;
}

#SignInTable {
    width: 50%;
}

#UserIdLabel {
    position: relative;
    left: 50px;
    top: 50px;
    font-weight: bold;
    font-size: larger;
}

#USER {
    position: relative;
    left: 50px;
    top: 55px;
    width: 300px;
    text-indent: 5px;
}

#PasswordLabel {
    position: relative;
    left: 50px;
    top: 70px;
    font-weight: bold;
    font-size: larger;
}

#PASSWORD {
    position: relative;
    left: 50px;
    top: 72px;
    width: 300px;
    text-indent: 5px;
}

#PasswordCaseSensitive {
    position: relative;
    font-size: small;
}

#CapsLockWarning {
    position: relative;
    font-weight: bold;
    font-size: larger;
    left: 50px;
    top: 68px;
}

#TroubleSigningIn {
    position: relative;
    font-size: small;
    left: 50px;
    top: 150px;
}

#Recover {
    position: relative;
    font-size: small;
    left: 50px;
    top: 125px;
    color: white;
}

#CreateAccount {
    position: relative;
    font-size: small;
    left: 52px;
    top: 125px;
    color: white;
}

#Or {
    position: relative;
    font-size: small;
    left: 50px;
    top: 125px;
    color: white;
}

#Submit {
    position: relative;
    left: 50px;
    top: 70px;
    background-color: #ececec;    
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

#Reset {
    position: relative;
    left: 50px;
    top: 70px;
    background-color: #ececec;    
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.logoList {
    background-color: #fff;    
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;    
    -moz-box-shadow: 0 0 50px rgb(170,170,170);
    -webkit-box-shadow: 0 0 50px rgb(170,170,170);
    box-shadow: 0 0 50px rgb(170,170,170);
    height: 350px;
    width: 25em;
}

.logoDiv {
    padding-top: 45px;
    width:250px;
}

.roundedImage {
    background-color: #D3D3D3;
    border-bottom: 3px solid #808080;
    border-right: 3px solid #808080;    
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    height: 40px;
    margin-bottom: 2.5em;
    padding: 10px;
    width: 250px;
}

    .roundedImage:hover {
        background-color: #ADD8E6;
    }

.logoSpacer {
    height: 60px;
}

.hideText, .hideText2 {
    color: #000;
    display: block;
    font-size: medium;
}

.hideText {
    margin-left: -45px;
}

.hideText2 {
    margin-left: 3%;
}

.centered {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 860px) {
    .logoSpacer {
        height: 0;
    }

    .hideText2 {
        display: none;
    }
  
    .logoList {
        margin-left:0;
        position:absolute;
        top:600px;
    }

    .hideText {
        position:absolute;
        top: 550px;
        left:100px;
    }
}