.hidden { display: none; }
.is-clickable { cursor: pointer; }
::selection {
  color: #ffffff;
  background-color: #FAA35F;
}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li, form, label, caption, table, tbody, tfoot, thead, tr, th, td {
  margin: 0;padding: 0;border: 0;}
html,
body {
  width: 100%;
  height: 100%;
  min-height: 600px;
}
.b-login {
  background-color: #EE6829;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.b-login:before {
  width: 1922px;
  height: 1670px;
  background:-webkit-linear-gradient(133deg, rgb(244, 161, 95) 29%, rgb(234, 93, 83) 90%);
  background:-o-linear-gradient(133deg, rgb(244, 161, 95) 29%, rgb(234, 93, 83) 90%);
  background:-moz-linear-gradient(133deg, rgb(244, 161, 95) 29%, rgb(234, 93, 83) 90%);
  background:linear-gradient(133deg, rgb(244, 161, 95) 29%, rgb(234, 93, 83) 90%);
  position: absolute;
  display: block;
  content: '';
  right: 360px;
  bottom: -840px;
  border-radius: 100%;
}
.content {
  position: relative;
  width: 950px;
  margin: 0 auto;
  font-family: 'Arial', sans-serif;
}
.back-link__wrapper {
  position: absolute;
  top: -30px;
  font-size: 14px;
}
.back-link__link {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  vertical-align: bottom;
}
.auth__social-link:focus,
.auth__social-link:hover,
.back-link__link:hover {
  color: #fff;
  text-decoration: none;
}
.back-link__img {
  height: 17px;
  width: 17px;
  margin-right: 5px;
}
.auth__panel {
  padding: 40px;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 22px 5px rgba(46,48,48,0.2);
  box-shadow: 0 7px 22px 5px rgba(46,48,48,0.2);
  position: relative;
}
.auth__heading {
  color: #2c4968;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 26px;
  display: flex;
  align-items: center;
}
.auth__heading-title {
  font-size: 50px;
}
.auth__heading-subtitle {
  font-size: 14px;
  width: 170px;
  margin-left: 16px;
  text-align: left;
  line-height: 18px;
}
.auth__sign-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.auth__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 50px;
}
.auth__tab {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  text-align: center;
}
.auth__tab.active .auth__tab-link {
  color: #2c4968;
}
.auth__tab .auth__tab-link:hover {
  color: #2c4968;
}
.auth__tab.active .auth__tab-link:after {
  background-color: #2c4968;
}
.auth__tab-link {
  display: block;
  color: #dadada;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.auth__tab-link:after {
  margin-top: 10px;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #eaeaea;
  display: block;
  content: '';
}
.auth__column {
  position: relative;
  width: 338px;
}
.auth__column--pic {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 428px;
}

#captcha__recoveryPass {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.auth__form {
  height: 325px;
}
.auth__form.auth__form-adaptive {
  height: auto;
}

.auth__form-input {
  width: 100%;
  border: 1px solid #cdd1db;
  border-radius: 3px;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #606568;
}
.auth__form-input::-webkit-input-placeholder {
  font-size: 12px;
}
.auth__form-field {
  padding-bottom: 30px;
  width: 100%;
  position: relative;
}
.auth__form-field.error
.auth__form-input{
  border-color:#ff0000;
}
.auth__form-field.error
.auth__form-label{
  color:#ff0000;
}
.auth__form-field.error .auth__error{
  display: block;
}
.auth__form-label {
  color: #606568;
  font-size: 14px;
  padding-bottom: 3px;
}
.auth__form-label-right {
  float: right;
  color: #2c4968;
  font-size: 14px;
  padding-bottom: 3px;
  cursor: pointer;
}

.auth__form-label-right:hover {
  color: #416A9A
}

