﻿#loginForm {
    align-content: center;
    width: 100%;
    min-width: 400px;
    margin-top: 30px;
}
#loginForm input {
    margin-bottom: 10px;
    padding-left: 44px;
    width: 356px;
    background-size: 34px auto;
    background-repeat: no-repeat;
    background-position: left center;
}
#loginForm p {
    min-width : 400px;
    width: 50%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}
#landscapeAlert {
  margin: 15px auto;
  text-align: left;
  font-weight: bold;
  color: #cc0000;
  width: 400px;
  display: none;
}
@media (orientation: portrait) {
    #landscapeAlert {
        display: block;
    }
}
#logonControls {
    margin: 15px auto;
    text-align: left;
    width: 400px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #007ae6;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 45px;
}
#signIn {
    font-size: 24px;
    font-weight: bold;
    color: #007ae6;
    margin-bottom: 10px;
    display: block;
}
#username {
    background-image: url("/img/111-user-login.png") !important;
}
#pass {
    background-image: url("/img/237-key-login.png") !important;
}
#forgot-password {
    display: block;
    float: left;
    margin-top: 5px;
    font-weight: bold;
}
#signin-btn {
    float: right;
}
.styledInput {
    border: 1px solid #666666;
    border-radius: 5px;
    font-size: 20px;
    height: 30px;
}

#mainInfo {
  margin: 0 35px 35px 35px;
  width: 100%;
  height: 100%;
  text-align: center;
}


#noAccountMessage, #authAccountMessage {
  padding-bottom: 8px;
}

#accountEnvironments, #noAccountMessage, #authAccountMessage {
  display: block;
  width: 100%;
  text-align: center;
  align-content: center;
}


#accountButtons {
  margin: 0;
  padding: 0;
}

  #accountButtons > li, #tripnavbtns > li {
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: auto 30px;
    border-left: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    padding-top: 28px;
    list-style-type: none;
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #666666;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
  }

#accountButtons > li.goto-bidnav {
  background-image: url("/img/Logo-2-152.png");
}

#accountButtons > li.goto-bidnavie {
  background-image: url("/img/Logo-2-152.png");
}