.usa-navbar{
    height: 8rem;
}
.usa-banner-inner{
    max-width: 1220px;
    position: sticky;
}

.usa-form-note{
    float: left;
}

.usa-grid{
    max-width: 100%
}
.errorMsg table td{
    border:0px;
    padding: 0px;
}
.errorMsg{
    margin-top: 0px;
    font-size: 15px;
}
@media screen and (min-width: 600px) {
    #main-content{
        display: flex;
    }
}

@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

.userinput {
  position: relative;
  color: #aaa;
  font-size: 16px;
}
.userinput input {
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
}

.userinput input { text-indent: 32px;}

.userinput .fa-user {
    position: absolute;
    height: 95%;
    top: 1px;
    left: 1px;
    background-color: lightgray;
    padding: 14px;
    border-radius: 4px 0px 0px 4px;
    color:black;
}
.userinput .fa-lock { 
    position: absolute;
    height: 95%;
    top: 1px;
    left: 1px;
    background-color: lightgray;
    padding: 14px;
    border-radius: 4px 0px 0px 4px;
    color: black;
}
.halfcustom{
    margin-right: 0px;!important
}

@media screen and (min-width: 600px){
    .halfcustom {
        width:50%;!important
    }
}

@media screen and (min-width: 600px){
    .customtwothird {
        width:70%;
    }
}

@media screen and (min-width: 1701px){
    .linkbutton {
        max-width:460px;
    }
}

@media (max-width: 599px) and (min-width: 512px){
    .linkbutton {
        max-width:460px;
    }
}

@media screen and (min-width: 600px){

    .usa-form {max-width: 100%}
}

@media screen and (min-width: 600px){

    footer {
      padding-right: 3rem;
      padding-left: 3rem;   
    }
}

@media screen and (min-width: 1612px){

    form {
      margin-left: 20%;  
      margin-right: 20%
    }
}

@media screen and (min-width: 1381px){
    .halfcustom {
        height: 326px;
    }
}

@media screen and (max-width: 1381px){
    .halfcustom {
        height: 300px;
    }
}

@media screen and (min-width: 2517px){
    .halfcustom {
        height: 350px;
    }
}

@media screen and (min-width: 1382px){
  .About{
    padding-bottom: 12rem;
  }
}

@media screen and (max-width: 1381px){
  .About{
    padding-bottom: 10rem;
  }
}

}
.messageText{
  color:#cc0000;
  font-size: 1.7rem;
}

.messageTable tbody tr td{
  background:transparent;
  color:#cc0000;
}

.customtwothird{
  margin-right:0px;
  color:black;
}

.About{
  background-image:url("../FACA_Images/FACA_Images/middle_left1.jpg");
  padding-top: 4rem;
  text-align: justify;b
  ackground-repeat: no-repeat;
  background-size: cover;
}
.About_Content{
  padding-left: 3rem;
  padding-right: 3rem
}

#Contact{
  padding: 25px;
  background-image:url("../FACA_Images/FACA_Images/bottom_left1.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover; 
}

#Resource{
  padding: 25px;
  text-align: justify;
  background-image:url("../FACA_Images/FACA_Images/bottom_right1.jpg");
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;"
}

#Login{
  /*padding: 10px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  /*background-image:url("../FACA_Images/FACA_Images/login_right1.jpg");*/
  background-position-y: -4px;
  color: #343434
}

#GeneralLogin{
  color:#044a77;
  text-align: center;font-weight: 
  bold;font-size: 120%;
  /*margin-top: 32px;*/
  margin-bottom: 20px;
  background-color: #e1f3f8;
  padding: 5px;
}

#GenLoginWrapper{
  margin-bottom: 40px;
  /*margin-top: 32px;*/
  margin-top : 15px;
  padding-left: 10px;
  padding-right: 10px;
}

#GenLoginHeaderText{
  font-size: 1.5rem
}

.loginButton{
  width:100%;
  margin-bottom: 0px
}

.OR{
  text-align: center;
  margin-top: 10px;
}

.loginmax{
  margin-top: 10px;
  padding-right: 10px;
  padding-left:10px;
}

.loginmax_Content{
  font-size: 1.5rem;
}

.loginMax_Button{
  width:100%
}

#SSO{
  margin-top: 100px
}

.SSO_Header{
  color:#044a77;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 2rem;
  background-color:#e1f3f8;
  padding:5px;
}

.SSO_Content{
  font-size: 14px;
  margin-left:10px;
  margin-right:10px;s
}

.linkbutton{
  width:100%;
  padding: 1.4rem
}

.message[class*='error'] {
            background-color: transparent!important; 
             padding: 0 20px 10px; 
            margin-bottom: 25px;
             border-radius: 0px!important; 
             -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important; 
            -moz-box-shadow:  0px 0px 0px 0px rgba(0,0,0,0)!important; 
             box-shadow: 0px 0px 0px 0px rgba(0,0,0,0)!important;  
          }

.message[class*='error'] .messageText {
  border:none!important;
}