.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.3);
  z-index: 1001;
}
.popup .content {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -webkit-transform: translate(-50%, -50%);
  /* Safari */
  padding: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
}
@media (max-width: 375px) {
  .popup .content {
    padding: 15px;
  }
}
.popup .content .title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
}

.login-widget .login-top {
  position: relative;
  background-image: url('/images/backgrounds/browse_illustration.png');
  background-color: #007CE0;
  background-size: 400px;
  background-position: 15px -97px;
  background-repeat: no-repeat;
  height: 145px;
  width: 100%;
}
.login-widget .login-top .login-photo {
  background-color: #007CE0;
  width: 105px;
  height: 105px;
  border-radius: 57.5px;
  border: 5px solid #fff;
  position: absolute;
  top: 87.5px;
  left: 50%;
  transform: translate(-50%, 0);
}
.login-widget .login-top .login-photo img {
  height: 100%;
  width: 100%;
  border-radius: 57.5px;
}
.login-widget .login-top .close {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}
.login-widget .login-content {
  background-color: #eeeeee;
  height: 355px;
  width: 100%;
  padding: 57.5px 15px 35px;
}
.login-widget .login-content .username-text {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  letter-spacing: 0.01em;
}
.login-widget .login-content .email-text {
  font-family: 'Gotham-Book', sans-serif;
  font-display: block;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 320px) {
  .login-widget .login-top,
  .login-widget .login-content {
    width: unset;
    max-width: 100%;
  }
}

.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}
.logout-widget {
  padding: 20px;
  height: 300px;
  background-color: #fff;
  width: 100%;
}
.logout-widget img {
  height: 150px;
}

.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}

.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}
.recover-widget {
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #eeeeee;
  padding: 20px;
}
.recover-widget .bottom-actions {
  position: absolute;
  bottom: 20px;
  width: 60%;
}

.signup-widget {
  height: 560px;
  width: 890px;
  background-color: #007CE0;
  background-image: url('/images/backgrounds/pixels_white.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  color: #fff;
}
.signup-widget .close {
  margin-top: 25px;
  margin-right: 25px;
}
.signup-widget .inner-bg {
  background-image: url('/images/backgrounds/browse_illustration.png');
  background-position: bottom right;
  background-size: 430px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 60px;
}
.signup-widget .signup-list {
  margin-left: 0;
  list-style: none;
  padding-left: 10px;
  font-family: 'Gotham-Book', sans-serif;
  font-display: block;
  font-weight: 400;
  font-size: 12px;
}
.signup-widget .signup-list .starred:after {
  content: "*";
  margin-left: 5px;
}
.signup-widget .signup-list li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -10px;
}
.signup-widget .signup-list li.starred-reason {
  font-size: 10px;
  font-style: italic;
}
.signup-widget .signup-list li.starred-reason:before {
  content: "*";
}
.signup-widget .signup-box {
  width: 100%;
  height: 320px;
  padding: 35px;
  background-color: #eeeeee;
  border-radius: 6px;
}
.signup-widget .signup-box .checkbox-row {
  margin-top: 5px;
  display: flex;
  align-items: center;
}
.signup-widget .signup-box .checkbox-row input[type="checkbox"] {
  margin: 0;
}
.signup-widget .signup-box .checkbox-row input[type="checkbox"] ~ label {
  margin: 0 0 0 5px;
}
.signup-widget .signup-action {
  text-transform: none;
}
.signup-widget .signup-action i {
  margin-left: 8px;
  font-size: 14px;
}
.signup-widget .grecaptcha-badge {
  transform: scale(0.8);
  transform-origin: 0;
}
@media (max-width: 1024px) {
  .signup-widget {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .signup-widget {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
  }
  .signup-widget .signup-box {
    margin-top: 20px;
    height: auto;
  }
}
@media (max-width: 375px) {
  .signup-widget {
    margin: 0 -15px;
  }
  .signup-widget .inner-bg {
    padding: 15px;
  }
}

.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}
.survey-widget {
  padding: 20px;
  height: 200px;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.survey-widget .right-side-actions {
  margin-top: auto;
}

.notification-widget {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  min-width: 350px;
}
@media (max-width: 375px) {
  .notification-widget {
    min-width: 320px;
  }
}
@media (max-width: 320px) {
  .notification-widget {
    min-width: 280px;
  }
}
.notification-widget .notification-title {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  background-color: #007CE0;
  letter-spacing: 0.01em;
  line-height: 20px;
  padding: 20px;
}
.notification-widget .notification-title .close {
  margin-left: 20px;
  float: right;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
.notification-widget.notification-small {
  min-width: unset;
  width: 370px;
}
.notification-widget .notification-message {
  font-family: 'Gotham-Bold', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #007CE0;
  letter-spacing: 0.01em;
}
.notification-widget .notification-content {
  background-color: #fff;
  padding: 30px;
  text-align: left;
}
@media (max-width: 320px) {
  .notification-widget .notification-title {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: 400;
    font-size: 13px;
  }
  .notification-widget .notification-title .close {
    margin-left: 5px;
  }
}
.verify-widget {
  width: 100%;
  height: 300px;
  background-color: #fff;
}
.verify-widget img {
  height: 150px;
  animation-iteration-count: infinite;
}
.verify-widget .verify-email {
  font-family: 'Gotham-Book', sans-serif;
  font-display: block;
  font-weight: 400;
  font-size: 18px;
  color: #007CE0;
}
