.btn-gazna{
  width: 100%;
  font-size: 18px;
  background-color: #934B97;
  color: #ffffff;
  border: none;
  cursor: pointer;
  height: 50px;
}
body{
  background-image: url('/admin/img/login-new-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(246,246,244);

}

.custom-org-button {
  background-color: #934B97;
  border-color: #934B97;
}

.custom-org-button:hover {
  background-color: #934B97;
  border-color: #934B97;
}

.user-profile {
  text-align: center;
}

.user-profile img {
  max-width: 150px;
  height: auto;
  border-radius: 50%;
}

.navbar-light .navbar-brand img {
  mix-blend-mode: darken;
}

.login_block {
  height: 90vh;
  display: flex;
  align-items: center;
}

.login_block .card-header {
  background: transparent;
  border: none;
}

.login_block .card-header h4 {
  font-weight: 600;
  font-size: 30px;
}

.login_block .card {
  box-shadow: 0px 5px 39px 0px #99ABC633;
  border: none;
  padding: 40px 50px 30px;
  width: 650px;
  margin: -50px auto 0;
}

.login_block .card form .row.mb-3 {
  flex-direction: column;
  width: 100%;
  margin: 0;
}

.login_block .card label.col-form-label {
  text-align: center;
  padding: 0 0;
  margin: 0 0 5px;
  font-weight: 500;
  color: #000;
  font-size: 15px;
}

.login_block .card .card-body {
}

.login_block .card form .col-md-12 {
  padding: 0;
}

.login_auth_page {
  position: relative;
}

.login_auth_page::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, white, transparent);
}

.login_auth_page .navbar-expand-md .navbar-nav .nav-link {
  color: #171716;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.login_block .card input {
  height: 50px;
  text-align: center;
  border-radius: 0;
}

.login_block .card input:focus {
  box-shadow: none;
  border: 1px solid #934B97;
}