#login-signup-container h2 
{
   color: #B56D32;
   font-size: 22px;
   font-weight: bold;
   text-transform: uppercase;
}

.login-signup-layout
{
   margin-top: 120px;
   margin-bottom: 200px;
}

@media only screen and (min-width: 768px)
{
   .login-signup-layout
   {
      margin-top: 50px;
   }
}

p.text-form-field
{
   line-height: 1.6em;
}

.lsu-dob select 
{
   display: inline-block;
   width: 30%;
}

#login-signup-container input {
   font-size: 16px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
   select:focus,
   textarea:focus,
   input:focus {
     font-size: 16px;
     background: #eee;
   }
 }

 @media screen and (-webkit-min-device-pixel-ratio:0) { 
   select,
   textarea,
   input {
     font-size: 16px ;
   }
 }