@font-face {
    font-family: 'Geomanist';
    src: url(/fonts/subset-Geomanist-Regular.woff2);
    font-style: normal;
    font-weight: normal;
}


@font-face {
  font-family: "Geomanist";
  src: url(/fonts/subset-Geomanist-Book.woff2);
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Geomanist";
  src: url(/fonts/subset-Geomanist-Medium.woff2);
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Geomanist';
    src: url(/fonts/subset-Geomanist-Bold.woff2);
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: 'Roboto';
    src: url(/fonts/Roboto-Regular.ttf);
    font-style: normal;
    font-weight: 400;
}
:root {
    --statusError: #EF153A;
    --redBG: #FEEEF1;
    --lightestPink: #FEEEF1;
    --brandBlue:  #00A3E0;
    --darkGrey: #73696B;
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    background: #E5E5E5;
    font-family: 'Geomanist', sans-serif;
}
.access__container__card__form__button {
    border:none;
    height: 40px;
    width: 85px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 5px;
    background: rgba(104, 205, 252, 0.15);
    color: var(--brandBlue);
    font-size: 15px;
    background-image: url(/images/left_arrow.svg);
    font-weight: 500;
    background-repeat: no-repeat;
    padding-left: 12px;
    background-position: left 12px center;
}

.access__container {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4B4446;
    min-height: calc(100vh - 92px - 96px); /* 100vh - footer height - header height */
}

