.cont {
  width: 50%;
  height: 85vh;
  background: white;
  position: relative;
  display: inline-block;
  color: #194171;
  margin-right: 25%;
  margin-top: 7.5vh;
  border-radius: 10px;
}

.cont .bi-x {
  position: absolute;
  top: 2%;
  left: 5%;
  font-size: 30px;
  color: #194171;
  /* display: none; */
}

.cont h2 {
  margin-top: 7%;
  margin-right: 5%;
  font-size: 18px;
}

.cont form {
  width: 90%;
  margin-top: 2%;
  margin-left: 5%;
  height: auto;
  padding-bottom: 2vh;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #bbb;
}

.cont form label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1%;
}

.cont form label:last-of-type {
  margin-top: 5%;
}

.cont form input {
  height: 6vh;
  border: none;
  outline: none;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 14px;
  color: #194171;
}

.cont form input::placeholder {
  color: #194171;
}

.cont form button {
  margin-top: 8%;
  height: 6vh;
  color: white;
  background: #194171;
  border: none;
  outline: none;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
}

.cont form .remmber {
  margin-top: 5%;
  text-decoration: none;
  color: #194171;
  font-weight: bold;
  font-size: 14px;
}

.cont .ruges {
  width: 90%;
  margin-left: 5%;
  margin-top: 3%;
  /* background: red; */
}

.cont .ruges p {
  font-weight: bold;
}

.cont .ruges a {
  width: 100%;
  height: 5vh;
  background: #194171;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 15px;
  margin-top: 1%;
}

@media (max-width: 720px) {
  .cont {
    width: 100%;
    height: 100vh;
    background: white;
    position: relative;
    display: inline-block;
    color: #194171;
    margin: 0;
    border-radius: 0;
  }

  .cont .bi-x {
    position: absolute;
    top: 2%;
    left: 5%;
    font-size: 30px;
    color: #194171;
  }

  .cont h2 {
    margin-top: 7%;
    margin-right: 5%;
    font-size: 18px;
  }

  .cont form {
    width: 90%;
    margin-top: 2%;
    margin-left: 5%;
    height: auto;
    padding-bottom: 2vh;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #bbb;
  }

  .cont form label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1%;
  }

  .cont form label:last-of-type {
    margin-top: 5%;
  }

  .cont form input {
    height: 6vh;
    border: none;
    outline: none;
    background: #f5f5f5;
    border-radius: 50px;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 14px;
    color: #194171;
  }

  .cont form input::placeholder {
    color: #194171;
  }

  .cont form button {
    margin-top: 8%;
    height: 6vh;
    color: white;
    background: #194171;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 50px;
    font-size: 16px;
  }

  .cont form .remmber {
    margin-top: 5%;
    text-decoration: none;
    color: #194171;
    font-weight: bold;
    font-size: 14px;
  }

  .cont .ruges {
    width: 90%;
    margin-left: 5%;
    margin-top: 3%;
    /* background: red; */
  }

  .cont .ruges p {
    font-weight: bold;
  }

  .cont .ruges a {
    width: 100%;
    height: 5vh;
    background: #194171;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 15px;
    margin-top: 1%;
  }
}