:where(.modal-login-p412) {
  position: relative;
  margin: 0 auto;
}

:where(.modal-login-p412) .inner-login {
  clear: both;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 750px;
  background: #fff;
  font-size: 14px;
  border-radius: 25px;
  overflow: hidden;
}

:where(.modal-login-p412) .inner-login .box-img {
  background: var(--LinkImageLogin, url('/assets/v1/images/img-login.png'))
    no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 750px;
  border-radius: 0px 25px 25px 0px;
}

:where(.modal-login-p412) .inner-login > * {
  flex: 0 0 50%;
  max-width: 50%;
}

:where(.modal-login-p412) .crv-hgRRfv .crv-gRtvSG {
  font-size: 26px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}

:where(.modal-login-p412) .crv-hgRRfv .crv-dUYLmH {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-bottom: 20px;
}

:where(.modal-login-p412) .crv-dUYLmH .vsUcT {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e7f3ff;
  border-radius: 10px;
  font-size: 14px;
  height: 36px;
  color: #272e5c;
  cursor: pointer;
}

:where(.modal-login-p412) .crv-dUYLmH .vsUcT span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

:where(.modal-login-p412) .crv-dUYLmH .vsUcT:hover {
  text-decoration: none;
}

:where(.modal-login-p412) .crv-dUYLmH .vsUcT svg {
  margin-right: 7px;
  width: auto;
}

:where(.modal-login-p412) .crv-hgRRfv hr {
  border: 0;
  height: 1px;
  background-color: #d9d9d9;
}

:where(.modal-login-p412) .crv-hgRRfv .bcmeti {
  color: #000;
  text-align: center;
  margin: 20px 0;
}

:where(.modal-login-p412) .form-area,
:where(.modal-login-p412) .login-v1-container {
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
}

:where(.modal-login-p412) .form-login .form-group {
  margin-bottom: 25px;
}

:where(.modal-login-p412) .form-login .form-group .label > label {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 16px;
  color: #3e4b5e;
}

:where(.modal-login-p412) .form-login .form-group .label > label span {
  color: var(--red-cl);
}

:where(.modal-login-p412) .form-login .form-group .forgot-password {
  color: var(--text-theme, #ff2458);
  font-weight: 600;
  font-size: 14px;
}

:where(.modal-login-p412) .form-login .form-group .input-area {
  position: relative;
}

:where(.modal-login-p412) .form-login .form-group .form-control {
  height: 60px;
  font-size: 16px;
}

:where(.modal-login-p412) .form-login .box-password {
  position: relative;
}

:where(.modal-login-p412) .form-login > button {
  width: 100%;
}

:where(.modal-login-p412) .form-login .text-guide {
  text-align: center;
  margin-bottom: 40px;
}

:where(.modal-login-p412) .form-login .text-guide > h3 {
  font-size: 20px;
  font-weight: 600;
}

:where(.modal-login-p412) .form-login .text-guide > p {
  font-size: 16px;
}

:where(.modal-login-p412) .form-action .ui_btnCb {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 8px !important;
  transition: all 0.4s;
  font-weight: 600;
  font-size: 16px;
}

@media (max-width: 1199px) {
  :where(.modal-login-p412) .inner-login .box-text {
    padding: 0 50px;
  }
}

@media (max-width: 992px) {
  :where(.modal-login-p412) .inner-login {
    padding: 60px 0;
    min-height: unset;
  }
  :where(.modal-login-p412) .inner-login .box-img {
    display: none;
  }
  :where(.modal-login-p412) .inner-login .box-text {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  :where(.modal-login-p412) .inner-login .box-text .logo {
    position: static;
    transform: none;
    margin-bottom: 20px;
  }
  :where(.modal-login-p412) .form-login {
    text-align: left;
  }
  :where(.modal-login-p412) .form-login .text-guide {
    margin-bottom: 20px;
  }
}

:where(.modal-login-p412) .text-invite {
  text-align: center;
  padding: 20px 0 15px;
  color: #000;
}

:where(.modal-login-p412) .btn-joints {
  border-color: var(--pink-cl);
  color: var(--pink-cl);
  height: 45px;
  cursor: pointer;
}

:where(.modal-login-p412) .btn-st2,
:where(.modal-login-p412) a.btn-link {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  border-radius: 8px;
  border: 1px solid var(--gray-cl);
  background: none;
  color: rgba(62, 75, 94, 0.5);
  font-size: 16px;
}

:where(.modal-login-p412) .eyess {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 20px;
  height: 20px;
  background-image: url('/assets/v1/images/eye-close.svg');
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
}

:where(.modal-login-p412) .eyess.show {
  background-image: url('/assets/v1/images/eye-open.svg');
}

:where(.modal-login-p412) .img-captcha {
  padding-right: 0 !important;
}

:where(.modal-login-p412) .img-captcha img {
  width: 100%;
  height: auto;
  max-height: 60px;
}

:where(.modal-login-p412) .indexclass_login .wrapper {
  width: 100%;
  max-width: 510px;
  margin: 50px auto;
}

:where(.modal-login-p412) #footer {
  margin: 0;
}

:where(.modal-login-p412) #LoginTalentNetwork {
  width: 1366px;
}

