﻿body {
  background-image: url("../Images/registration/user-login-and-registration.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
#main-content-wrapper {
  background: none;
  background-image: url("../Images/logo-mwa-color.svg");
  background-size: 213px 50px;
  background-repeat: no-repeat;
  background-position: 25px 25px;
}
.row {
  margin: 0;
}
.registration-wrapper {
  width: 100%;
}
.registration {
  margin: 130px auto;
  width: 500px;
}
.registration-logo {
  background: #0096d6;
  padding: 20px 40px;
}
.registration-logo div {
  height: 90px;
  background-image: url("../Images/logo-makeanimpact-solid.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.registration-content {
  background-color: #0073ae;
  color: #ffffff;
  padding: 35px;
}
.registration-content .form-control:focus {
  border: 1px solid #005d8c;
  -moz-box-shadow: 2px 2px 5px 0 #005d8c;
  -webkit-box-shadow: 2px 2px 5px 0 #005d8c;
  box-shadow: 2px 2px 5px 0 #005d8c;
}
.registration-content input.form-control[aria-invalid="true"],
.registration-content input.form-control.input-validation-error,
.registration-content .field-validation-error {
  -moz-box-shadow: 2px 2px 5px 0 #005d8c !important;
  -webkit-box-shadow: 2px 2px 5px 0 #005d8c !important;
  box-shadow: 2px 2px 5px 0 #005d8c !important;
}
.registration-message {
  margin-bottom: 10px;
}
.registration-message .content {
  padding: 15px;
  background-color: #d06ee8;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.registration-message .content > div {
  font-size: 17px;
  font-weight: 700;
}
.registration-message .arrow {
  position: relative;
  overflow: hidden;
  height: 10px;
}
.registration-message .arrow:after {
  content: '';
  position: absolute;
  left: 20px;
  top: -5px;
  width: 10px;
  height: 10px;
  background-color: #d06ee8;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.registration-heading {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
}
.registration-description {
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 20px;
}
.registration-button {
  width: 100%;
  margin-top: 25px;
}
.registration-return-link {
  text-align: center;
  margin-top: 25px;
}
.registration-return-link a {
  color: #50c8e8;
}
.registration .btn-login {
  width: 100%;
  display: block;
  margin: 10px 0 10px 0;
  font-size: 14px;
  height: 48px;
}
.registration .btn-login.adfs {
  background-color: #8cc63f;
}
.registration .btn-login.microsoft {
  background-color: #3a3a3a;
}
.registration .btn-login.google {
  background-color: #dd4b39;
}
.registration .btn-login.facebook {
  background-color: #3b5998;
  height:80px;
}
.registration .btn-login img {
  height: 48px;
  width: 48px;
  padding: 12px;
}
.registration .separator {
  margin: 15px 0;
  text-align: center;
}
.registration .separator hr {
  display: inline-block;
  width: 40%;
  margin: 0;
  border: 0;
  border-bottom: solid 1px #0096d6;
}
.registration .separator p {
  display: inline-block;
  width: 10%;
  min-width: 40px;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  margin-top: 5px;
}
.registration p.subheading {
  font-size: 22px;
  font-weight: 700;
}
/*# sourceMappingURL=Registration.css.map */