/********************************** Common  Colors ************************************/
/* Font sizes declaration */
.login-section {
  font-family: 'open sans' !important;
  background-color: white;
  padding: 65px 0;
  text-align: center;
}

.login-section .facebook-image {
  width: 250px;
  height: auto;
}

.login-section .facebook-image:hover {
  opacity: 0.85;
}

.login-section .login-header {
  font-size: 30px;
  color: #1A1A1A;
  font-weight: bold;
  line-height: 45px;
  padding-bottom: 10px;
  margin: 0;
}

.login-section .note-content {
  color: #111111;
  line-height: 28px;
  margin: 0 0 30px;
}

.login-section .login-wrapper {
  padding: 0 15px;
}

.login-section .privacy {
  color: #111111;
  line-height: 28px;
  margin: 30px auto 0;
  width: 48%;
  text-align: center;
}

@media (max-width: 767px) {
  .login-section {
    padding: 40px 0;
  }
  .login-section .login-header {
    font-size: 27px !important;
    line-height: 35px;
  }
  .login-section .privacy {
    width: 70%;
  }
}

.toast-top-right {
  top: 100px !important;
}

#toast-container > div {
  width: 400px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#toast-container > div:hover, #toast-container > div:focus {
  -webkit-box-shadow: 0 0 12px #999 !important;
  box-shadow: 0 0 12px #999 !important;
}

@media (max-width: 767px) {
  #toast-container > div {
    width: 320px !important;
  }
}
/*# sourceMappingURL=CareersLogin.css.map */