html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 2600px;
  background-color: #eee;
  font-family: 'Roboto', sans-serif;
}

.wrapper {
  display: flex;
  position: relative;
}

form {
  margin: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  width: calc(100% - 40px);
  height: auto;
  padding: 20px;
  position: relative;
}
form .form-loader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 8888;
  display: block;
}
form .form-loader .m-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form h6 {
  color: rgba(0, 0, 0, 0.54);
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  margin: 20px 0 0 0;
}
form h2 {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  margin: 0 0 5px 0;
}
form h3 {
  font-size: 18px;
  margin: 0 0 30px 0;
  text-align: left;
  color: #000;
  font-weight: 400;
}
form .m-button {
  margin: 20px 0 0 0;
  float: right;
}
form .login-with-google {
  padding: 10px 20px;
  height: 24px;
  width: calc(100% - 44px);
  border: 2px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  position: relative;
}
form .login-with-google img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
form .login-with-google span {
  font-size: 16px;
  text-align: center;
  margin: 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.54);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form label a {
  color: #2699fb;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
form a.form-link {
  color: #2699fb;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  text-align: left;
  float: left;
  margin: 30px 0 0 0;
}
form .password-recovery-link {
  color: #2699fb;
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  margin: 0 0 10px 0;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.field-wrapper {
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.field-50 {
  width: 45% !important;
}
.field-80 {
  width: 75% !important;
}
.field-20 {
  width: 15% !important;
}
.field-70 {
  width: 65% !important;
}
.field-30 {
  width: 25% !important;
}

.footer-link {
  color: #2699fb;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
