body {
  font-family: "Inter", sans-serif;
}

button {
  background-color: #1b97f3;
}

.padd {
  height: 700px;
  margin-top: 30px;
  bottom: 50px;
}

.meet {
  margin-top: -20px;
}

.white {
  color: white;
}

.accept {
  margin-top: 20px;
}

.signin {
  text-align: center;
}

.footer {
  margin-bottom: 30px;
}

.login {
  background-color: #0c4b7b;
}

/* ==========================================================================
  VERIFICATION PAGE
  ========================================================================== */

.maintext {
  font-size: 25px;
  font-family: Arial;
  font-weight: bold;
  color: black;
  text-align: center;
}

.paragh {
  color: black;
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}

.resend {
  background-color: #156fb5;
  color: white;
  border: none;
  padding: 10px 30px;
  border-radius: 20px;

  /* Place this button in center vertically and horizontally */
  margin: 0 auto;
  display: block;
}
.resend:hover {
  background-color: #063050;
}
.logo {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.pwd_title {
  text-align: center;
}

.fgt_pwd {
  margin-top: 30px;
}

.resetD {
  position: absolute;
  left: 50%;

  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* For the mobile */

@media (max-width: 768px) {
  .bgP {
    width: 100%;
    height: 550px;

    /* Place 
    
    this box in center vertically and horizontally */
  }

  .verify_container {
    width: 80%;
    /* Place this box in center vertically and horizontally */
    position: absolute;
    left: 50%;

    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

/* For the Desktop */

@media (min-width: 768px) {
  .bgP {
    background-color: aliceblue;
    width: 50%;
    height: 550px;
    border-radius: 10px;
    /* Place this box in center vertically and horizontally */
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .verify_container {
    width: 90%;
    /* Place this box in center vertically and horizontally */
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.image_meet {
  width: 420px;
}

.meet_2 {
  width: 420px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.hidden {
  display: none;
}

.push {
  margin-top: 70px;
}
.linkcss {
  color: rgb(242, 74, 74);
}
