/*******************************
IMPORT FONTS
********************************/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Ubuntu:400,500|Lato|Montserrat|Merriweather|Raleway:400,500,600|Roboto:100,300,400,500");
/*******************************
GENERAL STYLES
********************************/
body {
  background-color: #f8f9fc;
  font-family: 'Raleway', sans-serif;
  overflow-x: hidden; }
  body .container {
    padding: 0; }
  body .btn:hover, body .btn:active, body .btn:focus, body .btn:active:focus,
  body input:hover,
  body input:active,
  body input:focus,
  body input:active:focus,
  body textarea:hover,
  body textarea:active,
  body textarea:focus,
  body textarea:active:focus {
    outline: none !important;
    box-shadow: none !important;
    opacity: 0.7;
    cursor: pointer; }

.container {
  max-width: 1240px;
  width: 100%; }

/*******************************
MEMBERS ACCESS STYLES
********************************/
main .notification {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 13px;
  box-sizing: border-box;
  color: white;
  text-align: center;
  background-color: rgba(59, 89, 152, 0.8);
  overflow: hidden;
  box-sizing: border-box;
  transition: min-height 0.4s; }
  main .notification.show {
    min-height: 50px; }
main section.member-access-form form {
  width: 100%;
  max-width: 400px;
  min-height: 200px;
  padding: 15px;
  margin: 100px auto;
  background: #fff;
  box-shadow: 0 1px 3px 1px rgba(160, 161, 188, 0.14); }
  main section.member-access-form form h1 {
    font-family: Ubuntu, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: #121212;
    margin: 15px 0 15px; }
  main section.member-access-form form h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #5c7080;
    margin: 0 0 35px; }
    main section.member-access-form form h2 a {
      color: #5c7080; }
  main section.member-access-form form .form-label-group {
    margin-bottom: 20px;
    width: 100%; }
    main section.member-access-form form .form-label-group input[type="text"],
    main section.member-access-form form .form-label-group input[type="email"] {
      border-radius: 2px;
      background-color: #ffffff;
      box-shadow: inset 0 2px 4px 0 rgba(176, 177, 179, 0.2);
      border: solid 1px #eae8e8;
      padding: 0 30px 0 15px;
      font-size: 14px;
      font-weight: 300;
      height: 40px;
      width: -webkit-fill-available; }
  main section.member-access-form form .submit-reset {
    font-family: Roboto, arial, sans-serif;
    width: 100%;
    background: #00b388;
    box-shadow: 0 1px 4px 0 rgba(0, 108, 91, 0.24);
    margin-bottom: 20px;
    border: 1px solid rgba(16, 24, 32, 0.1);
    transition: border .25s ease-out;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 15px 0;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: white;
    border: none;
    border-radius: 4px;
    text-align: center; }
    main section.member-access-form form .submit-reset:hover {
      opacity: 0.7;
      cursor: pointer; }
    main section.member-access-form form .submit-reset:focus, main section.member-access-form form .submit-reset:active {
      outline: none; }
  main section.member-access-form form p {
    color: #9aacbd;
    font-size: 13px;
    line-height: 25px; }
    main section.member-access-form form p a {
      color: #9aacbd; }

/*# sourceMappingURL=styles.css.map */
