
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", serif;
  }

  /* Login Form CSS */

  html,body{
    justify-content: center;
    height: 100%;
    width: 100%;
    /* background: #E4E9F7; */
    /* background-image: linear-gradient(155deg, #cfd9df 30%, #e2ebf0 70%); */
    /* background-image: linear-gradient(155deg, #c1dfc4 30%, #deecdd 100%); */
    background-image: linear-gradient(155deg, #accbee 0%, #e7f0fd 100%);
  }

  ::selection{
    background: #1903ac;
    color: #fff;
  }
  .header{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 25%;
  }
  .header .icon{
    display: flex;
    align-items: center;
    justify-content: right;
    float: left;
    height: 100%;
  }
  .header img{
    width: 8vw;
    height: 8vw;
  }
  .header .title{
    height: 100%;
    display: flex;
    align-items: center;
    float: left;
    text-align: left;
  }
  .header .title h1{
    font-size: 4vw;
    font-weight: 900;
    color: #000041;
    padding-left: 3vw;
  }

  .wrapper{
    margin: auto;
    width: 25vw;
    height: 25vw;
    background: #e0e9f7;
    border-radius: 1vw;
    box-shadow: 0px 15px 20px rgba(50, 53, 247, 0.541);
  }
  .wrapper .title{
    width: 100%;
    height: 6vw;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    border-radius: 1vw 1vw 0 0;
    background: #000041;
  }
  .wrapper .title h1{
    font-size: 2vw;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
  }
  .wrapper .form-body{
    width: 100%;
    height: 75%;
    padding-left: 3vw;
    padding-right: 3vw;
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .wrapper form{
    width: 100%;
    height: 100%;
    margin-top: 4vw;
  }
  .wrapper form .field{
    height: 20%;
    width: 100%;
    margin-top: 0.3vw;
  }
  .wrapper form .field label{
    width: 100%;
    pointer-events: none;
  }
  .wrapper h2{
    color: #000000;
    font-weight: 700;
    font-size: 0.8vw;
    padding-left: 0.6vw;
  }
  .wrapper form .field input{
    height: 2.3vw;
    width: 100%;
    font-size: 0.7vw;
    margin-top: 0.15vw;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
    border: 1px solid lightgrey;
    border-radius: 0.5vw;
  }
  .wrapper form .field input:hover{
    background-color: #c7d2e3;
    
  }
  .wrapper form .field input:focus,
  form .field input:valid{
    border-color: #1d1b31;
    border-width: 0.2vw;
    background-color: #fff;
  }
  form .content{
    display: inline;
    width: 100%;
    height: 1vw;
    /* font-size: 1vw; */
  }
  form .content .checkbox{
    display: flex;
    float: left;
  }
  form .content input{
    display: flex;
    width: 0.6vw;
    height: 0.6vw;
    margin-left: 0.5vw;
    margin-top: 0.15vw;
    background: red;
    justify-content: center;
    align-items: center;
  }
  form .content label{
    color: #262626;
    user-select: none;
    padding-left: 0.2vw;
    font-size: 0.7vw;
  }
  form .content .forgot-pass{
    display: inline-block;
    float: right;
    margin-right: 0.2vw;
    font-size: 0.7vw;
  }
  form .field input[type="submit"]{
    color: #fff;
    border: none;
    margin-top: 1.5vw;
    font-size: 1.2vw;
    font-weight: 500;
    cursor: pointer;
    background: #000041;
    transition: all 0.3s ease;
  }
  form .signup-link{
    color: #262626;
    margin-top: 0.7vw;
    text-align: center;
    font-size: 0.7vw;
  }
  form .pass-link a,
  form .signup-link a{
    color: darkblue;
    text-decoration: underline;
  }
  form .pass-link a:hover,
  form .signup-link a:hover{
    text-decoration: underline;
  }

  @media (max-width:1170px){
    .header{
      display: flex;
      justify-content: center;
      width: 100%;
      height: 25%;
    }
    .header .icon{
      display: flex;
      align-items: center;
      justify-content: right;
      float: left;
      height: 100%;
    }
    .header img{
      width: 12vw;
      height: 12vw;
    }
    .header .title{
      height: 100%;
      display: flex;
      align-items: center;
      float: left;
      text-align: left;
    }
    .header .title h1{
      font-size: 5.5vw;
      font-weight: 900;
      color: #000041;
      padding-left: 3vw;
    }
    .wrapper{
      width: 45vw;
      height: 45vw;
    }
    .wrapper .title{
      height: 11vw;
    }
    .wrapper .title h1{
      font-size: 4.5vw;
    }
    .form-body form{
      margin-top: 6vw;
      padding-left: 3vw;
      padding-right: 3vw;
    }
    .form-body h2{
      font-size: 1.8vw;
      margin-bottom: 0.2vw;
      margin-top: 1.4vw;
    }
    .form-body form .field input{
      width: 100%;
      height: 4.4vw;
      font-size: 1.6vw;
    }
    form .field input[type="submit"]{
      margin-top: 2.5vw;
      font-size: 2vw;
    }
    form .content input{
      display: flex;
      width: 1.3vw;
      height: 1.3vw;
      margin-left: 0.5vw;
      margin-top: 0.6vw;
      background: red;
      justify-content: center;
      align-items: center;
    }
    form .content label{
      color: #262626;
      user-select: none;
      margin-top: 0.48vw;
      padding-left: 0.2vw;
      font-size: 1.2vw;
    }
    form .content .forgot-pass{
      margin-top: 0.45vw;
      margin-right: 0.2vw;
      font-size: 1.2vw;
    }
    form .signup-link{
      margin-top: 1.8vw;
      font-size: 1.2vw;
    }
  }

  @media (max-width:600px) {
    .header{
      display: inline-block;
      justify-content: center;
      text-align: center;
    }
    .header .icon{
      display: inline-block;
      float: none;
      justify-content: center;
      align-items: center;
      height: 40%;
      margin-top: 10vw;
      padding-top: 10vw;
    }
    .header img{
      width: 14vw;
      height: 14vw;
      justify-content: center;
      align-items: center;
    }
    .header .title{
      width: 100%;
      height: 100%;
      display: flex;
      align-items: flex-start;
      justify-content: center;
      float: none;
      text-align: center;
    }
    .header .title h1{
      font-size: 6vw;
      font-weight: 900;
      color: #000041;
      padding-left: 0vw;
      text-align: center;
    }
    .wrapper{
      margin-top: 10vw;
      width: 55vw;
      height: 60vw;
    }
    .wrapper .title{
      height: 10vw;
    }
    .wrapper .title h1{
      font-size: 4vw;
    }
    .form-body form{
      margin-top: 15vw;
      padding-left: 3vw;
      padding-right: 3vw;
    }
    .form-body h2{
      font-size: 2.5vw;
      margin-bottom: 0.2vw;
      margin-top: 1.4vw;
    }
    .form-body form .field input{
      width: 100%;
      height: 5.5vw;
      font-size: 2vw;
    }
    form .field input[type="submit"]{
      margin-top: 3.5vw;
      font-size: 2vw;
    }
    form .content{
      margin-top: 1.8vw;
    }
    form .content input{
      display: flex;
      width: 1.5vw;
      height: 1.5vw;
      margin-left: 0.5vw;
      margin-top: 0.5vw;
      background: red;
      justify-content: center;
      align-items: center;
    }
    form .content label{
      color: #262626;
      user-select: none;
      padding-left: 0.2vw;
      font-size: 1.2vw;
    }
    form .content .forgot-pass{
      margin-right: 0.2vw;
      font-size: 1.2vw;
    }
    form .signup-link{
      margin-top: 1.8vw;
      font-size: 1.2vw;
    }
  }