
:root {
  --bs-body-font-family: "Roboto, sans-serif";

}

.login-wrap {
  background-color: #83B3CA;
  position: static;
}

.move-up {
      margin-bottom: -50px; 
     
  }


#resend-otp-btn {
    border: none;
    outline: none;
    box-shadow: none;
}


.text-blue{
  color: #102F5D;

}

label[for="id_new_password2"]{
  color: white;
}

label[for="id_new_password1"]{
  color: white;
}

.custom-indent {
  margin-left: 20px;
}

.login-background{
  background-image: url("../images/pro_bono_logo.png");
}

@media (width <= 429px) {
  .login-background {
    background-image: url("../images/probono_logo_sm.png");
  }
}

.toggle-switch-password:checked {
  background-color:#83B3CA ;
  border-color:#102F5D ;
}

.questions-preview{
  background-color: white !important;
}

.dashcards{
  transition: box-shadow 0.3s ease !important;
  border-radius: var(--bs-card-border-radius);

}

.form-group {
  margin-bottom: 1rem;
}

.dashcards:hover {
  box-shadow: 0 0 20px #102F5D !important; 
}

@media (max-width:767.98px) {
  .dashcards .fa-arrow-right{
    display: none;
  }
}


.login-section {
    padding: 7em 0; 
    overflow: none;
    @media (max-width:767.98px) {
    display: inline;
    }
}

.bg-login{
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
 height: 100vh;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.bg-black{
  background-color: #000;
}

.heading-section {
        font-size: 28px;
        color: #000; 
}

.img {
    background-repeat: no-repeat;
    background-position: center center; 
  }

.wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 34px -15px hsl(0deg 0% 0% / 24%);
    
 }

 li a {
  color: #83B3CA!important; 
} 

.img, .login-wrap {
  width: 100% !important;
}

@media (width <=1201.98px) {
  .img, .login-wrap {
    width: 100% !important;
    padding: 14%;
  }
}

@media (max-width: 772.98px) {
  .wrap .img {
    height: 250px;
  }
}

.sign-btn-container{
  text-align: center;
}

.btn {
  cursor: pointer;
  box-shadow: none !important;
  font-size: 15px;
  padding: 10px 20px;
  outline: 2px solid transparent;
}

.btn.btn-primary {
  background: #102F5D;
  border: 1px solid #102F5D;
  color: #fff;
}

.btn:hover,
.btn:active {
  outline-color: #007bff;
  outline-style: auto;
}

.btn:focus {
  box-shadow: 0 0 3px 2px  rgb(0 0 255 / 50%);
}

.btn.btn-primary:hover {
  border: 1px solid #102F5D;
  background: transparent;
  color: #102F5D; 
}

.btn.btn-primary.btn-outline-primary {
  border: 1px solid #102F5D;
  background: transparent;
  color: #102F5D; }

.btn.btn-primary.btn-outline-primary:hover {
  border: 1px solid transparent;
  background:#102F5D;
  color: #fff; 
}
    
.checkbox-primary input:checked ~ .checkmark:after {
  color: #e3b04b; }

  .password-container {
    position: relative;
  }
  
  .toggle_password {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  
  .form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d2d6da;
  appearance: none;
  border-radius: 0.5rem;
  transition: box-shadow 0.15s ease, border-color 0.15s ease;
}


.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.password-container {
  position: relative;
}

.form-control {
  padding-right: 15px;
}

.field-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.btn {
  min-width: 150px;
}

@media (min-width: 0px) and (max-width: 576px) {
  .btn {
    width: 100%;
  }
}