html, body {
  height: 100%;
}
body {
  margin: 0 auto;
  padding: 0;
  background-color: #f4f6f9;
  display: table;
  width: 100%;
}
:-moz-placeholder {
  color: #54698d;
  opacity: 1;
}
*::-moz-placeholder {
  color: #54698d;
  opacity: 1;
}
h2{
  margin-bottom: 14px;
}
#left {
  display: table-cell;
  height: 100%;
  position: relative;
  width: 50%;
  vertical-align: middle;
}
#wrap {
  height: 100%;
  min-height: 100%;
}
#content {
  border: 1px solid #d8dde6;
  border-radius: 4px;
  color: #16325c;
  margin: 0 auto;
  padding: 20px 20px 7px;
  background-color: #ffffff;
  margin-bottom: 24px;
  max-width: 380px;
}
#main {
  overflow: auto;
  padding-bottom: 48px;
}
#right {
  background-color: #4d4d4f;
  border-left: 1px solid #d8dde6;
  color: rgba(255, 255, 255, 0.6);
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.btn-warning{
  width: 100%;
}
:invalid {
  color: red;
}
.logo{
  min-width: 100%;
  text-align: center;
}
.g-recaptcha div {
  max-width: 380px;
}
.split-form{
  display: flex;
  align-content: center;
  justify-content: center;
  color: #4d4d4d;
}
.split-form .strokes{
  width: 50%;
  background: #ccc;
  height: 1px;
  margin: 10px;
}
.split-form .strokes:first-child{
  margin-left: 0px;
}
.split-form .strokes:last-child{
  margin-right: 0px;
}
.single-sign-on-btn{
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  border: 1px solid #039be5;
  background: #039be5;
}
.single-sign-on-btn:hover{
  color: #fff;
  background: #0382bf;
  border-color: #0382bf;
}
.btn-radius-custom{
  border-radius: 3px;
}
@media only screen and (max-width: 480px) {
  #content {
    left: inherit;
    margin-left: inherit;
    max-width: 94%;
    margin-left: 3%;
  }
}
.btn-warning[name="commit"] {
  background-color: #333 !important;
  border-color: #333 !important;
}

.btn-warning:hover[name="commit"] {
  background-color: #111 !important;
  border-color: #111 !important;
}
