* {
    font-family: 'Red Hat Text', sans-serif;
}
#loginbox {
    margin-top:50px;
    max-width: 480px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    width: 100%;
    text-align: center;
    height: 45px;
    background-color: #666666;
    text-transform: uppercase;
    font-size: 11px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 2.09;
      letter-spacing: 2.2px;
      border-radius: 2px;
      border: none;
}

.btn:hover {

    background-color: #666666;
}

.tab-header {
    height: 45px;
     text-align: center;
     border-bottom: 1px solid #ededed;
}

.tab-header a {
    font-size: 13px;

    height: 26px;
    line-height: 2;
    letter-spacing: 0.4px;
    text-align: center;
    padding-left: 24px;
    padding-top: 9px;
    padding-right: 24px;
    text-transform: uppercase;
    display: inline-block;

    color: #AEAEAE;
    height: 100%;
}

.tab-header a:hover {

    text-decoration: none;
}

.tab-header a.active {
    border-bottom: 1px solid #232323;
    color: #343434;
}

label {
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    color: #343434;
    display: block;
}

input[type=text], input[type=password] {
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    box-shadow: none;
    height: 45px;
}

.or {
   text-align: center;
   margin-bottom: 15px;
   font-size: 11px;
}

#forgot-password {
   float: right;
   text-transform: capitalize;
   color: #343434;
   font-size: 11px;
   padding-top: 3px;
   display: inline-block;
}

.white-message-box  {
  padding:20px;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.69;
  letter-spacing: 0.4px;
  color: #343434;
}

#migrationMessage {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}