body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  background: #000;
}
.green {
  color: #2ecc71;
}
.call-body {
  padding: 25px;
  text-align: center;
  width: 220px;
  border-radius: 10px;
  height: 200px;
  background: #fff;
  position: absolute;
  top: 35%;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.call-hint p {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
button {
  all: unset;
  cursor: pointer;
}
.receive-btn {
  margin-right: 40px;
}
#answercall img {
  border-radius: 50%;
}
.caller-image {
  margin-bottom: 10px;
}
.call-btn {
  margin-top: 30px;
}
.main-body {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
video {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}
.login-form {
  box-shadow: 0px 0px 30px #0000002b;
  padding: 20px;
  justify-content: center;
  position: fixed;
  top: 10%;
  width: 350px;
  height: 67%;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 10px;
  display: none;
}
.bg-gray {
  background: #e5e5e5;
  padding: 10px;
}
.bg-gray p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.form_img {
  width: 180px;
}
.form_para p {
  text-align: center !important;
  margin-bottom: 20px;
  font-size: 16px;
}
.form_img img {
  width: 100%;
}
.login-form h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #2b044d;
  margin: 5px 0px;
}
.login-img h3 {
  margin-right: 30px;
}
.mega-login-btn p {
  font-size: 18px;
  font-weight: 400;
}
strong {
  color: #2b044d;
  font-size: 18px;
}
.text-center {
  text-align: center !important;
}
.login-img {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: #58c2fc;
  padding: 0px 10px;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  cursor: pointer;
}
.forminput {
  width: 100%;
  height: 40px;
  border: 1px solid #22c55e;
  padding: 0px 10px;
  box-sizing: border-box;
  margin-top: 10px;
  margin: 10px 0px;
  font-size: 16px;
  border-radius: 5px;
}
.inputbtn {
  width: 100%;
  height: 50px;
  background: #22c55e;
  color: #fff;
  font-size: 16px;
  margin: 10px 0px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.forminput:focus {
  outline: none;
}
.login-form {
  padding-bottom: 50px;
}
.login-form h2 {
  text-align: center;
}

video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  z-index: -1;
}

/* responsive css */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .login-form {
    top: 4%;
    width: 300px !important;
    height: 85% !important;
    overflow: hidden;
  }
}
