﻿html,
body {
  margin: 0;
  padding: 0;
}

.header-container {
  position: relative;
  justify-content: center;
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0px 56px;
  height: 56px;
}

.header-element {
  display: contents;
  justify-content: center;
  align-items: center;
}

.logo {
  margin: 4px 0;
}

.logo-tag {
  display: inherit;
  position: absolute;
  left: auto;
}
.mwg-tabs {
  display: flex;
  justify-content: center;
}

.mwg-validation-message ul {
  margin-bottom: 10px;
  padding: 0;
}

.mwg-sign-in-container {
  padding-top: 130px;
}

.mwg-sign-in-box.verification-container {
  padding: 32px;
}

.required-fields {
  float: right;
}

.termsContainer {
  padding-top: 25px;
}

.disablePolicy {
  display: none;
}

.mwg-signin-form-controls {
  display: flex;
  flex-direction: column;
}

.mwg-signin-form-control-remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.mwg-signin-form-control-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mwg-signin-form-control-sign-in {
  margin: 20px 0;
  justify-content: center;
  display: flex;
}

#mwg-banner-image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px 0;
}

.btn-default.btn-twitter {
  display: none;
}

.btn-default.btn-facebook {
  position: relative;
  text-decoration: none;
  display: flex;
  height: 28px;
  width: 140px;
  border-radius: 4px;
  background-color: #016abc;
  border: 1px solid #016abc;
}

.btn-default.btn-google {
  position: relative;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  display: flex;
  height: 28px;
  width: 140px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.social-media {
  padding: 32px 0 0;
  display: flex;
  justify-content: space-between;
}

.social-logo-google {
  top: 11px;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(https://v8devcontent.azureedge.net/images/logo_googleg_48dp.png)
    no-repeat;
  margin: 0;
  padding: 0;
}

.social-logo-facebook {
  top: 11px;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(https://v8devcontent.azureedge.net/images/facebook-icon.png)
    no-repeat;
  margin: 0;
  padding: 0;
}

.social-name-facebook {
  align-self: center;
  width: 100%;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}

.social-name-google {
  align-self: center;
  width: 100%;
  color: #71777b;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}

.mwg-old-pw {
  margin: 20px 0;
}

.mwg-input-with-icon {
  position: relative;
}

.mwg-input-with-icon input {
  padding-right: 48px;
}

.mwg-show-password.mwg-show-password--showing .mwg-show-pw {
  display: none;
}
.mwg-show-password.mwg-show-password--showing .mwg-hide-pw {
  display: block;
}
.mwg-show-password .mwg-show-pw {
  display: block;
}

.mwg-show-password .mwg-hide-pw {
  display: none;
}

.mwg-reset-form-input-none {
  display: none;
}

@media (max-width: 768px) {
  .mwg-mobile-title {
    width: auto;
    display: block;
    padding: 15px;
  }
  .mwg-sign-in-container {
    padding-top: 60px;
  }
  .social-media {
    justify-content: center;
    display: flex;
  }
  .btn-default.btn-facebook {
    margin: 0 20px 0 0;
  }
  .btn-default.btn-google {
    margin: 0 0 0 20px;
  }
}

@media (max-width: 480px) {
  .btn-default.btn-facebook {
    width: 40%;
  }

  .btn-default.btn-google {
    width: 40%;
  }
}

list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.termsContainer input[type=checkbox]:checked + span {
    font-weight: bold;
}