:where(.modal-login-p412) #fancybox-wrap {
  box-sizing: border-box;
  padding: 0 !important;
}

:where(.modal-login-p412) #fancybox-content {
  box-sizing: border-box;
  width: 100% !important;
  border: 0 !important;
  border-radius: 25px;
}

:where(.modal-login-p412) #fancybox-close,
:where(.modal-login-p412) .fancybox-slide--html .fancybox-close-small {
  width: 38px;
  height: 38px;
  background-image: url('/assets/v1/images/exit.svg');
}

@media (max-width: 1400px) {
  :where(.modal-login-p412) #fancybox-wrap {
    box-sizing: border-box;
    width: 100% !important;
    left: 0 !important;
  }
  :where(.modal-login-p412) #fancybox-content {
    width: 100% !important;
    margin: 0 auto;
    max-width: 1366px;
  }
  :where(.modal-login-p412) #LoginTalentNetwork {
    width: 100%;
  }
}

:where(.modal-login-p412) .fancybox-slide .fancybox-content {
  border-radius: 25px;
  overflow: hidden !important;
}

:where(.modal-login-p412) .fancybox-slide--html .fancybox-close-small {
  right: 50px;
  top: 10px;
}

:where(.modal-login-p412) .fancybox-button svg {
  display: none;
}

:where(.modal-login-p412) .DialogContent:focus {
  outline: none;
}

:where(.modal-login-p412) .DialogTitle {
  margin: 0;
  font-weight: 500;
  color: var(--mauve-12);
  font-size: 17px;
}

:where(.modal-login-p412) .DialogDescription {
  margin: 10px 0 20px;
  color: var(--mauve-11);
  font-size: 15px;
  line-height: 1.5;
}

:where(.modal-login-p412) .Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  height: 35px;
  user-select: none;
}

:where(.modal-login-p412) .Button:focus:not(:focus-visible) {
  outline: 0;
}

:where(.modal-login-p412) .Button:focus-visible {
  outline: 2px solid var(--violet-6);
  outline-offset: 1px;
}

:where(.modal-login-p412) .Button.violet {
  background-color: var(--violet-4);
  color: var(--violet-12);
  outline-color: var(--violet-6);
}

:where(.modal-login-p412) .Button.violet:hover {
  background-color: var(--mauve-3);
}

:where(.modal-login-p412) .Button.green {
  background-color: var(--green-4);
  color: var(--green-11);
  outline-color: var(--green-7);
}

:where(.modal-login-p412) .Button.green:hover {
  background-color: var(--green-5);
}

:where(.modal-login-p412) .IconButton {
  all: unset;
  font-family: inherit;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--violet-11);
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: var(--gray-3);
}

:where(.modal-login-p412) .IconButton:hover {
  background-color: var(--violet-4);
}

:where(.modal-login-p412) .IconButton:focus {
  box-shadow: 0 0 0 2px var(--violet-7);
  z-index: 10001;
}

:where(.modal-login-p412) .Fieldset {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}

:where(.modal-login-p412) .Label {
  font-size: 15px;
  color: var(--violet-11);
  width: 90px;
  text-align: right;
}

:where(.modal-login-p412) .Input {
  width: 100%;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 15px;
  line-height: 1;
  color: var(--violet-11);
  box-shadow: 0 0 0 1px var(--violet-7);
  height: 35px;
}

:where(.modal-login-p412) .Input:focus {
  box-shadow: 0 0 0 2px var(--violet-8);
}

