.checkmark-container {
  display: block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkmark-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

.checkmark-container:hover input ~ .checkmark {
  border: 1px solid #999999; }

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #fff;
  width: 16px;
  height: 16px; }

@media screen and (max-width: 500px) {
  .checkmark {
    left: auto; } }

.checkmark-container:hover input ~ .checkmark {
  background-color: #fff; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkmark-container input:checked ~ .checkmark:after {
  display: block;
  opacity: 1; }

.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

.checkmark-container input:checked ~ .checkmark:after {
  display: block;
  opacity: 1; }

.checkmark-container .checkmark:after {
  content: '';
  width: 8px;
  height: 4px;
  position: absolute;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.checkmark__checkbox {
  border-radius: 3px;
  border: 1px solid #E0E7EF; }

.checkmark-container input:checked ~ .checkmark__checkbox {
  background-color: #fff;
  border: 1px solid #999999; }

.checkmark-container .checkmark.checkmark__checkbox:after {
  top: 4px;
  left: 3px;
  border: 2px solid #181818;
  border-top: none;
  border-right: none;
  background: transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.checkmark-container .checkmark.checkmark__radio:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 25%;
  left: 25%;
  width: 8px;
  height: 8px;
  background-color: #0578c8; }

.checkmark-container input:checked ~ .checkmark__label {
  color: #0578c8; }

.checkmark__label {
  padding-left: 4px; }

@media screen and (max-width: 500px) {
  .checkmark__label {
    margin-left: 23px; }
  .checkmark-container .checkmark.checkmark__radio:after {
    top: 23%;
    left: 23%; } }

.checkmark:focus {
  box-shadow: 0 0 1px 0 #0578c8;
  background-color: #ffffff; }

.checkmark.checkmark__checkbox:focus {
  border-radius: 2px;
  border: solid 1px #0578c8; }

body {
  margin: 0;
  font: 11px Verdana, Arial, Helvetica, sans-serif !important;
  color: #181818;
  background-color: #fff; }

body.pt-sans {
  font-size: 14px !important; }

.pt-sans * {
  font-family: "PT Sans", sans-serif !important; }

.pt-sans .pt-sans-text * {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px; }

.pt-sans .pt-sans-text h1 {
  font-size: 18px; }

.pt-sans .pt-sans-text h2 {
  font-size: 16px; }

.kp-body-tag {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.kp-main {
  width: 688px;
  margin: 0 auto;
  flex: 1; }

.kp-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 62px 0;
  border-bottom: 1px solid #e0e7ef;
  padding: 8px 0; }

.kp-header .logo img {
  width: 103px; }

.kp-footer {
  text-align: center;
  padding: 20px 0;
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  background-color: #f4f6f8;
  margin-top: 97px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  height: 108px;
  box-sizing: border-box; }

input,
label,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  outline: none;
  /* Browsers have different default form fonts */
  font-size: 14px;
  color: #666666; }

.h1 {
  color: #666666;
  font-size: 36px;
  line-height: 60px;
  font-weight: normal;
  margin-bottom: 4px;
  letter-spacing: -1px; }

.text-grayscale2 {
  color: #999999;
  text-decoration: none; }

.text-grayscale1 {
  color: #666666; }

.bold {
  font-weight: bold; }

.kp-input {
  width: 100%;
  height: 32px;
  border-radius: 2px;
  padding: 7px 8px;
  border: 1px solid #e0e7ef;
  background-color: #ffffff;
  box-sizing: border-box;
  outline: none;
  color: #181818;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.kp-input:hover {
  box-shadow: 0 0.1rem 0.1rem 0 rgba(51, 51, 51, 0.1);
  border-color: #999999; }

.kp-input:focus {
  background-color: #fff;
  caret-color: #007ec3;
  border-color: #007ec3; }

.kp-input::placeholder {
  color: #999999; }

.kp-error {
  color: #ff1e00;
  position: absolute;
  font-size: 10px;
  line-height: 16px; }

.kp-error-border,
.kp-input.kp-error-border,
.kp-error-border + span {
  border: 1px solid #ff1e00 !important; }

.kp-label {
  color: #181818;
  margin-bottom: 4px;
  user-select: none; }

.kp-button {
  box-shadow: 0px 1px 2px rgba(24, 24, 24, 0.08), 0px 2px 5px rgba(2, 51, 104, 0.1), 0px 0px 1px rgba(2, 51, 104, 0.03);
  border-radius: 2px;
  height: 36px;
  padding: 0 6px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background-color: #007ec3;
  color: #ffffff;
  position: relative; }

.kp-button:disabled {
  opacity: 0.5; }

.kp-button img {
  margin-right: 8px; }

.kp-button-white {
  background-color: #ffffff;
  color: #181818;
  border: 1px solid #181818; }

.kp-button-white-blue {
  background-color: #ffffff;
  color: #007ec3; }

.kp-button-dark-blue {
  background-color: #3b5998;
  color: #ffffff; }

.kp-grey-box {
  background: #f4f6f8;
  border: 1px solid #e0e7ef;
  padding: 16px;
  border-radius: 2px;
  box-sizing: border-box; }

.kp-link {
  color: #007ec3 !important;
  text-decoration: none; }

.kp-warning-box {
  display: flex;
  align-items: center;
  padding: 16px;
  margin: 36px 0;
  color: #7f612e;
  background: #fbf3d5;
  border: 1px solid #c09853;
  border-radius: 2px;
  box-sizing: border-box; }

.kp-warning-box img {
  margin-right: 16px; }

#passwordChangePage .c-input-field {
  margin-top: 10px;
  padding-bottom: 0 !important; }

#passwordCreatePage .c-input-field {
  margin-top: 10px;
  padding-bottom: 0 !important; }

.ldsRing {
  display: inline-block;
  position: absolute;
  right: 25px;
  bottom: 25px; }

.ldsRing div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  animation: ldsRing 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent; }

.ldsRingBlue div {
  border-color: #007ec3 transparent transparent transparent; }

.ldsRing div:nth-child(1) {
  animation-delay: -0.45s; }

.ldsRing div:nth-child(2) {
  animation-delay: -0.3s; }

.ldsRing div:nth-child(3) {
  animation-delay: -0.15s; }

@keyframes ldsRing {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

#emailChangePage .kp-info {
  margin: 20px 0 150px; }

#emailChangePage .c-input-field {
  margin-top: 10px;
  padding-bottom: 0 !important; }

.resend-activation {
  cursor: pointer; }

.activation-sent {
  color: #52ad84;
  cursor: auto; }
