.transition, .x-2fa-section .form-checkbox::before {
  transition: all 0.3s ease-in-out;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.x-2fa-section .form-checkbox-label {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .x-2fa-section .form-checkbox-label {
    font-size: 22px;
    line-height: 28px;
  }
}

.x-2fa-section {
  max-width: 100%;
  overflow: hidden;
}
.x-2fa-section .form {
  width: 439px;
  max-width: 100%;
  margin-top: 34px;
}
@media (min-width: 768px) {
  .x-2fa-section .form {
    margin-top: 22px;
  }
}
@media (min-width: 1920px) {
  .x-2fa-section .form {
    margin-top: 34px;
  }
}
.x-2fa-section .form + p {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .x-2fa-section .form + p {
    margin-top: 58px;
  }
}
.x-2fa-section .form-group {
  display: block;
}
* + .x-2fa-section .form-group {
  margin-top: 31px;
}
.x-2fa-section .form-input {
  display: inline;
  width: 14px;
  margin-right: 5px;
  border-radius: 8px;
  background: transparent;
  border: 2px solid #FFFFFF;
  padding: 17px 19px;
}
@media (min-width: 768px) {
  .x-2fa-section .form-input {
    border-color: #d3d3d3;
    width: 54px;
    margin-right: 10px;
  }
}
.x-2fa-section .form-input, .x-2fa-section .form-input::placeholder {
  color: #707E81;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .x-2fa-section .form-input, .x-2fa-section .form-input::placeholder {
    font-size: 16px;
    font-family: "ProximaNova-Bold";
    font-weight: 700;
    color: #FFFFFF;
  }
}
.x-2fa-section .form-group-checkbox {
  display: inline-flex;
  align-items: center;
  margin-top: 39px;
  cursor: pointer;
}
.x-2fa-section input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.x-2fa-section input[type=checkbox]:checked ~ .form-checkbox:before {
  opacity: 1;
}
.x-2fa-section .form-checkbox {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  border: 2px solid #FFFFFF;
  margin-right: 17px;
}
@media (min-width: 768px) {
  .x-2fa-section .form-checkbox {
    width: 37px;
    height: 37px;
    margin-right: 30px;
    border-color: #d3d3d3;
  }
}
.x-2fa-section .form-checkbox::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14.7'%3E%3Cpath d='M19.7,0.3c-0.4-0.4-1-0.4-1.4,0l-12,12L1.7,7.7c-0.4-0.4-1-0.4-1.4,0c-0.4,0.4-0.4,1,0,1.4l5.3,5.3c0.4,0.4,1,0.4,1.4,0L19.7,1.7C20.1,1.3,20.1,0.7,19.7,0.3z' fill='%23E8B300'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  opacity: 0;
}
.x-2fa-section .form-checkbox-label {
  font-family: "ProximaNova-Bold";
  font-weight: 700;
}
.x-2fa-section .form-group-button {
  margin-top: 9px;
}
@media (min-width: 768px) {
  .x-2fa-section .form-group-button {
    margin-top: 33px;
  }
}

/* ----------------------------------------------------------- */
/* == tingle v0.13.2 */
/* ----------------------------------------------------------- */

.tingle-modal * {
  box-sizing: border-box;
}

.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

/* confirm and alerts
-------------------------------------------------------------- */

.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */

.tingle-modal--noOverlayClose {
  cursor: default;
}

.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

.tingle-modal__close {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 1000;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border: none;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 6rem;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.tingle-modal__closeLabel {
  display: none;
}

.tingle-modal__close:hover {
  color: #fff;
}

.tingle-modal-box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  background: #fff;
  opacity: 1;
  cursor: auto;
  -webkit-transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
  transition: -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275), -webkit-transform .3s cubic-bezier(.175, .885, .32, 1.275);
  -webkit-transform: scale(.8);
  -ms-transform: scale(.8);
  transform: scale(.8);
}

.tingle-modal-box__content {
  padding: 0;
}

.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  background-color: #f5f5f5;
  cursor: auto;
}

.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px; /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  -webkit-transition: bottom .3s ease-in-out .3s;
  transition: bottom .3s ease-in-out .3s;
}

/* state
-------------------------------------------------------------- */

.tingle-enabled {
  position: fixed;
  overflow: hidden;
  left: 0;
  right: 0;
}

.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

.tingle-enabled .tingle-content-wrapper {
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

.tingle-modal--visible .tingle-modal-box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */

.tingle-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.tingle-btn--primary {
  background-color: #3498db;
}

.tingle-btn--danger {
  background-color: #e74c3c;
}

.tingle-btn--default {
  background-color: #34495e;
}

.tingle-btn--pull-left {
  float: left;
}

.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */

@media (max-width : 540px) {
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }

  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }

  .tingle-modal-box__content {
    overflow-y: scroll;
  }

  .tingle-modal--noClose {
    top: 0;
  }

  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }

  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }

  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
    line-height: 55px;
  }

  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }

  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: .5rem;
    vertical-align: middle;
    font-size: 4rem;
  }
}

@supports ((-webkit-backdrop-filter: blur(12px)) or (backdrop-filter: blur(12px))) {
  .tingle-modal {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  @media (max-width : 540px) {
    .tingle-modal {
      -webkit-backdrop-filter: blur(8px);
      backdrop-filter: blur(8px);
    }
  }

  .tingle-enabled .tingle-content-wrapper {
    -webkit-filter: none;
    filter: none;
  }
}
