@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background: #191c1f;
  overflow-x: hidden;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

body::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.auth-container {
  display: flex;
  flex: auto;
  flex-direction: row;
  width: 100%;
}

.auth-sidebar {
  width: 30%;
  padding: 20px 50px;
  background: url("../images/sidebar/hero-side.gif");
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.auth-sidebar .navbar-brand {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  background-color: #000000;
  opacity: 0.8;
  padding: 8px 10px 10px;
  border-radius: 6px;
}

.auth-sidebar .navbar-brand img {
  width: 37px;
  border-radius: 6px;
  margin-right: 5px;
}

.auth-mainbar {
  width: 70%;
  margin: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100vh;
}

.auth-mainbar::-webkit-scrollbar {
  display: none;
  /* for Chrome, Safari, and Opera */
}

.auth-mainbar .auth-section {
  padding: 50px 30px;
}

.auth-mainbar .auth-section h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}

.auth-mainbar .auth-section p {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #a1a2a3;
}

.auth-mainbar .auth-section p a {
  text-decoration: none;
  color: #feda03;
}

.auth-mainbar .auth-section .auth-form {
  margin-top: 50px;
}

.auth-mainbar .auth-section .auth-form .form-group {
  margin-bottom: 25px;
}

.auth-mainbar .auth-section .auth-form .form-group .status {
  font-size: 13px;
  font-weight: 400;
  margin-top: 3px;
}

.auth-mainbar .auth-section .auth-form .form-group .status.error {
  color: #f54a4a;
}

.auth-mainbar .auth-section .auth-form .form-group .status.success {
  color: #4bb543;
}

.auth-mainbar .auth-section .auth-form .form-group label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.auth-mainbar .auth-section .auth-form .form-group input {
  width: 80%;
  background: transparent;
  border: 1px solid #3d4145;
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 10px;
  height: 50px;
}

.auth-mainbar .auth-section .auth-form .form-group select {
  width: 80%;
  background: transparent;
  border: 1px solid #3d4145;
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 10px;
  height: 50px;
}

.auth-mainbar .auth-section .auth-form .form-group select option {
  color: #ffffff;
  background: #191c1f;
}

.auth-mainbar .auth-section .auth-form .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}

.auth-mainbar .auth-section .auth-form .form-group .forgot-p {
  margin-top: 20px;
}

.auth-mainbar .auth-section .auth-form .form-group .forgot-p a {
  padding-top: 20px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  color: #feda03;
}

.auth-mainbar .auth-section .auth-form .form-button {
  margin-top: 20px;
}

.auth-mainbar .auth-section .auth-form .form-button .btn {
  width: 80%;
  height: 50px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #ffffff;
  background: #3d4145;
  border: 0 solid #3d4145;
}

#verifyEmail {
  display: none;
}

.portal-window {
  position: fixed;
  z-index: 1030;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: #191c1f;
  background: rgba(25, 28, 31, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

#verifyEmail .form-group input {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-align: center;
  height: 60px;
  background: #222528;
  color: #ffffff;
  border: 0 solid transparent;
  border-radius: 10px;
}

#verifyEmail .form-group input:focus {
  box-shadow: none;
  outline: none;
}

/* Portal Content/Box */
.portal-window-content {
  color: #ffffff;
  background: #1e2025;
  border: 1px solid #3d4145;
  margin: auto;
  padding: 20px 15px;
  border-radius: 20px;
  width: 30%;
} 

.upload-portal {
  padding: 15px;
}

.upload-portal .title {
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}

.upload-portal .sub-title {
  font-size: 15px;
  font-weight: 500;
  color: #e9e9e9;
  margin-bottom: 5px;
}

.upload-portal .sub-note {
  font-size: 12px;
  font-weight: 400;
  color: #a3a3a5;
  margin-bottom: 30px;
}

.upload-portal .btn {
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 12px 25px;
  text-align: center;
  border-radius: 15px;
}

.upload-portal .btn.btn-outline {
  margin-top: 20px;
  background: transparent;
  color: #ffffff;
  border: 1px solid #303336;
}

