@import url(//fonts.googleapis.com/css?family=Open+Sans:300, 400, 600, 700);
body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #ffffff;
  background: #002a61;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
}
p {
  font-weight: 300;
}
a {
  color: #0078d5;
  text-decoration: none;
}
input {
  padding: 7px;
  border: 1px solid grey;
  background-image: none;
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button {
  padding: 12px 35px;
  background-color: transparent;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
.font-normal {
  font-weight: 400;
}
.font-semi-bold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.starter-template {
  margin-top: 250px;
}
.starter-template .content {
  margin-left: 10px;
}
.starter-template .content h1 {
  margin-top: 10px;
  font-size: 60px;
}
.starter-template .content h1 .smaller {
  font-size: 40px;
  color: #f2b7bd;
}
.starter-template .content .lead {
  font-size: 25px;
  color: #f2b7bd;
}
.starter-template .content .lead .font-normal {
  color: #ffffff;
}
.starter-template .links {
  float: right;
  right: 0;
  margin-top: 125px;
}
.starter-template .links ul {
  display: block;
  padding: 0;
  margin: 0;
}
.starter-template .links ul li {
  list-style: none;
  display: inline;
  margin: 0 10px;
}
.starter-template .links ul li:first-child {
  margin-left: 0;
}
.starter-template .links ul li:last-child {
  margin-right: 0;
}
.starter-template .links ul li.current-version {
  color: #f2b7bd;
  font-weight: 400;
}
.starter-template .links ul li a,
a {
  /* color: #f2b7bd; */
  /* text-decoration: underline; */
}
.starter-template .links ul li a:hover,
a:hover {
  /* color: #ffffff; */
  /* text-decoration: underline; */
}
.starter-template .links ul li .icon-muted {
  color: #eb8b95;
  margin-right: 5px;
}
.starter-template .links ul li:hover .icon-muted {
  color: #ffffff;
}
.starter-template .copyright {
  margin-top: 10px;
  font-size: 0.9em;
  color: #f2b7bd;
  text-transform: lowercase;
  float: right;
  right: 0;
}
@media (max-width: 1199px) {
  .starter-template .content h1 {
    font-size: 45px;
  }
  .starter-template .content h1 .smaller {
    font-size: 30px;
  }
  .starter-template .content .lead {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .starter-template {
    margin-top: 0;
  }
  .starter-template .logo {
    margin: 40px auto;
  }
  .starter-template .content {
    margin-left: 0;
    text-align: center;
  }
  .starter-template .content h1 {
    margin-bottom: 20px;
  }
  .starter-template .links {
    float: none;
    text-align: center;
    margin-top: 60px;
  }
  .starter-template .copyright {
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .starter-template .content h1 .smaller {
    font-size: 25px;
    display: block;
  }
  .starter-template .content .lead {
    font-size: 16px;
  }
  .starter-template .links {
    margin-top: 40px;
  }
  .starter-template .links ul li {
    display: block;
    margin: 0;
  }
  .starter-template .links ul li .icon-muted {
    display: none;
  }
  .starter-template .copyright {
    margin-top: 20px;
  }
}

/* ========================================================
 * Atoms
 * ========================================================
 */

/* Button */
button > i:first-child:not(:last-child) {
  margin-right: 5px;
}

.button_group > button {
  margin-left: 5px;
  margin-right: 5px;
}

.button--icon {
  padding: 0;
}

.button--icon > i {
  font-size: x-large;
  color: #6c6c6c;
}

.azure_button {
  background-image: url('./ms-logo.svg');
  background-size: contain;
  color: white;
  width: 50px;
  height: 50px;
  padding: 0px;
}

.button--primary {
  background: #0078d5;
  color: white;
  height: 45px;
  width: 100%;
}
.button--primary.login-button {
  margin: 20px 0 0;
}
.button--primary.signup-button {
  margin: 25px 0 0;
}

/* Anchor */
.forgot-password-link {
  margin: 5px 0 0;
  text-align: right;
}
.forgot-password-link__anchor {
  color: #0078d4;
  font-size: 14px;
  line-height: 19px;
  text-align: right;
}

/* Form */
.form__row {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.form__field {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 13px 0 0;
}

.form__field:first-child,
.form__row > .form__field {
  margin: 0;
}

.form__field-label {
  color: #323130;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin-bottom: 5px;
}

.form__field-input {
  height: 33px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #989897;
  border-radius: 2px;
  font-size: 14px;
}

.form__field-input:hover {
  border: solid 1px #323130;
}

/* See: https://www.w3schools.com/howto/howto_css_placeholder.asp */
/* Chrome, Firefox, Opera, Safari 10.1+ */
.form__field-input::placeholder,
/* Internet Explorer 10-11 */
.form__field-input:-ms-input-placeholder,
/* Microsoft Edge */
.form__field-input::-ms-input-placeholder {
  color: #989897;
  opacity: 1; /* Firefox */
}

.form__footnote {
  color: #989897;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.form__footnote.signup-form {
  margin: 20px 0 4px;
}

.form__footnote-link {
  color: #0078d4;
}

/* ========================================================
 * Molecules
 * ========================================================
 */

/* Modal */
.modal__container {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  /* opacity: 0; */
  pointer-events: none;
  transition: all 0.3s;
}

.auth-modal {
  width: 485px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 29px 34px 17px;
  border-radius: 5px;
  background: #f3f3f3;
  color: #323130;
  box-sizing: border-box;
}

.modal__header {
  font-weight: 600;
  color: #605e5c;
  margin: 0 0 12px;
}

.modal__footer {
  margin-top: 10px;
  font-size: 14px;
  color: #989897;
}

.modal h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal__content {
  border-radius: 2px;
  background: white;
  padding: 21px 16px;
}

/* Images and icons */
.tick-icon-image {
  background-image: url('./forgot-password-success.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ms-Dialog-main {
  background: white;
  width: 570px;
}
.ms-Dialog-title {
  font-size: 22px;
  color: #323130;
}
.dialog-body {
  font-size: 18px;
  color: #605e5c;
}
.dialog-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 38px;
}
.dialog-footer button {
  height: 45px;
  min-width: 150px;
}
