* {
  font-family: Raleway, sans-serif;
  font-weight: 400;
  font-size: 16px;    
}
body {
  background: linear-gradient(135deg, #ffffff, #9fd5ff);
  background-size: cover;
  background-position: center;
  font-family: tahoma;
  overflow: hidden;
}

.signup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 800px;
  height: 600px;
background: linear-gradient(90deg, #ffffff, #379deb);
  border-radius: 35px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: flex;
  box-shadow: 0px 0px 24px #185a8b;
}

.signup-connect,
.signup-classic {
  width: 60%;
  padding: 60px 50px;
}

.signup-connect {
  background: #a2cef0;
  color: rgb(0, 0, 0);
}

.login {
  width: 320px;
  padding: 30px;
  padding-top: 0px;
  padding-left: 50px;
}

.login__field {
  padding: 20px 0px;
  position: relative;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #00000000 inset !important;
}
.login__input {
  border: none;
  border-bottom: 2px solid #d1d1d4;
  background: none;
  padding: 10px;
  padding-left: 24px;
  font-weight: 700;
  width: 75%;
  transition: 0.2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
  outline: none;
  border-bottom-color: #28229b;
}

.login__submit {
      background: #9dc1dd;
      font-size: 14px;
      margin-top: 30px;
      padding: 16px 30px;
      border-radius: 26px;
      border: 1px solid #247dc4;
      text-transform: uppercase;
      font-weight: 700;
      display: flex;
      align-items: center;
      width: 100%;
      color: #544fb9;
      box-shadow: 0px 2px 2px #5c5696;
      cursor: pointer;
      transition: 0.2s;
  }
.login__submit:active,
.login__submit:focus,
.login__submit:hover {
  border-color: #9dc1dd;
  outline: none;
}