

body{



    color: white;
    font-weight: 700;
    font-size: 0.6em;
    font-family: tuiText,-apple-system,BlinkMacSystemFont,system-ui,Roboto,'Segoe UI','Helvetica Neue',sans-serif;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.block-reg.pos-center{
    border-left: 2px solid white;
    position:fixed;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    padding:30px;
    text-align: center;
    width: calc(100vw - 80px);
    max-width: 400px;
}

.block-reg.pos-center .greeting{
    font-size: 1.8em;
    font-weight: 400;
    color: black;
}

.block-reg.pos-center a{

    color: #727272;
    border: none;
    background-color: #f8f8f8;
    width: calc(100% - 40px);
    padding: 10px 20px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    line-height: 25px;
}



.block-reg.pos-center .reg-control{
    grid-column: 1 / -1;
}

.block-reg.pos-center > form > div{
    margin-bottom:5px;
    margin-top:5px;
}

.block-reg > form{
    width: calc(100vw - 80px);
    max-width: 400px;
}



.block-reg.pos-center > form button{
    color: #727272;
    border: none;
    background-color: #f8f8f8;
    width: 100%;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 24px;
    font-weight: 300;
}


a.button{
    border:1px solid black;
    margin-top:10px;
    display:block;
    border-radius:3px;
    padding: 5px;
}




.logo-img{
    width:300px;
    position:absolute;
    right:10px;
    top:10px;
}


.add-company{
    position: absolute;
    display: block;
    bottom: 20px;
    color: #6b6b6b;
    font-size: 14px;
    right: 15px;
}

    /* text field */
    .text-field {
      margin-bottom: 1rem;
    }

    .text-field__label {
      display: block;
      margin-bottom: 0.25rem;
    }

    .text-field__input {
      display: block;
      width: calc(100% - 24px);
      height: calc(2.25rem + 2px);
    padding: 5px 12px;
      font-family: inherit;
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      background-color: #57ead3;
      background-clip: padding-box;
      border: 1px solid #bdbdbd;
      border-radius: 0.25rem;
      transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
    }

    .text-field__input[type="search"]::-webkit-search-decoration,
    .text-field__input[type="search"]::-webkit-search-cancel-button,
    .text-field__input[type="search"]::-webkit-search-results-button,
    .text-field__input[type="search"]::-webkit-search-results-decoration {
      -webkit-appearance: none;
    }

    .text-field__input::placeholder {
      color: #212529;
      opacity: 0.4;
    }

    .text-field__input:focus {
      color: #212529;
      background-color: #57ead3;
      border-color: #bdbdbd;
      outline: 0;
      box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
    }

    .text-field__input:disabled,
    .text-field__input[readonly] {
      background-color: #57ead3;
      opacity: 1;
    }

    /* with floating label */
    .text-field_floating-3 {
      position: relative;
    }

    .text-field_floating-3 .text-field__input {
      border: none;
      border-bottom: 1px solid #00aa90;
      border-radius: 0;
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
      line-height: 1.25;
      background-color: #f5f5f5;
    }

    .text-field_floating-3 .text-field__input:focus {
      outline: 0;
      border-bottom: 1px solid #00aa90;
      box-shadow: none;
      background-color: #eee;
    }

    .text-field_floating-3 .text-field__label {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 1rem .75rem;
      pointer-events: none;
      border: 1px solid transparent;
      transform-origin: 0 0;
      transition: color .15s ease-in-out, transform .15s ease-in-out;
    }

    .text-field_floating-3 .text-field__input::-moz-placeholder {
      color: transparent;
    }

    .text-field_floating-3 .text-field__input::placeholder {
      color: transparent;
    }

    .text-field_floating-3 .text-field__input:focus,
    .text-field_floating-3 .text-field__input:not(:placeholder-shown) {
      border-bottom: 1px solid #00aa90;
    }

    .text-field_floating-3 .text-field__input:focus~.text-field__label,
    .text-field_floating-3 .text-field__input:valid~.text-field__label {
      transform: scale(.85) translateY(-.75rem) translateX(.15rem);
      color: #00aa90;
}
.text-field_floating-3 .text-field__input{
	color:black;
}

.text-field_floating-3 .text-field__label,{
	color: #00aa90;
}