body {
  width: 100%;
  height: 100vh;
  overflow: hidden;

  background: rgb(115, 0, 173);
  background: -moz-linear-gradient(0deg, rgba(115, 0, 173, 1) 0%,
      rgba(121, 4, 178, 1) 19%,
      rgba(125, 7, 181, 1) 43%,
      rgba(210, 74, 255, 1) 100%);

  background: -webkit-linear-gradient(0deg, rgba(115, 0, 173, 1) 0%,
      rgba(121, 4, 178, 1) 19%,
      rgba(125, 7, 181, 1) 43%,
      rgba(210, 74, 255, 1) 100%);

  background: linear-gradient(0deg, rgba(115, 0, 173, 1) 0%,
      rgba(121, 4, 178, 1) 19%,
      rgba(125, 7, 181, 1) 43%,
      rgba(210, 74, 255, 1) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7300ad", endColorstr="#d24aff", GradientType=1);
}

.modal {
  background: rgba(0, 0, 0, 0.6);
}

.navbar-auth {
  background: #730195;
  padding: 0px;
  padding-right: 30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.navbar-auth .logo-brand {
  display: none !important;
}

.navbar-nav {
  padding: 0px !important;
}

.navbar-nav li {
  border: none;
  padding: 0px !important;
  margin: 0px !important;
}

.navbar-nav a:hover {
  color: gold !important;
}

.img-roll {
  width: 40%;
  animation: roll 5s linear infinite;
}

@keyframes roll {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.img-hero {
  width: 70%;
  margin-top: -50px;
  margin-left: 150px;
}

.img-hero-mobile,
.button-on-mobile,
.login-page {
  display: none;
}

.img-city {
  width: 80%;
  position: fixed;
  bottom: 0;
  left: 0;
  margin-left: -100px;
  z-index: -9999;
  opacity: 0.07;
}

.box-form {
  border: white solid 3px;
  width: 55%;
  margin: 0px auto;
  padding: 75px 10px 50px 10px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 15px white;
}

.auth-register .box-form {
  border: white solid 3px;
  width: 55%;
  margin: 0px auto;
  padding: 75px 10px 30px 10px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 15px white;
}

.box-form h3 {
  font-weight: 800;
  font-size: 32px;
  letter-spacing: 1px;
  background: linear-gradient(to right, orange, #f8f800);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.auth-login .box-form h4 {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 5px;
  color: white;
  margin-bottom: 0px;
}

.auth-register .box-form h4 {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: 2px;
  color: white;
  margin-bottom: 0px;
}

.box-form input {
  padding-left: 50px;
}

#registerForm .col {
  position: relative;
}

.form-icon {
  color: #9F0EC8;
  position: absolute;
  font-size: 25px;
  margin-top: 6px;
  margin-left: 12px;
}

.button-login {
  border-top: white solid 2px;
}

.button-login button {
  border: white solid 2px;
  border-radius: 50px;
  margin-bottom: 20px;
  color: #9F0EC8;
  font-weight: 700;
  font-size: 18px;
}

.img-login-logo {
  width: 150px;
  margin-bottom: -60px;
}

.button-login button:hover {
  border: white solid 2px;
  color: black;
}

.bayangan {
  background: white;
  height: 10px;
  width: 150px;
  margin: 0px auto;
  border-radius: 50%;
  box-shadow: 0px 0px 10px white;
  margin-top: 50px;
}

.box-join-room {
  width: 55%;
  margin: 0px auto;
  border-radius: 15px;
}

.box-join-room input {
  padding-left: 55px;
}

.upload-foto {
  border: solid 3px white;
  border-radius: 10px;
  margin-bottom: 30px;
  padding-top: 20px;
  color: white;
  letter-spacing: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.upload-foto:hover {
  background: #730195;
  color: white;
}

.box-one {
  margin-left: 120px;
}

.img-download {
  width: 75%;
}

.auth-download .img-logo {
  width: 220px;
  margin-bottom: 40px;
}

.btn-dowload {
  display: block;
  width: 40%;
  border: solid 2px white;
  border-radius: 50px;
  font-size: 28px;
  padding: 5px 50px;
  text-align: center;
  margin: 10px auto 20px auto;
}

.logo-playstore {
  width: 30px;
  margin-top: -5px;
  margin-right: 10px;
}

.img-name {
  width: 70%;
}

.btn-dowload:hover {
  color: #9F0EC8;
}

.text-back-login a:hover {
  color: gold !important;
}

.btn-login-info a:hover {
  color: black !important;
}

.text-forgot-password:hover {
  color: gold !important;
}

.img-lock {
  width: 60%;
}

.forgot-page h2 {
  font-weight: 700;
  color: gold;
  letter-spacing: 1px;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.8);
}

.forgot-page h6 {
  color: white;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.forgot-page .col-5 {
  margin-right: 100px;
}

.forgot-page button {
  color: #730195;
  letter-spacing: 1px;
  border: solid 2px white;
  border-radius: 50px;
}

.forgot-page button:hover {
  color: black;
  border: solid 2px white;
}

.forgot-page .fa-envelope {
  position: absolute;
  margin-top: -40px;
}

.forgot-page a:hover {
  color: gold !important;
}

.forgot-page .forgot-form {
  position: relative;
}

.reset-page .fa-unlock-alt {
  position: absolute;
  margin-top: -40px;
}

.reset-page .fa-user-circle {
  position: absolute;
  margin-top: -31px;
}

.reset-page div.my-3 {
  position: relative;
}

.reset-page div.my-3 button {
  border-radius: 5px;
  border: none;
}

.reset-page h2 {
  font-weight: 700;
  color: gold;
  letter-spacing: 1px;
  text-shadow: 5px 5px 8px rgba(0, 0, 0, 0.8);
}

.reset-page h6 {
  color: white;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.reset-page button {
  color: #730195;
  /* letter-spacing: 1px; */
  border: solid 2px white;
  border-radius: 50px;
}

.reset-page button:hover {
  color: black;
  border: solid 2px white;
}

.reset-page a:hover {
  color: gold !important;
}

.btn-join-modal {
  border: solid 1px #9F0EC8 !important;
}

.btn-join-modal:hover {
  color: black;
}

.img-modal-preview {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}

.cropper-view-box,
.cropper-face {
  border-radius: 50%;
}

.preview-foto {
  width: 200px;
  margin: 0px auto;
  margin-bottom: 15px;
}

.btn-change-foto {
  background: #730195;
  color: white;
  font-size: 14px;
  margin: 0px auto;
  margin-bottom: 25px;
  padding: 2px 0px;
  letter-spacing: 0.5px;
  width: 130px;
  border-radius: 50px;
}

.preview-foto-join {
  display: none;
}

.box-join-room .error-join {
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
}

.box-about {
  border: #1d1d1d81 solid 2px;
  width: 55%;
  margin: 0;
  padding: 15px 10px 50px 10px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 15px rgba(24, 24, 24, 0.517);
  color: rgb(249, 249, 249);
  background: rgba(0, 0, 0, 0.366);
}

.box-about h1 {
  font-size: 28px;
}

.about-container {
  margin: 150px 0 80px 0;
}

.about-content {
  padding: 0 70px;
}

.about-content p {
  text-indent: 40px;
}

.btn-email {
  margin-top: 50px;
  text-align: center;
  border-top: white solid 2px;
  padding-top: 40px;
}

.btn-email button {
  color: white;
  width: 250px;
  letter-spacing: 2px;
}

.copyright {
  width: 100%;
  color: white;
  background: #61097c;
  text-align: center;
  padding: 15px 0;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}

.btn-help {
  box-shadow: unset !important;
  padding: 0px !important;
}


@media (min-width: 576px) and (max-width: 850px) {

  .navbar-auth {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .auth-login {
    height: auto !important;
    overflow-y: auto !important;
  }

  .auth-register,
  .auth-joinmeeting,
  .auth-download {
    display: block;
    width: 100vw;
    height: auto !important;
    overflow: auto !important;
    margin: 0px;
  }

  .auth-register {
    margin: 20px;
  }

  .auth-register .register-form-container {
    width: 100vw !important;
    margin: 0px;
    margin-top: 90px !important;
  }

  .auth-register .img-login-logo {
    width: 15vw !important;
  }

  .auth-register .box-form {
    width: 80vw;
  }

  .auth-register .bayangan {
    display: none;
  }

  .auth-joinmeeting .box-join-room {
    margin-top: 120px;
    width: 90vw;
  }

  .auth-joinmeeting .upload-foto {
    height: 180px;
  }

  .auth-download .img-logo {
    display: none;
  }

  .auth-download {
    margin-top: 100px;
  }

  .auth-download .img-download {
    width: 50vw;
  }

  .auth-download .box-one {
    position: absolute;
    width: 100vw;
    padding: 0px !important;
    margin: 0px !important;
  }

  .auth-download .box-one {
    position: absolute;
    margin-top: 400px !important;
  }

  .auth-download .box-one .mt-5 {
    margin-top: 20px !important;
  }

  .auth-download .img-name {
    width: 40vw;
    margin-top: -30px;
  }

  .auth-download .btn-dowload {
    width: 50vw;
  }

  .auth-download .btn-dowload {
    margin-top: 20px;
    width: 40vw;
    padding: 10px 0px;
    font-size: 16px;
  }

  .auth-download .btn-dowload img {
    width: 20px;
    margin-top: -1px;
  }

  .auth-download .btn-dowload i {
    margin-top: -8px !important;
    vertical-align: middle;
  }

  .about-tablet {
    display: flex !important;
    /* position: absolute; */
    width: 100vw;
    padding: 0px !important;
    margin: 0px !important;
  }

  .about-tablet .about-container {
    position: relative;
    width: 100vw !important;
    margin-top: 80px;
  }

  .about-tablet .box-about {
    width: 90% !important;
  }

  .about-contact {
    margin-top: 100px !important;
    /* padding-left: 0px !important; */
  }

  .about-contact .box-about {
    padding: 0 10px 30px 10px;
    width: 90vw;
  }

  .contact-content {
    padding-right: unset !important;
  }






  /* End tablet */
}