.login-bg-for
{background-image: url(../img/cw-img/login.jpg);
  height: 90vh;
  background-size: cover;}
  .login-box-for h2 span
  {font-weight: 300;}   
  .login-box-for
  {    background: #ffffffa6;
    border-radius: 20px;
    padding: 50px 50px;
    margin-top: 130px;} 
    .login-box-for input
    {
      width: 100%;
      margin-bottom: 20px;
      padding: 8px 9px;
      border: none;
      border-radius: 11px;
    }   
    .login-box-for button {
      width: 100%;
      background: #eb3a76;
      border: none;
      margin-bottom: 10px;
      padding: 8px 9px;
      border: none;
      border-radius: 11px;
      color: #fff;
      font-size: 19px;
      transition: 1s;
  }
  .login-box-for button:hover {
    width: 100%;
    background: #c70043;
    border: none;
    margin-bottom: 10px;
    padding: 8px 9px;
    border: none;
    border-radius: 11px;
    color: #fff;
    font-size: 19px;
    transition: 1s;
}

  .login-box-for h2{margin-bottom: 30px;}
  .or{margin-top: -47px;
    color: #000;}
  .login-box-for hr {
    margin: 2rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25;
}

.dropbtn {
  background-color: #ffffff;
  color: black;
  padding: 16px;
  font-size: 16px;
  border: none;

}

.dropdown {
position: relative;
display: inline-block;
float: right;
margin-top: -20px;
}

.dropdown-content {
display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 95px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  z-index: 1;
}

.dropdown-content a {
color: #484848;
padding: 7px 16px;
  text-decoration: none;
  display: block;
  font-weight: 200;
  font-size: 14px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
display: block;
}

.dropdown:hover .dropbtn {
background-color: #ccc;
}


.t-btn
{
  width: 100% !important;
  background:  #00acee !important;
  border: none !important;
  margin-bottom: 15px !important;
  padding: 8px 9px !important;
  border: 1px solid #bababa !important;
  border-radius: 11px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  transition: 1s;
}

.t-btn:hover {
  width: 100% !important;
  background: #00acee7a !important;
  border: none !important;
  margin-bottom: 15px !important;
  padding: 8px 9px !important;
  border: 1px solid #bababa !important;
  border-radius: 11px !important;
  color: #ffffff !important;
  font-size: 15px !important;
  transition: 1s;
}










.file-upload input[type='file'] {
  display: none;
}
  /* .rounded-lg {
  border-radius: 1rem;
} */

.custom-file-label.rounded-pill {
  border-radius: 50rem;
}

.custom-file-label.rounded-pill::after {
  border-radius: 0 50rem 50rem 0;
}

.btn-primary-copy {
    color: #6c7985;
    background-color: #ffffff;
    border-color: #dddddd;
    width: 100%;
    border-radius: 7px !important;
    padding: 6px 5px;
    font-weight: 600;
}
.btn-primary-copy i{margin-right: 10px;}







