html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.mesos-login {
   width: 100%;
   max-width: 538px;
   background-color: #498ce9;
   margin: auto;
   border: 1px solid #000000;
}

.mesos-login-head {
   width: 100%;
   height: 75px;
   background-image: url(../images/logo.svg);
   background-size: calc(33%);
   background-repeat: no-repeat;
   background-position: center;
   border-bottom: 1px solid #000000;
}

.mesos-form-login {
   width: 100%;
   max-width: 300px;
   /* padding: 15px; */
   margin: auto;
   background-color: #498ce9;
}

.mesos-form-login .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.mesos-form-login .form-control:focus {
  z-index: 2;
}
.mesos-form-login input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.mesos-form-login input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