@media only screen and (max-width: 900px) {
  .auth-container {
    display: flex;
    flex: auto;
    flex-direction: row;
    width: 100%;
  }

  .auth-sidebar {
    width: 35%;
    padding: 20px 20px;
    background: url("../images/sidebar/hero-side.gif");
    height: 100vh;
    background-position: top center;
    background-size: cover
  }

  .auth-sidebar .navbar-brand {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    opacity: 0.8;
    padding: 8px 10px 10px;
    border-radius: 6px;
  }

  .auth-sidebar .navbar-brand img {
    width: 35px;
    border-radius: 6px;
    margin-right: 5px;
  }

  .auth-mainbar {
    width: 65%;
    margin: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100vh;
  }

  .auth-mainbar .auth-section {
    padding: 50px 20px;
  }

  .auth-mainbar .auth-section h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .auth-mainbar .auth-section p {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .auth-mainbar .auth-section .auth-form {
    margin-top: 50px;
  }

  .auth-mainbar .auth-section .auth-form .form-group {
    margin-bottom: 25px;
  }

  .auth-mainbar .auth-section .auth-form .form-group .status {
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
  }

  .auth-mainbar .auth-section .auth-form .form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .auth-mainbar .auth-section .auth-form .form-group input {
    width: 90%;
    font-size: 14px;
  }

  .auth-mainbar .auth-section .auth-form .form-group select {
    width: 90%;
    padding: 10px 20px;
    font-size: 14px;
    height: 50px;
  }

  .auth-mainbar .auth-section .auth-form .form-group .forgot-p {
    margin-top: 20px;
  }

  .auth-mainbar .auth-section .auth-form .form-group .forgot-p a {
    font-size: 15px;
  }

  .auth-mainbar .auth-section .auth-form .form-button {
    margin-top: 20px;
  }

  .auth-mainbar .auth-section .auth-form .form-button .btn {
    width: 90%;
    font-size: 15px;
  }

  /* Portal Content/Box */
  .portal-window-content {
    margin: auto;
    padding: 20px 15px;
    width: 50%;
  }

  .upload-portal .title {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .upload-portal .sub-title {
    font-size: 15px;
  }

  .upload-portal .sub-note {
    font-size: 12px;
    margin-bottom: 30px;
  }


  .upload-portal .btn {
    font-size: 15px;
    padding: 12px 25px;
  }

  .upload-portal .btn.btn-outline {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .auth-container {
    display: flex;
    flex: auto;
    flex-direction: column;
    width: 100%;
  }

  .auth-sidebar {
    width: 100%;
    padding: 20px 20px;
    background: url("../images/sidebar/hero-side.gif");
    height: 20vh;
    background-position: center top;
    background-size: cover;
  }

  .auth-sidebar .navbar-brand {
    font-size: 18px;
    border-radius: 6px;
  }

  .auth-sidebar .navbar-brand img {
    width: 30px;
    border-radius: 5px;
    margin-right: 5px;
  }

  .auth-mainbar {
    width: 100%;
    margin: 0 0 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }

  .auth-mainbar .auth-section {
    padding: 30px 20px 50px;
  }

  .auth-mainbar .auth-section h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }

  .auth-mainbar .auth-section p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
  }

  .auth-mainbar .auth-section .auth-form {
    margin-top: 50px;
  }

  .auth-mainbar .auth-section .auth-form .form-group {
    margin-bottom: 25px;
  }

  .auth-mainbar .auth-section .auth-form .form-group .status {
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
  }

  .auth-mainbar .auth-section .auth-form .form-group label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .auth-mainbar .auth-section .auth-form .form-group input {
    width: 100%;
    font-size: 14px;
  }

  .auth-mainbar .auth-section .auth-form .form-group select {
    width: 100%;
    padding: 10px 20px;
    font-size: 14px;
    height: 50px;
  }

  .auth-mainbar .auth-section .auth-form .form-group .forgot-p {
    margin-top: 20px;
  }

  .auth-mainbar .auth-section .auth-form .form-group .forgot-p a {
    font-size: 15px;
  }

  .auth-mainbar .auth-section .auth-form .form-button {
    margin-top: 20px;
  }

  .auth-mainbar .auth-section .auth-form .form-button .btn {
    width: 100%;
    font-size: 15px;
  }

  /* Portal Content/Box */
  .portal-window-content {
    margin: auto;
    padding: 20px 15px;
    width: 70%;
  }


  .upload-portal .title {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .upload-portal .sub-title {
    font-size: 14px;
  }

  .upload-portal .sub-note {
    font-size: 12px;
    margin-bottom: 30px;
  }

  .upload-portal .btn {
    font-size: 14px;
    padding: 12px 25px;
  }

  .upload-portal .btn.btn-outline {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 535px) {

  /* Portal Content/Box */
  .portal-window-content {
    background: #1e2025;
    margin: auto;
    padding: 20px 10px;
    width: 80%;
  }
}

/* mobile screen three */
@media only screen and (max-width: 414px) {

  /* Portal Content/Box */
  .portal-window-content {
    background: #1e2025;
    margin: auto;
    padding: 20px 10px;
    width: 90%;
  }
}