/* breakpoints */
.login {
  /* breakpoints */
  background-color: transparent;
}

.login label {
  background: transparent;
  color: #747474;
}

.login input, .login button {
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF !important;
  border: 1px solid #d2d2d2;
  border-radius: 0 !important;
  color: #747474;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 1.125rem;
}

.login input:focus {
  border: 1px solid #d2d2d2;
}

.login input[type="submit"], .login input[type="reset"], .login input[type="button"], .login button {
  border: 1px solid #f4f4f4;
  padding: 5px 20px;
}

.login input[type="submit"]:hover, .login input[type="reset"]:hover, .login input[type="button"]:hover, .login button:hover {
  background: #f7f7f7 !important;
}

.login input::-moz-focus-inner, .login button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.login input[type="text"] {
  font-size: 13px;
}

.login input[type="text"], .login input[type="email"], .login input[type="password"], .login textarea, .login select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #747474;
  width: 100%;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.login select {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  padding: 5px;
}

.login table {
  width: 100%;
}

.login table input, .login table label {
  display: inline-block;
  margin: 0;
}

.login table label {
  color: black;
  font-size: 1.2rem;
}

.login table tr, .login table tbody {
  background-color: transparent !important;
}

.login table td {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login table input[type="checkbox"] ~ label {
  padding-bottom: 2px;
  padding-left: 5px;
}

.login table input[type='text'], .login table input[type='password'] {
  min-height: 33px;
  font-weight: 800;
  font-size: 0.75rem;
  font-family: 'dinpro',Helvetica,Helvetica-Neue,Sans-serif;
  padding: 0 0;
  display: block;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  height: 1.25rem;
  border-radius: 0;
  border-bottom: 1px solid #d8262e;
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .login table input[type='text'], .login table input[type='password'] {
    width: 100%;
  }
}

.login table input[type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  font-size: 0.75rem;
  font-weight: 800;
  color: #231f20;
  text-transform: uppercase;
  padding: 1.5625rem 2.625rem;
  margin: 2.1875rem 0;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  text-decoration: none;
  letter-spacing: 1px;
  border: 2px solid #d8262e;
  box-shadow: none;
  cursor: pointer;
}

.login table input[type="submit"]:hover {
  text-decoration: none;
  color: #fff;
  background: #d8262e !important;
}
