/* login-page start */

      
.btn {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  padding: 20px 40px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  color: #fff;
  border: none;
  outline: 0;
  background: #34428d;
  appearance: none;
  min-width: 220px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover{
  color: #fff;
}


.btn.white {
  background: transparent;
  border: 1px solid #34428d;
  color: #4e575d;
  padding: 15px 10px;
  text-align: center;
  min-width: 168px;
}
.btn.white:hover {
  color:#34428d;
}



.sidebar-container {
  /* background: #fff; */
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  /* transform: translateX(150%); */
  transition: .5s;
  z-index: 9999;
  display: block;
  padding: 25px;
  padding-top: 50px !important;
  
}


.sidebar-container.move-to-left {
  transform: translateX(0);
}

.sidebar-container::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 150%;
  height: auto;
  z-index: 1;
  right: -50%;
  top: 0;
  border-left: 2px solid #34428d;
}

.sidebar-close-btn {
  position: absolute;
  z-index: 3;
  color: #fff;
  right: 20px;
  top: 16px;
  font-size: 20px;
  transform: scaleX(1.3);
  width: 26px;
  height: 35px;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #34428d;
  cursor: pointer;
}

.login {
  width: 100%;
  position: relative;
  text-align: center;
}

.login-logo {
  width: 100px;
  position: relative;
  z-index: 3;

}

input:focus {
  color: #495057;
  background-color: #fff;
  border-color: #34428d9c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(135 153 247 / 27%);
}


.login h2{
  font-size: 25px;
  color: #34428d;
  z-index: 4;
  position: relative;
  font-family: "Optima nova LT Pro";
}
.form-group{
  position: relative;
  z-index: 3;

}

.w-45{
  width: 35% !important;
}
.form-group h2 {
  font-weight: bold;
  font-size: 20px;
  padding: 0;
}
.form-group input {
  background: transparent;
  border: 1px solid #34428d;
  color: #4e575d;
  padding: 15px 10px;
  text-align: left;
  border-radius: 0.25rem;
  margin: 0 5px;
}
.container input:checked ~ .checkmark {
  background-color: #34428d;
}
.form-group button {
  min-width: 150px !important;
}
.color-btn{
  background-color: #34428d !important;
  color: #fff !important;
  border: 1px solid #34428d;
}
.color-btn:hover{
  background-color: #fff !important;
  color: #34428d !important;
}

select#country {
  border: 1px solid #34428d;
  background: #fff;
  color: #222;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 16px;
  height: 40px;
  padding: 0 5px 0 10px;
  width: 100%;
  margin-left: 6px;
  border-radius: 5px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #34428d9c;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(135 153 247 / 27%);
}






.toast-error {
  background-color: red !important;
}

/* .toast-warning {
  background-color: red !important;
} */

.w-49{
  width: 49% !important;
}


/* login page modal */

.modal {
  z-index: 9999999;
}



.modal-body form h1 {
  font-size: 25px;
  color: #34428d;
}

/* login page modal end */



/* login-page end */