body {
  background: white;
}
body .container {
  width: 80%;
  max-width: 400px;
  margin: auto;
}
.login #login-submit {
  color: white!important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  background: #002D72 !important;
  background-image: none;
  border-color: #002D72 !important;
}
.login-wrapper {
  margin-top: 30px;
}
#login_form .input-group input {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none!important;
  padding-left: 20px;
  margin-bottom: 3px;
  border-radius: 5px;
}
.saem-box-logo {
  text-align: center;
  margin: 30px;
}
.saem-box-logo img {
  width: 7cm;
}
.saem-box {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1em;
  margin: 30px auto;
  text-align: center;
}
.saem-box h4 {
  text-align: center;
  color: #00B5E2;
  height: 45px;
  line-height: 45px;
  margin: auto;
  margin-bottom: 5px;
}
.saem-box .btn-primary {
  width: 100%;
  line-height: 50px;
  margin: 5px auto;
  background: #002D72;
  font-weight: bold;
  box-shadow: none;
}
.saem-box p {
  margin: auto;
  margin-bottom: 5px;
}
.saem-box p a img {
  width: 30px;
}
.saem-box form .input-group .cellphone-content {
  height: 50px;
  width: 100%;
  display: inline-flex;
  margin: 5px auto;
}
.saem-box form .input-group .cellphone-content input.area {
  padding: 0;
  width: 20%;
}
.saem-box form .input-group .cellphone-content input.cellphone {
  padding: 0;
  width: 80%;
}
.saem-box form .input-group input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: auto;
  margin-bottom: 5px;
  background: transparent;
  border-radius: 5px !important;
  border-color: rgba(0, 0, 0, 0.2);
  text-align: center;
}
.saem-box form .input-group input:first-child {
  box-shadow: none;
}
.span-content {
  height: 25px;
  line-height: 25px;
  margin-bottom: 7.5px;
}
.span-content span {
  letter-spacing: 3px;
  color: black;
}
.container .inner-well {
  margin: 0;
  background: white;
  border: white;
  width: 100%;
  max-width: 400px;
  text-align: center;
  padding: 1em;
}
.container .inner-well.small-well {
  margin: 15px auto;
  padding: 0;
}
.container .inner-well.small-well p {
  font-size: 12px;
}
.container .inner-well.small-well a img {
  width: 30px;
}
.container .inner-well a {
  color: #2C5697;
}
.container .inner-well a.button {
  color: white;
}
