body {
    background: #18779b;  
    font-family: "Arial"; 
  }
  .container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }
  .screen {       
      background: linear-gradient(90deg, #1eb1e7, #1198ca);       
      position: relative; 
      width: 360px;   
      box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
      box-sizing: border-box;
      margin: auto;
      border-radius: 4px;
      overflow: hidden;
  }
  
  .screen__content {
      z-index: 1;
      position: relative; 
      height: 100%;
  }
  .screen__content_logo {
      width: 200px;
      height: 49px;
      background-size: contain;
      background-position: left;
      background-repeat: no-repeat;
      position: relative;
      top: 0px;
      margin-bottom: 20px;
  }
  
  .screen__background {       
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      -webkit-clip-path: inset(0 0 0 0);
      clip-path: inset(0 0 0 0);  
  }
  
  .screen__background__shape {
      transform: rotate(45deg);
      position: absolute;
  }
  
  .screen__background__shape1 {
      height: 520px;
      width: 520px;
      background: #FFF;   
      top: -50px;
      right: 120px;   
      border-radius: 0 72px 0 0;
  }
  
  .screen__background__shape2 {
      height: 220px;
      width: 220px;
      background: #068dbf;    
      top: -172px;
      right: 0;   
      border-radius: 32px;
  }
  
  .screen__background__shape3 {
      height: 540px;
      width: 190px;
      background: linear-gradient(270deg, #08759d, #1eb1e7);
      top: -24px;
      right: 0;   
      border-radius: 32px;
  }
  
  .screen__background__shape4 {
      height: 400px;
      width: 200px;
      background: #068dbf;    
      top: 420px;
      right: 50px;    
      border-radius: 60px;
  }
  
  .login {
      width: calc(320px - 20px);
      padding: 30px;
      padding-top: 79px;
      min-height: 300px;
  }
  .login p {
      margin-bottom: 0px;
      margin-top: 10px;
  }
  
  .login__field {
      padding: 10px 0px;  
      position: relative; 
  }
  
  .login__icon {
      position: absolute;
      top: 0px;
      color: #7875B5;
      height: 16px;
      bottom: 0px;
      margin: auto;
      left: 10px;
  }
  
  .login__input {
      border: none;
      border-bottom: 2px solid #D1D1D4;
      background: none;
      padding: 10px;
      padding-left: 30px;
      font-weight: 700;
      transition: .2s;
      border: 1px solid #dddfe2;
      width: calc(100% - 40px);
      border-radius: 6px;
      background: #fafafa;
      line-height: 22px;
  }
  
  .login__input:active,
  .login__input:focus,
  .login__input:hover {
      outline: none;
      border-color: #6A679E;
  }
  
  .login__submit {
      background: #fff;
      font-size: 14px;
      margin-top: 30px;
      padding: 16px 20px;
      border-radius: 26px;
      border: 1px solid #1eb1e7;
      text-transform: uppercase;
      font-weight: 700;
      display: flex;
      align-items: center;
      width: 100%;
      color: #4C489D;
      box-shadow: 0px 2px 2px #1eb1e7;
      cursor: pointer;
      transition: .2s;
  }
  
  .login__submit:active,
  .login__submit:focus,
  .login__submit:hover {
      border-color: #1eb1e7;
      outline: none;
  }
  
  .button__icon {
      font-size: 24px;
      margin-left: auto;
      color: #1eb1e7;
  }
  
  .social-login { 
      display: flex;
      position: relative;
      width: 100%;
      text-align: center;
      bottom: 15px;
      right: 15px;
      color: #fff;
      clear: both;
  }
  
  .social-icons {
      display: block;
      align-items: center;
      justify-content: center;
      clear: both;
      text-align: center;
  }
  
  .social-login__icon {
      padding: 10px 10px;
      color: #1eb1e7;
      text-decoration: none;
      font-size: 20px;
      background: #fff;
      margin-right: 5px;
      width: 25px;
      border-radius: 5px;
  }
  
  .social-login__icon:hover {
      text-decoration: unset;
  }
  .regis-login {
      text-align: center;
      color: #09455b;
  }
  
  .regis-login a {
      color: #f2f5f7;
      text-decoration: unset;
  }
  .errors ul {
      margin: 0;
      padding: 15px;
      border-radius: 4px;
      background: #fff;
  }
  .errors ul li {
      list-style: none;
      color: red;
      line-height: 30px;
  }
  .signin__field {
      padding: 10px 0px;
      position: relative;
  }
  .signin__icon {
      position: absolute;
      top: 0px;
      color: #7875B5;
      height: 16px;
      bottom: 0px;
      margin: auto;
      left: 10px;
  }
  
  .signin__refesh {
      text-align: right;
      color: #fff;
  }
  
  .uto-trade-footer-mxh {
      text-align: center;
      margin-right: 5px;
      display: block;
      margin-bottom: 40px;
  }
  
  .uto-trade-footer-mxh img {
    max-width: 35px;
  }
  .uto-dk {
      font-size: 13px;
      color: #fff;
      line-height: 20px;
  }
  .uto-dk a {
      color: #09455b;
  }
  ::placeholder {
    color: #333;
    font-weight: 500;
  }
  .particles-js-canvas-el {
      position: fixed;
  }