#main{
/*  margin: 0;
  padding: 0;*/
}

#info{
  width: 100%;
}

#login-box{
  border: 1px solid #DDDDDD;
}

#login-box h1, #forgotten_password h1, #register h1{
  margin-left: 4%;
}

#sub_menu_items{
  display: block!important;
}

form{
  width: 96%;
  margin: 0% 2%;
  margin-bottom: 40px;
  text-align: left;
}

form fieldset{
  border: none;
}


form label{
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
}
form input[type="text"], form input[type="password"]{
  width: 96%;
  border: 1px solid #DDDDDD;
  padding: 5px 2%;
}

form input[type="checkbox"]{
  width: 25px;
  height: 25px;
  padding: 0px;
  margin: 0px;
}

form input[type="submit"]{
  color: white;
  background: #D2232A;
  padding: 10px 15px;
  text-decoration: none;
  border: none;
  margin: 0px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease;
}

form input[type="submit"]:hover{
  background-color: #A20007;
}

#forgotten_password form{
  width: 92%;
  margin: 0% 4%;
}

.checkbox{
  display: block;
}


@media only screen and (min-width: 768px) {

  #login-box{
    max-width: 500px;
    text-align: center;
    margin: 20px auto;
    border: 1px solid #DDDDDD;
  }

  #login-box h1, #forgotten_password h1{
    margin: 10px 0px;
  }

  #forgotten_password form{
    margin-left: 0;
  }

  form fieldset{
    border: none;
  }

  form input[type="checkbox"]{
    width: 15px;
    height: 15px;
  }

  #forgotten_password, #register {
    margin: 0 auto;
    max-width: 500px;
  }

  #register{
    border: 1px solid #DDDDDD;
    margin-bottom: 40px;
  }



}