.auth__form-label-right--disabled,
.auth__form-label-right--disabled:hover {
  color: #949494;
  cursor: auto;
}
.auth__form-password-rules {
  padding-left: 15px;
}
.auth__form-password-rules li {
  list-style-type: disc;
}
.auth__toPortal-link,
.auth__form-submit {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-left: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  background-color: #2c4968;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.auth__toPortal-link:hover,
.auth__form-submit:hover {
  background-color: #416A9A;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.auth__form-submit:disabled {
  background-color: #aac0bf;
  cursor: no-drop;
}
.auth__form-submit-link {
  display: block;
  text-align: center;
}

.ant-spin-nested-loading.auth__form-preloader .ant-spin i {
  background-color: #21615f;
}

.auth__title--social {
  color: #afb8be;
  font-size: 12px;
  padding-bottom: 10px;
}
.auth__tips-text {
  color: #afb7bd;
  font-size: 12px;
  float: right;
}
.auth__error{
font-size: 12px;
color: #ff0000;
position: absolute;
/* bottom: 10px; */
left: 0;
display: none

}
.auth__checkbox {
  position: absolute;
  opacity: 0;
  top: -9999px;
}
.auth__checkbox-text {
  color: #2c4968;
  font-size: 12px;
}
.auth__checkbox-text:before {
  border: 1px solid #cdd1db;
  border-radius: 3px;
  background-color: #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
  float: left;
  margin: 4px 5px 5px 0px;
  content: '';
}
.auth__checkbox-text.animate:before {
  background-image: url("../images/white-box.jpg"), url("../images/check.svg");
  background-size: cover, contain;
  background-position: 0 0, center;
  background-repeat: no-repeat;
  -webkit-animation: showCheck 0.5s 0.3s linear 1;
  animation: showCheck 0.5s 0.3s linear 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.auth__link {
  color: #2c4968;
  text-decoration: underline;
  cursor: pointer;
  outline: 0;
}
.auth__link:hover {
  color: #416A9A;
  text-decoration: underline;
}
.auth__repeat-link {
    margin: 0 0 20px 0;
}
.auth__description {
  margin-bottom: 10px;
  font-size: 15px;
  color: #646666;
}
.parallax__wrap {
  display: flex;
  align-items: center;
  width: 428px;
  height: 323px;
  position: relative;
}
.parallax__wrap img {
  position: absolute;
  height: 100%;
  left: 10%;
}
.parallax__bgimage {
  height: 100%;
  left: 10%;
}
.parallax__bg-color {
  width: 99%;
  top: 25%;
  left: 0;
}
.parallax__bul {
  width: 7%;
  top: 20%;
  left: 59%;
}
.parallax__circle {
  width: 14%;
  top: 49%;
  left: 8%;
}
.parallax__disc {
  width: 13%;
  top: 60%;
  left: 81%;
}
.parallax__zoom {
  width: 20%;
  top: 14%;
  left: 9%;
}
.parallax__gear-big {
  width: 17%;
  top: 4%;
  left: 71%;
}
.parallax__gear {
  width: 10%;
  top: 25%;
  left: 81%;
}
.parallax__letter {
  width: 19%;
  top: 66%;
  left: 78%;
}
.parallax__bul-hor {
  width: 10%;
  top: 72%;
  left: 4%;
}
.parallax__ruler {
  width: 5.5%;
  top: 56%;
  left: 15%;
}
.auth__social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.auth__social-item {
  padding-right: 5px;
  padding-left: 5px;
  cursor: pointer;
}
@media(max-width: 420px){
  .auth__social-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.auth__social-item:last-child {
  padding-right: 0;
}
.auth__social-link {
  display: inline-block;
}
.auth__social-link-disable {
  display: inline-block;
}

.auth__social-block {
  text-align: center;
}

.auth__social-title {
  color: rgba(0, 0, 0, 0.7); font-weight: 600;
}

.auth__social-title:hover, .auth__social-title:visited {
  color: #000;
}

.auth__social-block .icon__social::before {
  width: 106px; height: 55px; font-size: 45px;
}


.auth__social-link-disable:hover {
  cursor: auto;
}

.icon__social:before {
  width: 35px;
  height: 35px;
  display: block;
  background-position: center;
  background-size: contain;
  font-size: 35px;
  transition: all 0.3s ease;

}
.auth__social-link:hover .icon__social:before{
  transition: all 0.3s ease;
}

.icon__social--lifecell:before{
  content: "\e90b";
  color: #e5e5e5;
}
.icon__social--kyivstar:before{
  content: "\e90a";
  color: #e5e5e5;
}
.icon__social--vodafone:before{
  content: "\e909";
  color: #e5e5e5;
}
.icon__social--fb:before{
  content: "\e906";
  color: #e5e5e5;
}
.icon__social--ecp:before {
  content: "\e905";
  color: #e5e5e5;
}
.icon__social--bankid:before {
  content: "\e900";
  color: #e5e5e5;
}
.icon__social--google:before {
  content: "\e907";
  color: #e5e5e5;
}
.icon__social--linkedin:before {
  content: "\e908";
  color: #e5e5e5;
}
.icon__social--twitter:before {
  content: "\e903";
  color: #e5e5e5;
}
.icon__social--privatid:before {
  content: "\e901";
  color: #e5e5e5;
}

.auth__social-link:hover .icon__social--lifecell:before{
  color: #F9CE00;
}
.auth__social-link:hover .icon__social--kyivstar:before{
  color: #22ACF9;
}
.auth__social-link:hover .icon__social--vodafone:before{
  color: #E82100;
}
.auth__social-link:hover .icon__social--fb:before{
  color: #3B579D;
}
.auth__social-link:hover .icon__social--ecp:before{
  color: #2B71CD;
}
.auth__social-link:hover .icon__social--bankid:before{
  color: #3b854a;
}
.auth__social-link:hover .icon__social--privatid:before{
  color: #5AB205;
}
.auth__social-link:hover .icon__social--google:before{
  color: #4682EB;
}
.auth__social-link:hover .icon__social--linkedin:before{
  color: #0074BA;
}
.auth__social-link:hover .icon__social--twitter:before{
  color: #28A9E0;
}

.auth__message {
  text-align: center;
  margin: -15px auto 25px;
}

.auth__backToForm {
  text-align: center;
}

.auth__backToForm-link {
  color: #2c4968;
  font-size: 15px;
}
.auth__backToForm-link:hover {
  color: #2c4968;
  text-decoration: underline;
}

.parallax__gear,
.parallax__gear-big {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.parallax__gear.animate,
.parallax__gear-big.animate {
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.parallax__pen {
  bottom: 179px;
  right: 98px;
  height: 103px;
  position: relative;
  z-index: 3;
}
.parallax__pen.animate {
  -webkit-animation: penAnimate 1.7s linear 1;
  animation: penAnimate 1.7s linear 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.parallax__pencil {
  top: 13px;
  right: 42px;
  height: 66px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.parallax__pencil.animatePass {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  top: 98px;
  right: -127px;
  height: 26px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.parallax__pencil.animateEmail {
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  top: 14px;
  right: -127px;
  height: 26px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.parallax__pencil.startPos {
  -webkit-animation: pencilAnimateStart 1s linear 1;
  animation: pencilAnimateStart 1s linear 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.error-message__wrap{
  position: fixed;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.error-message__text{
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  background-color: #fff;
  border-radius: 3px;
  color: #2e303033;
  border: 1px solid #2e303033;
  box-shadow: 0 7px 22px 5px rgba(46,48,48,0.2);
}
/* .error .error-message__text{
  color: #fa6c6c;
  border: 1px solid #fa6c6c;
}
.success .error-message__text{
  color: #66c53a;
  border: 1px solid #66c53a;
} */
.mail__wrap{
  padding: 65px;
  text-align: center;
}
.mail__title{
  color: #2c4968;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.mail__text{
  color: #606568;
  font-size: 16px;
  padding-bottom: 25px;

}
.auth__column--mail{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .content {
    width: 750px;
  }
  .auth__panel {
    padding: 20px;
  }
  .auth__column--pic {
    width: 413px;
  }
  .parallax__wrap {
    width: 370px;
  }
  .parallax__pen {
    right: 78px;
  }
  .parallax__pencil {
    right: 16px;
  }
  .parallax__pencil.animatePass {
    top: 98px;
    right: -33px;
  }
  .parallax__pencil.animateEmail {
    top: 14px;
    right: -33px;
  }
  .parallax__pencil.startPos {
    -webkit-animation: pencilAnimateStart 1s linear 1;
    animation: pencilAnimateStart 1s linear 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .auth__checkbox-text:before {
    margin-bottom: 20px;
  }
  .parallax__gear-big {
    top: 5%;
    left: 76%;
  }
  .parallax__gear {
    width: 10%;
    top: 24%;
    left: 87%;
  }
  .parallax__bgimage {
    top: 2%;
  }
}
@media (max-width: 767px) {
  .content {
    width: 95%;
    max-width: 500px;
  }
  .auth__pic {
    display: none;
  }
  .auth__sign-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .auth__column {
    width: 100%;
  }
  .auth__heading {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .auth__column--mail{
    padding-top: 25px;
  }
  .auth__panel {
      padding-bottom: 100px;
  }

  .auth__social-wrap {
    flex-flow: row wrap;
  }
  .icon__social::before {
    width: 47px;
    height: 47px;
    font-size: 47px;
  }
}
@media (max-width: 1023px) {
  @-webkit-keyframes pencilAnimateStart {
    0% {
      opacity: 0;
    }
    66% {
      opacity: 1;
      top: 13px;
      right: 16px;
    }
    67% {
      opacity: 1;
    }
    100% {
      top: 13px;
      right: 16px;
      height: 66px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes pencilAnimateStart {
    0% {
      opacity: 0;
    }
    66% {
      opacity: 1;
      top: 13px;
      right: 16px;
    }
    67% {
      opacity: 1;
    }
    100% {
      top: 13px;
      right: 16px;
      height: 66px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes penAnimate {
    0% {
      -webkit-transform: rotate(0) translateX(0) rotate(0);
      transform: rotate(0) translateX(0) rotate(0);
    }
    23% {
      height: 50px;
      -webkit-transform: rotate(15deg) translateX(141px) rotate(35deg);
      transform: rotate(15deg) translateX(141px) rotate(35deg);
    }
    33% {
      -webkit-transform: rotate(16.5deg) translateX(146px) rotate(35deg);
      transform: rotate(16.5deg) translateX(146px) rotate(35deg);
    }
    43% {
      opacity: 1;
      -webkit-transform: rotate(13.5deg) translateX(149px) rotate(35deg);
      transform: rotate(13.5deg) translateX(149px) rotate(35deg);
      height: 50px;
    }
    58% {
      opacity: 1;
      -webkit-transform: rotate(13.5deg) translateX(149px) rotate(35deg);
      transform: rotate(13.5deg) translateX(149px) rotate(35deg);
      height: 50px;
    }
    73% {
      opacity: 0;
      -webkit-transform: rotate(13.5deg) translateX(149px) rotate(35deg);
      transform: rotate(13.5deg) translateX(149px) rotate(35deg);
      height: 50px;
    }
    74% {
      opacity: 0;
      -webkit-transform: rotate(0) translateX(0) rotate(0);
      transform: rotate(0) translateX(0) rotate(0);
      height: 103px;
    }
    90% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes penAnimate {
    0% {
      -webkit-transform: rotate(0) translateX(0) rotate(0);
      transform: rotate(0) translateX(0) rotate(0);
    }
    23% {
      height: 50px;
      -webkit-transform: rotate(15deg) translateX(141px) rotate(35deg);
      transform: rotate(15deg) translateX(141px) rotate(35deg);
    }
    33% {
      -webkit-transform: rotate(16.5deg) translateX(146px) rotate(35deg);
      transform: rotate(16.5deg) translateX(146px) rotate(35deg);
    }
    43% {
      opacity: 1;
      -webkit-transform: rotate(13.5deg) translateX(149px) rotate(35deg);
      transform: rotate(13.5deg) translateX(149px) rotate(35deg);
      height: 50px;
    }
    58% {
      opacity: 1;
      -webkit-transform: rotate(13.5deg) translateX(149px) rotate(35deg);
      transform: rotate(13.5deg) translateX(149px) rotate(35deg);
      height: 50px;
    }
    73% {
      opacity: 0;
      -webkit-transform: rotate(13.5deg) translateX(149px) rotate(35deg);
      transform: rotate(13.5deg) translateX(149px) rotate(35deg);
      height: 50px;
    }
    74% {
      opacity: 0;
      -webkit-transform: rotate(0) translateX(0) rotate(0);
      transform: rotate(0) translateX(0) rotate(0);
      height: 103px;
    }
    90% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media (min-width: 1023px) {
  @-webkit-keyframes pencilAnimateStart {
    0% {
      opacity: 0;
    }
    66% {
      opacity: 1;
      top: 13px;
      right: 42px;
    }
    67% {
      opacity: 1;
    }
    100% {
      top: 13px;
      right: 42px;
      height: 66px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @keyframes pencilAnimateStart {
    0% {
      opacity: 0;
    }
    66% {
      opacity: 1;
      top: 13px;
      right: 42px;
    }
    67% {
      opacity: 1;
    }
    100% {
      top: 13px;
      right: 42px;
      height: 66px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }
  @-webkit-keyframes penAnimate {
    0% {
      -webkit-transform: rotate(0) translateX(0) rotate(0);
      transform: rotate(0) translateX(0) rotate(0);
    }
    23% {
      height: 50px;
      -webkit-transform: rotate(8deg) translateX(250px) rotate(35deg);
      transform: rotate(8deg) translateX(250px) rotate(35deg);
    }
    33% {
      -webkit-transform: rotate(9deg) translateX(254px) rotate(35deg);
      transform: rotate(9deg) translateX(254px) rotate(35deg);
    }
    43% {
      opacity: 1;
      -webkit-transform: rotate(7deg) translateX(259px) rotate(35deg);
      transform: rotate(7deg) translateX(259px) rotate(35deg);
      height: 50px;
    }
    58% {
      opacity: 1;
      -webkit-transform: rotate(7deg) translateX(259px) rotate(35deg);
      transform: rotate(7deg) translateX(259px) rotate(35deg);
      height: 50px;
    }
    73% {
      opacity: 0;
      -webkit-transform: rotate(7deg) translateX(259px) rotate(35deg);
      transform: rotate(7deg) translateX(259px) rotate(35deg);
      height: 50px;
    }
    74% {
      opacity: 0;
      -webkit-transform: rotate(0) translateX(0) rotate(0);
      transform: rotate(0) translateX(0) rotate(0);
      height: 103px;
    }
    90% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes penAnimate {
    0% {
      -webkit-transform: rotate(0) translateX(0) rotate(0);
      transform: rotate(0) translateX(0) rotate(0);
    }
    23% {
      height: 50px;
      -webkit-transform: rotate(8deg) translateX(250px) rotate(35deg);
      transform: rotate(8deg) translateX(250px) rotate(35deg);
    }
    33% {
      -webkit-transform: rotate(9deg) translateX(254px) rotate(35deg);
      transform: rotate(9deg) translateX(254px) rotate(35deg);
    }
    43% {
      opacity: 1;
      -webkit-transform: rotate(7deg) translateX(259px) rotate(35deg);
      transform: rotate(7deg) translateX(259px) rotate(35deg);
      height: 50px;
    }
    58% {
      opacity: 1;
      -webkit-transform: rotate(7deg) translateX(259px) rotate(35deg);
      transform: rotate(7deg) translateX(259px) rotate(35deg);
      height: 50px;
    }
    73% {
      opacity: 0;
      -webkit-transform: rotate(7deg) translateX(259px) rotate(35deg);
      transform: rotate(7deg) translateX(259px) rotate(35deg);
      height: 50px;
    }
    74% {
      opacity: 0;
      -webkit-transform: rotate(0) translateX(0) rotate(0);
      transform: rotate(0) translateX(0) rotate(0);
      height: 103px;
    }
    90% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
.auth__show-pass {
  cursor: pointer;
  position: absolute;
  bottom: 38px;
  right: 9px;
  opacity: 0.2;
}
.auth__show-pass:hover {
  opacity: 0.4;
}
.icon_eye {
  background-position: center;
  background-image: url("../images/eye-open.svg");
  display: block;
  content: '';
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon_eye.off {
  background-image: url("../images/eye-close.svg");
}

@-webkit-keyframes showCheck {
  0% {
    background-position: 0 0, center;
  }
  100% {
    background-position: 15px 0, center;
  }
}
@keyframes showCheck {
  0% {
    background-position: 0 0, center;
  }
  100% {
    background-position: 15px 0, center;
  }
}
.agreement__wrap,
.message__wrap {
		position: fixed;
		top: 20px;
		width: 100%;
		display: flex;
		justify-content: center;
    z-index: 99;
    left: 0;
  }

  .agreement__wrap {
    bottom: 20px;
  }

  .agreement__header {
    display: flex;
    background-color: #2c4968;
    color: white;
    text-transform: uppercase;
    padding: 20px;
    font-weight: 600;
  }

  .agreement__footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 1px solid #ededed;
    padding: 20px;
  }

  .agreement__submit {
    width: 150px;
    height: 45px;
    line-height: 45px;
    margin-left: 15px;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #2c4968;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
  }

  .agreement__cancel {
    width: 150px;
    height: 45px;
    line-height: 45px;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    color: #f0912d;
    background: white;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
  }

  .agreement__wrap:before {
    content: '.';
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
    top: 0;
    left: 0;
  }

  .agreement__item {
    display: flex;
    flex-direction: column;
  }

  .agreement__item,
	.message__item {
		text-align: center;
		max-width: 710px;
		width: 90%;
		border-radius: 3px;
		background-color: #fff;
		box-shadow: 0 7px 22px 5px rgba(46, 48, 48, .2);
    /* padding: 35px; */
    /* min-height: 180px; */
		box-sizing: border-box;
		position: relative;
  }

  .message__emojis {
    display: flex;
		justify-content: center;
		align-items: center;
    width: 135px;
    height: 100%;
  }

  .message__emoji {
    height: 90px;
  }

  .message__emojis.error {
    background-color: #ef3b03;
    /* Красный ховер: d83603 */
  }

  .message__emojis.success {
    background-color: #6adf6f;
    /* Зеленый ховер: 58cb5d */
  }

  .message__emojis.warn {
    background-color: #ef8803;
    /* Оранжевый ховер: d97d06 */

  }

  .message__content {
    width: 565px;
    height: 100%;
    text-align: left;
    padding: 30px 20px;
  }

  .agreement__close,
	.message__close {
		position: absolute;
		top: 10px;
		right: 10px;
		width: 12px;
		height: 12px;
	}

	.agreement__close:hover,
	.message__close:hover {
		opacity: .7;
	}

	.agreement__close img,
	.message__close img {
		width: 100%;
		vertical-align: super;
	}

  .agreement__item-wrap,
	.message__item-wrap {
		display: flex;
    align-items: center;
    height: 100%;
  }

  .agreement__item-wrap {
    flex: 2;
    align-items: normal;
    overflow-y: auto;
    text-align: left;
    padding: 20px;
  }

  .agreement__item-wrap ul,
  .agreement__item-wrap ol {
    display: block;
    padding-left: 40px;
    /* margin: 1em, 0; */
    margin-bottom: 1em;
  }

  .agreement__item-wrap ul {
    list-style-type: disc;
  }

  .agreement__item-wrap ol {
    list-style-type: decimal;
  }

  .agreement__item-wrap ul > li {
    display: list-item;
    list-style: disc;
  }
  .agreement__item-wrap ol > li {
    display: list-item;
    list-style: decimal;
  }

  .agreement__item-wrap p {
    margin-bottom: 1em;
  }

  .agreement__item-wrap h1,
  .agreement__item-wrap h2,
  .agreement__item-wrap h3,
  .agreement__item-wrap h4
  {
    margin-bottom: 5px;
  }

	.message__title, .auth__message--title {
    color: #2c4968;
		font-size: 18px;
		font-weight: bold;
		padding-bottom: 15px;
		text-transform: uppercase;
  }

  .message__title {
    color: #646666;
  }

	.message__pic {
		width: 90%;
  }

	.message__text, .auth__message--text {
		color: #646666;
		font-size: 15px;

	}

	@media (max-width: 600px) {
		.message__cols {
			flex-direction: column;
		}

		.message__col {
			width: 100%;
		}

		.message__col:first-child {
			margin-bottom: 30px;

		}
  }

.auth__toPortal {
  display: flex;
}

.auth__toPortal-link {
  text-align: center;
}

.support__wrapper {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  margin: 10px;
}
.support__link:hover,
.support__link {
  color: #416A9A;
  cursor: pointer;
}


.confirm-create-user-form input {
    text-align: center;
}

.user {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.user__provider {
    margin-bottom: 20px;
}

.user__provider-title {
    vertical-align: middle;
    display: inline-block;
    line-height: 24px;
}

a.ui-form__soc-link {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
/* span.ui-form__soc-link--note {
  color: #AFB8BE;
  font-size: 10px;
  padding-left: 10px;
  font-style: italic;
} */
.ua-form__soc-link-wrap {
  display: flex;
  align-items: flex-start;
}
.ua-form__soc-link--icon {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}