.access__container__card {
    background: #fff;
    margin: 160px 0 215px 0;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.access__container__card--big {
      width: 780px;
      padding: 55px 45px;
}

.access__container__card_success {
    height: 330px;
    width: 982px;
    padding-top: 50px;
}

.container__card__confirmation {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: center;
}

.access__container__card--small {
    width: 376px;
    padding: 30px;
}

.access__container__card__logo {
    height: 105px;
}

.access__container__card__title--small {
    font-size: 22px;
}

.access__container__card__title--big {
    font-size: 44px;
    margin-top: 26px;
    font-weight: 500px;
}

.access__container__card__form__header access__container__card__form__header__data{
    font-size: 21px;
    font-weight: 500px;
}

.access__container__card__form__group_input {
    font-size: 16px;
}

.access__container__card__description {
    margin-top: 10px;
    font-size: 16px;
}

.access__container__card__description--big {
    margin-top: 26px;
    font-size: 18px;
    font-family: 'Geomanist', sans-serif;
    font-weight: 400;
    line-height: 32.4px;
    color: #4B4446
}

.access__container__card__info {
    margin-top: 16px;
    font-size: 18px;
}

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

.access__container__card__form__group--username {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.access__container__card__form__group__label {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-variant: small-caps;
    color: #73696B; /* Other/Dark Grey */
}

.access__container__card__form__group__label__IP {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-variant: small-caps;
    color: #73696B; /* Other/Dark Grey */
    margin-left: 26px;
}

.access__container__card__form__group__label--checkbox {
   font-size: 21px;
}
.access__container__card__form__group__ipAddresses__input{
    margin-bottom:20px;
}
.access__container_card__label {
    display: inline-block;
    width: 5px;
    text-align: right;
    margin-right: 20px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 25.6px;
    font-family: 'Geomanist', sans-serif;
    color: var(--darkGrey);

}

.access__container__card__input {
    margin-bottom: 20px;
    font-size: 16px;
    padding: 18px 26px 16px 26px;
    border-radius: 12px;
    background: #F4F4F4;
    border: 2px solid transparent;
    font-family: Roboto, sans-serif;
    color: #73696B; /* Other/Dark Grey */
}

.access__container__card__input__label {
    display:flex;
    flex-direction:row;
}
.input_and_error_container {
    flex:1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.container__card__input__error {
     margin-bottom: 20px;
     font-size: 16px;
     padding: 18px 26px 16px 26px;
     border-radius: 12px;
     border: 2px solid var(--statusError);
     background-color: var(--redBG);
     font-family: Roboto, sans-serif;
     color: #73696B; /* Other/Dark Grey */
 }

.access__container__card__form__group--rememberMe {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 14px;
}

.access__container__card__form__group {
    margin-top: 32px;
    position: relative;
    font-size: 14px;
    color: #A7A5A6;
}

.access__container__card__darkgrey {
    color: var(--darkGrey);
}

.access__container__card__form__group--big {
    margin-top: 36px;
}

.access__container__card__form__group--remindPassword {
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
}

.access__container__card__form__group__tooltip {
    height: 24px;
    width: 24px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.access__container__card__form__group > textarea {
    font-size: 16px;
    padding: 18px 26px 16px 26px;
    border-radius: 12px;
    background: #F4F4F4;
    border: 2px solid transparent;
    font-family: Roboto, sans-serif;
    color: #73696B; /* Other/Dark Grey */
}

.access__container__card__form__group > input:focus,
.access__container__card__form__group > select:focus,
.access__container__card__form__group > textarea:focus,
.access__container__card__form__group__ipAddresses > input:focus {
    outline: 2px solid #00A3E0; /* Brand/Blue */
}

.access__container__card__form__group > label {
    font-size: 13px;
}

.access__container__card__form__agreement {
    color: #73696B; /* Other/Dark Grey */
    font-size: 13px;
    margin-top: 30px;
}

.access__container__card__form__captcha {
    margin-top: 30px;
    width: 45%;
}

.access__container__card__form__submit {
    background: #00A3E0; /* Brand/Blue */
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    width: 176px;
    height: 60px;
    color: white;
    cursor: pointer;
    margin-top: 32px;
}

input::placeholder {
    font-family: "Geomanist", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #A7A5A6;
}
.access__container__card__form__group__option{
    font-family: "Geomanist", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #A7A5A6;
}

.access__container__card__form__submit:active {
    background: #008ec2;
}

.access__container__card__form__submit:disabled {
    background: #c4c4c4;
}

.access__container__card__form__group__checkbox {
    display: flex;
    flex-direction: row;
    position: relative;
}

.access__container__card__form__group__checkbox > label {
    margin: 0;
}

.access__container__card__form__group__checkbox__input {
    margin-right: 15px;
    accent-color: #C8C8C8;
}

.access__container__card__back {
    border-radius: 12px;
    width: 85px;
    padding: 10px 16px 10px 16px;
    display: flex;
    background: rgba(104, 205, 252, 0.15);
    border: 0;
    color: #00A3E0; /* Brand/Blue */
}

.access__container__card__back__arrow {
    margin-right: 8px;
}

.access__container__card__form__header {
    font-size: 21px;
}

.access__container__card__form__header__data {
    margin-top: 80px;
}

.access__container__card__form__rodo {
    font-size: 12px;
    margin-top: 64px;
    color: #A7A5A6;
}
.access__container__card__description access__container__card__description--big >a {
    color: #00A3E0; /* Brand/Blue */
}

.access__container__card__form__rodo > a {
    color: #00A3E0; /* Brand/Blue */
}

.access__container__card__form__header--notifications {
    margin-top: 64px;
}

.access__container__card__form__header--ipAddresses {
    margin-top: 96px;
}

.access__container__card__form__group__ipAddresses > label {
    margin-top: 10px;
}
.access__container__card__form__group__ipAddresses > input {
    width: 98%;
}

.access__container__card__form__group__ipAddresses__button {
    background: #68CDFC33;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    width: 170px;
    height: 60px;
    color: #00A3E0; /* Brand/Blue */
    cursor: pointer;
    margin: 0 0 0 auto;
}

.access__container__card__form__group__ipAddresses__button:active {
    background: #5694AD33;
}


.access__container__card__form__group > .languages_select {
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 28px center;
    height: 100%;
    min-height: 20px;
}

.access__container__card__confirmation {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.access__container__description__width {
    width: 640px;
}

.access__container__card__confirmation__tick {
    padding-right: 30px;
    height: 176.99px;
    width: 185.7px;
}

.access__container__card__confirmation__description {
    font-size: 18px;
    line-height: 33px;
    font-family: 'Geomanist', sans-serif;
    font-style: normal;
    color: #4B4446;
}

.error {
    margin-top: 10px;
}

.cb-tooltip {
    position: absolute;
    left: 60em;
    border-radius: 12px;
    width: calc((100vw - (690px + 90px))/ 2);
    transform: translateY(-40%);
    padding: 24px;
    color: #4B4446;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px -10px #0000000D;
    box-shadow: 0px 20px 100px -40px #00000033;
    font-size: 12px;
    line-height: 18px;
    display: none;
}


.user__exist__result__container {
    position: relative;
}

.user__exist__result {
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-variant: small-caps;
}

.user__exist__result--red {
    color: darkred;
}

.user__exist__result--green {
    color: green;
}

.access__container__card__form__help__ipAddresses {
    margin-top: 20px;
    margin-bottom: 10px;
}

.access__container__card__form__help__ipAddresses ul {
    margin-left: 16px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.field_error {
    top: 0;
    right: 0;
    font-family: 'Roboto', sans-serif;
    color: red;
    font-size: 15px;
    line-height: 15px;
}

.field_error_captcha {
    top: 0;
    right: 0;
    font-family: 'Roboto', sans-serif;
    color: red;
    font-size: 15px;
    line-height: 15px;
    font-variant: small-caps;
    visibility: hidden;
}

.field_error_input {
    border: 2px solid var(--statusError);
    background-color: var(--redBG);
}


.access__container__card__confirmation__title {
    font-family: "Geomanist", sans-serif;
    font-size: 44px;
    line-height: 52.8px;
    font-weight: 500;
    padding-bottom: 17px;
}

.access__container__card__checkbox__label {
  cursor: pointer;
  user-select: none;
  padding: 6px 8px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.access__container__card__checkbox__label:not(:last-child) {
  margin-right: 6px;
}

.access__container__card__checkbox__label span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
  font-weight: 400;
}
.access__container__card__checkbox__label span:first-child {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  transform: scale(1.5);
  border: 1.5px solid #c8ccd4;
  transition: all 0.2s ease;
}
.access__container__card__checkbox__label span:first-child svg {
  position: absolute;
  top: 2px;
  left: 1px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.access__container__card__checkbox__label span:last-child {
  padding-left: 16px;
  line-height: 18px;
}
.access__container__card__checkbox__label:hover span:first-child {
  border-color: #00A3E0;
}
.access__container__card__input_checkbox:checked ~ .access__container__card__checkbox__label span:first-child {
  background: #68CDFC;
  border-color: #00A3E0;
  animation: myAnimation 0.4s ease;
}

.access__container__card__input_checkbox:checked ~ .access__container__card__checkbox__label span:first-child svg {
  stroke-dashoffset: 0;
}

.tick-icon {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 650px) {

    .access__container__card__checkbox__label {
    width: 100%;
    margin-bottom: 4px;
    display: inline-block;
  }
	body {
    width: auto;
    display: inherit;

  }
}

@keyframes myAnimation {
  50% {
    transform: scale(0.9);
  }
}

.notification-container {
    margin-top: 64px;
    height: 356px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 40px;
}

.notification-container > div,
.notification-container > h1 {
    margin-top: 0px;
}