@keyframes overlayShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes contentShow {
  from {
    opacity: 0;
    transform: translate(-50%, -48%) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@font-face {
  font-family: 'FontAwesome';
  src: url('https://static.talentnetwork.click/talentnetwork/v1/fonts/fontawesome-webfont.eot?v=4.6.3');
  src:
    url('https://static.talentnetwork.click/talentnetwork/v1/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3')
      format('embedded-opentype'),
    url('https://static.talentnetwork.click/talentnetwork/v1/fonts/fontawesome-webfont.woff2?v=4.6.3')
      format('woff2'),
    url('https://static.talentnetwork.click/talentnetwork/v1/fonts/fontawesome-webfont.woff?v=4.6.3')
      format('woff'),
    url('https://static.talentnetwork.click/talentnetwork/v1/fonts/fontawesome-webfont.ttf?v=4.6.3')
      format('truetype'),
    url('https://static.talentnetwork.click/talentnetwork/v1/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

:where(.modal-login-p412) .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:where(.modal-login-p412) .fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

:where(.modal-login-p412) .fa-2x {
  font-size: 2em;
}
:where(.modal-login-p412) .fa-3x {
  font-size: 3em;
}
:where(.modal-login-p412) .fa-4x {
  font-size: 4em;
}
:where(.modal-login-p412) .fa-5x {
  font-size: 5em;
}

:where(.modal-login-p412) .fa-fw {
  width: 1.28571429em;
  text-align: center;
}

:where(.modal-login-p412) .fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

:where(.modal-login-p412) .fa-ul > li {
  position: relative;
}

:where(.modal-login-p412) .fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

:where(.modal-login-p412) .fa-li.fa-lg {
  left: -1.85714286em;
}

:where(.modal-login-p412) .fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

:where(.modal-login-p412) .fa-pull-left {
  float: left;
}
:where(.modal-login-p412) .fa-pull-right {
  float: right;
}
:where(.modal-login-p412) .fa.fa-pull-left {
  margin-right: 0.3em;
}
:where(.modal-login-p412) .fa.fa-pull-right {
  margin-left: 0.3em;
}
:where(.modal-login-p412) .pull-right {
  float: right;
}
:where(.modal-login-p412) .pull-left {
  float: left;
}
:where(.modal-login-p412) .fa.pull-left {
  margin-right: 0.3em;
}
:where(.modal-login-p412) .fa.pull-right {
  margin-left: 0.3em;
}

:where(.modal-login-p412) .fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

:where(.modal-login-p412) .fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

:where(.modal-login-p412) .fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

:where(.modal-login-p412) .fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

:where(.modal-login-p412) .fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

:where(.modal-login-p412) .fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

:where(.modal-login-p412) .fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:where(.modal-login-p412) .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

:where(.modal-login-p412) .fa-stack-1x,
:where(.modal-login-p412) .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

:where(.modal-login-p412) .fa-stack-1x {
  line-height: inherit;
}
:where(.modal-login-p412) .fa-stack-2x {
  font-size: 2em;
}
:where(.modal-login-p412) .fa-inverse {
  color: #ffffff;
}

:where(.modal-login-p412) .fa-glass:before {
  content: '\f000';
}
:where(.modal-login-p412) .fa-music:before {
  content: '\f001';
}
:where(.modal-login-p412) .fa-search:before {
  content: '\f002';
}
:where(.modal-login-p412) .fa-envelope-o:before {
  content: '\f003';
}
:where(.modal-login-p412) .fa-heart:before {
  content: '\f004';
}
:where(.modal-login-p412) .fa-star:before {
  content: '\f005';
}
:where(.modal-login-p412) .fa-star-o:before {
  content: '\f006';
}
:where(.modal-login-p412) .fa-user:before {
  content: '\f007';
}
:where(.modal-login-p412) .fa-film:before {
  content: '\f008';
}
:where(.modal-login-p412) .fa-th-large:before {
  content: '\f009';
}
:where(.modal-login-p412) .fa-th:before {
  content: '\f00a';
}
:where(.modal-login-p412) .fa-th-list:before {
  content: '\f00b';
}
:where(.modal-login-p412) .fa-check:before {
  content: '\f00c';
}

:where(.modal-login-p412) .fa-remove:before,
:where(.modal-login-p412) .fa-close:before,
:where(.modal-login-p412) .fa-times:before {
  content: '\f00d';
}

:where(.modal-login-p412) .fa-search-plus:before {
  content: '\f00e';
}
:where(.modal-login-p412) .fa-search-minus:before {
  content: '\f010';
}
:where(.modal-login-p412) .fa-power-off:before {
  content: '\f011';
}
:where(.modal-login-p412) .fa-signal:before {
  content: '\f012';
}

:where(.modal-login-p412) .fa-gear:before,
:where(.modal-login-p412) .fa-cog:before {
  content: '\f013';
}

:where(.modal-login-p412) .fa-trash-o:before {
  content: '\f014';
}
:where(.modal-login-p412) .fa-home:before {
  content: '\f015';
}
:where(.modal-login-p412) .fa-file-o:before {
  content: '\f016';
}
:where(.modal-login-p412) .fa-clock-o:before {
  content: '\f017';
}
:where(.modal-login-p412) .fa-road:before {
  content: '\f018';
}
:where(.modal-login-p412) .fa-download:before {
  content: '\f019';
}
:where(.modal-login-p412) .fa-arrow-circle-o-down:before {
  content: '\f01a';
}
:where(.modal-login-p412) .fa-arrow-circle-o-up:before {
  content: '\f01b';
}

.DialogOverlay-login {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  inset: 0;
  animation: overlayShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
  /* keep overlay below the content but above most page elements */
  z-index: 9998;
}

.DialogContent-login {
  background-color: var(--gray-1);
  border-radius: 6px;
  box-shadow: var(--shadow-6);
  position: fixed;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  /* ensure dialog content is above the overlay and other page elements */
  z-index: 10000;
  max-height: 85vh;
  padding: 25px;
  animation: contentShow 150ms cubic-bezier(0.16, 1, 0.3, 1);
  width: 100%;
  max-width: 1366px;
}
