@font-face {
  font-family: 'Noto Sans';
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans';
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans';
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans';
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans';
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans';
  font-weight: 900;
  font-style: normal; }
body {
  height: 100vh;
  width: 100%;
  background-color: #2B2D35;
  margin: 0; }
  body .blur {
    height: 100vh; }
  body .text-center {
    text-align: center; }
  body .top {
    position: initial;
    transform: none;
    padding-top: 25px;
    left: 50%;
    top: 5%; }
    body .top svg {
      display: block;
      margin: auto; }
    body .top h1 {
      font-family: 'Noto Sans', sans-serif;
      font-weight: 500;
      font-size: 15px;
      color: #C6D1D6;
      margin-top: 15px;
      margin-bottom: 0;
      text-align: center; }
    @media (min-height: 500px) {
      body .top {
        position: absolute;
        transform: translate(-50%);
        padding-top: 0; } }
    @media (min-height: 670px) {
      body .top {
        top: 10%; } }
  body .center {
    width: calc(100% - 20px);
    padding: 0 10px;
    max-width: 400px;
    position: initial;
    transform: none;
    margin: 50px auto 10px auto; }
    body .center h2 {
      font-family: 'Noto Sans', sans-serif;
      font-weight: 500;
      font-size: 18px;
      color: #FFFFFF;
      margin-bottom: 25px;
      margin-top: 0;
      text-align: center; }
    body .center .form-group-item {
      position: relative; }
      body .center .form-group-item .input {
        font-family: 'Noto Sans', sans-serif;
        color: #7c7f8d;
        font-weight: 300;
        font-size: 14px;
        padding: 18px 20px;
        margin-bottom: 10px !important;
        border-radius: 3px;
        border: 1px solid #FFFFFF;
        width: 100%;
        box-sizing: border-box; }
      body .center .form-group-item .input:focus {
        outline: 0 !important;
        border: 1px solid #20BBFC; }
      body .center .form-group-item .warning {
        font-family: 'Noto Sans', sans-serif;
        line-height: 18px;
        opacity: 0;
        background-color: #CC0606;
        padding: 3px 8px 5px 8px;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, calc(-100% - 10px));
        display: ruby; }
      body .center .form-group-item .warning:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #CC0606 transparent transparent transparent; }
@keyframes fadein {
  from {
    transform: translate(-50%, calc(-100% - 5px));
    opacity: 0; }
  to {
    transform: translate(-50%, calc(-100% - 10px));
    opacity: 1; } }
@keyframes fadeout {
  from {
    transform: translate(-50%, calc(-100% - 10px));
    opacity: 1; }
  to {
    transform: translate(-50%, calc(-100% - 5px));
    opacity: 0; } }
    body .center .button {
      font-family: 'Noto Sans', sans-serif;
      font-weight: 700;
      font-size: 16px;
      background-color: #20BBFC;
      color: #FFFFFF;
      padding: 18px 20px;
      margin-bottom: 21px !important;
      border-radius: 3px;
      border: 1px solid #20BBFC;
      cursor: pointer;
      width: 100%; }
      body .center .button.m-10 {
        margin-bottom: 10px !important; }
      body .center .button.inverted {
        background-color: transparent;
        color: #20BBFC; }
      body .center .button:hover {
        background-color: transparent;
        color: #20BBFC; }
        body .center .button:hover.inverted {
          background-color: #20BBFC;
          color: #FFFFFF; }
      body .center .button:focus {
        outline: 0; }
    body .center .cant-login {
      width: 100%; }
      body .center .cant-login a {
        font-family: 'Noto Sans', sans-serif;
        font-size: 14px;
        color: #20BBFC;
        text-decoration: underline; }
    @media (min-height: 500px) {
      body .center {
        position: absolute;
        margin: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -20%); } }
    @media (min-height: 670px) {
      body .center {
        transform: translate(-50%, -30%); } }
  body .bottom {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%); }
    body .bottom .coockies {
      font-family: 'Noto Sans', sans-serif;
      font-size: 14px;
      align-self: end;
      color: #7C7F8D;
      margin-bottom: 7px; }
    body .bottom .copy-right {
      font-family: 'Noto Sans', sans-serif;
      font-size: 14px;
      align-self: end;
      color: #C6D1D6; }
    @media (max-height: 749px) {
      body .bottom {
        display: none; } }
  body .modal {
    overflow: visible;
    background-color: #FFFFFF;
    border-radius: 10px;
    height: 400px;
    padding: 25px 30px;
    width: 400px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    max-width: 100%; }
    body .modal .modal-icon {
      width: 100px;
      height: 100px;
      background-color: #7c7f8d;
      border-radius: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
      body .modal .modal-icon.error {
        background-color: #CC0606; }
      body .modal .modal-icon.success {
        background-color: #1DB71F; }
      body .modal .modal-icon svg {
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 70px;
        height: 70px; }
    body .modal .modal-center {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, calc(-50% - 24px));
      width: 100%; }
      body .modal .modal-center .modal-title {
        font-family: 'Noto Sans', sans-serif;
        text-align: center;
        font-size: 30px;
        margin-bottom: 18px;
        color: #000000; }
        body .modal .modal-center .modal-title.error {
          color: #CC0606; }
        body .modal .modal-center .modal-title.success {
          color: #1DB71F; }
      body .modal .modal-center .modal-message {
        font-family: 'Noto Sans', sans-serif;
        text-align: center;
        color: #000000; }
        body .modal .modal-center .modal-message.error {
          color: #CC0606; }
        body .modal .modal-center .modal-message.success {
          color: #1DB71F; }
    body .modal .btn-modal {
      font-family: 'Noto Sans', sans-serif;
      background-color: #7c7f8d;
      border: 1px solid #7c7f8d;
      color: #FFFFFF;
      border-radius: 30px;
      position: absolute;
      bottom: 25px;
      padding: 18px 20px;
      cursor: pointer;
      width: 340px;
      max-width: calc(100% - 60px); }
      body .modal .btn-modal.error {
        background-color: #CC0606;
        border: 1px solid #CC0606; }
      body .modal .btn-modal.success {
        background-color: #1DB71F;
        border: 1px solid #1DB71F; }
      body .modal .btn-modal:hover {
        background-color: transparent;
        color: #7c7f8d; }
        body .modal .btn-modal:hover.error {
          color: #CC0606; }
        body .modal .btn-modal:hover.success {
          color: #1DB71F; }
      body .modal .btn-modal:focus {
        outline: 0; }
@keyframes modalOpen {
  from {
    transform: translate(-50%, calc(-50% + 10px));
    opacity: 0; }
  to {
    transform: translate(-50%, -50%);
    opacity: 1; } }
@keyframes modalClose {
  from {
    transform: translate(-50%, -50%);
    opacity: 1; }
  to {
    transform: translate(-50%, calc(-50% + 10px));
    opacity: 0; } }
@keyframes toBlur {
  from {
    filter: blur(0); }
  to {
    filter: blur(5px); } }
@keyframes fromBlur {
  from {
    filter: blur(5px); }
  to {
    filter: blur(0); } }

/*# sourceMappingURL=login.css.map */
