.startlogin {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.startlogin.js-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.startlogin button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  appearance: none;
}
.startlogin .modal {
  position: relative;
  width: 420px;
  padding: 64px 0 48px;
  background-color: #fff;
  text-align: center;
}
.startlogin .modal .modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 38px;
  height: 38px;
  background: #0c74bd;
}
.startlogin .modal .modal-close span {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  background: #0c74bd;
}
.startlogin .modal .modal-close span:before,
.startlogin .modal .modal-close span:after {
  content: "";
  display: block;
  width: 29px;
  height: 6px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  position: absolute;
  top: -webkit-calc(50% - 12px);
  top: calc(50% - 12px);
  left: 24%;
}
.startlogin .modal .modal-close span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 100% 24%;
  transform-origin: 100% 24%;
  left: auto;
  right: 26%;
}
.startlogin .modal .headline {
  position: relative;
  padding-bottom: 24px;
  font-size: 28px;
  font-weight: normal;
  filter: contrast(16.29) !important;
}
.startlogin .modal .headline:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  display: block;
  width: 110px;
  height: 4px;
  margin-left: -55px;
  background-color: #0c74bd;
}
.startlogin .modal .description {
  margin-top: 32px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.startlogin .button {
  margin-top: 20px;
  color: #fff;
}
.startlogin .button a {
  color: inherit;
  text-decoration: none;
}
.startlogin .button a:hover {
  opacity: 0.8;
}
.startlogin .button span {
  display: inline-block;
  width: 300px;
  border-radius: 25px;
  background: #2f6cee;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2f6cee),
    color-stop(0%, #3b77f9)
  );
  background: -webkit-linear-gradient(left, #2f6cee 0%, #3b77f9);
  background: linear-gradient(90deg, #2f6cee 0%, #3b77f9);
  font-weight: 17;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.startlogin .notice {
  margin-top: 12px;
  color: #8e8e8e;
  font-size: 11px;
}
@media (max-width: 599px) {
  .startlogin .modal {
    position: relative;
    width: 300px;
    padding: 40px 0 48px;
    background-color: #fff;
    text-align: center;
  }
  .startlogin .modal .headline {
    font-size: 16px;
  }
  .startlogin .modal .description {
    font-size: 12px;
  }
  .startlogin .modal .button,
  .startlogin .modal .notice {
    font-size: 10px;
  }
  .startlogin .modal .button span {
    display: inline-block;
    width: 70%;
    padding: 0 24px;
    line-height: 48px;
  }
}
.startlogin .modal .button,
.startlogin .modal .button.google {
  margin-top: 60px;
}

@media (max-width: 299px) {
  .startlogin .modal .button span {
    width: 80%;
    padding: 0 8px;
  }
}
@media (max-width: 263px) {
  .startlogin .modal .button span {
    width: 85%;
    padding: 0;
  }
}

.startlogin span.login-google {
  color: black;
  background: white;
  border: 1px solid rgb(190, 204, 190);
}

.login-google:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/logo_google.png);
}

.login-facebook:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/images/logo_facebook_no_color.png);
}

.delete::after,
.modal-close::after {
  width: 0 !important;
}

p.button.facebook {
  margin-top: 20px !important;
}

.latest-login {
  position: relative;
}

.latest-login::after {
  position: absolute;
  top: -10px;
  content: "";
  left: -10px;
  width: 100%;
  height: 100%;
  border: 10px solid #d6f0f4;
  border-radius: 35px;
  background-color: transparent;
  display: inherit;
  box-sizing: content-box;
}

.latest-login-text {
  margin-top: 16px;
  margin-bottom: 10px;
  color: #4491e3;
  font-size: 11px;
}
