
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
  }
  body{
    background-color: #1f1c1c0a !important;
    /* font-family: 'Bitter', serif !important; */
    font-family: 'Roboto', sans-serif !important;
  }
  
  .login-container-bg {
    background-color: #fff;
    margin: 20px 0 20px 0;
    height: 100%;
    box-shadow: 0px 0px 6px 6px #00000008;
    border-radius: 2px;
  }
  /* h1, h2,h3,h4,h5,h6{
    font-family: 'Gloock', serif;
  } */
  
  .turuncubaslik-bold {
      color:#333;
  font-size:14px;
   border-bottom: 1px dotted #000;
      text-decoration: none;	
      }

  
  
  
  
  
  
  
  /*/*balchnadra*/
  
  
  .scre-container{
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
  }
  
  img.img-responsive {
    width: 100%;
    height: 100%;
    max-height: 484px;
    object-fit: contain;
  }
  .logo {
  width: 50%;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  }
  .logo img{
  width: 100%;
  margin-top:20px;
  }
  .text-right
  {
  margin-top: 10px;
  }
  .text-danger 
  {
  color:#1d9ed9 !important;
  font-size: 17px;
  }
  .text-danger:hover
  {
  color: #02374e !important;
  text-decoration: none;
  }
  .text-left
   {
    text-align: left;
    background-color: #3b82a3f0;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    max-width: 666px;
  }
  .form-control
  {
  padding: 10px 12px !important;
  height: auto !important;
  border-radius: 20px !important;
  }
  .form{
  width: 100%;
  margin: auto; 
  }
  label {
    display: inline-block;
    max-width: 100%;
    /* margin-bottom: 12px !important; */
    font-weight: 700;
    padding: 7px !important;
  }
  .login-form-btn {
    display: flex;
    gap: 10px;
    margin: 10px 0;
  }
  .btn-danger {
  color: #fff;
  background-color: #02374e !important;
  border-color: #02374e !important;
  margin-top: 20px;
  max-width:200px !important;
  margin:auto;
  border:none!important;
  border-radius:29px !important;
  }
  
  .text-left ul {
    display: flex;
    flex-direction: column;
    gap: 9px;
    font-family: inherit;
    padding-left: 6px;
    font-size: 13px;
  }
  .text-left span {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 20px !important;
  }
  
  
  .login-para.col-sm-12.col-md-12.col-lg-12 {
    padding: 0;
  }
  .login-para p {
    background-color: #d9d1d11f;
    padding: 15px;
    margin: 0;
    line-height: 24px;
    font-size: 14px;
  
  }
  .login-card-box {
    box-shadow: 1px 1px 3px 3px #8080801a;
    width: 100%;
    border: 1px solid #faf9f940;
    padding: 18px;
    height: 320px;
    border-radius: 5px;
    margin: 20px 0;
    background-color: #faf9f940;
  }
  .login-text
  {
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  
  .login-card-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #1d9ed9;
  }
  .login-form-list-card {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 0 26px;
  }
  
  .login-list-card ul {
    list-style: none;
    text-align: center;
  }
  
  .login-list-card ul li a {
    color: #1d9ed9;
    border-bottom: 1px dotted #807b7b80;
    padding-bottom: 8px;
  }
  .login-list-card ul li a:hover {
    color: #15141485 !important;
    text-decoration: underline;
  }
  .top-text ul li {
    margin-left: 20px;
  
  }.top-text ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .login-from-bg-bottom.row {
    background-color: #00000038;
    padding: 15px 0;
  }
  
  .footer-img img {
    width: 100%;
    max-width: 120px;
  }
  
  .footer {
    background-color: #ffffff;
    border-top: 2px solid #1d9ed9;
  }
  
  .footer-img {
    width: 100%;
    height: 100%;
    padding: 15px 0;
}
.footer-row {
    display: flex;
    align-items: center;
}

.footer-text {
    text-align: end;
    font-size: 16px;
    line-height: 24px;
    color: black;
}
  /* <header */
  .login-header{
   
background: white;
   
padding: 11px 0;
   
box-shadow: 0 0 8px 4px #00000021;
   
height: 70px;
  }
  
    .navbar {
      display: flex;
      list-style: none;
      justify-content: flex-start;
      margin: 0 !important;
      align-items: center;
  }
  .navbar a{
    text-decoration: none !important;
    font-size: 20px;
    color: orange;
    background: 50px;
    transition: transform 2s;
  }
  .navbar a:last-child{
    
    padding: 3px 10px;
    
    font-size: 15px;
    color:#000;
  }
  .navbar a:hover {
    transform: scale(1.5) !important;
    color: #02374e;
    
  }
  /* .Complaints css */
  .Complaints-bg {
    background-color: #dcdcdc38;
    padding: 45px !important;
    height: 518px;
}
.Complaints-logo-img img{
    width: 100%;
    max-width: 120px;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
@media only screen and (max-width: 1024px) {

    .navbar {
        justify-content: end;
    }
    .Complaints-bg {
        padding: 22px !important;
        height: 476px;
    }
    img.img-responsive{
        object-fit: contain;
    }
}
  
  
  
  
  
  
  
  
  
  
  @media only screen and (max-width: 768px) {
    .form{
      width: 100%;
      
      }
     
    .footer-text{
        font-size: 13px;
    }
  }
  
  
  
  @media only screen and (max-width: 576px) {
  
  .login-text {
    line-height: 31px;
    font-size: 12px;
  
  }
  .login-header{
    height: auto;
  }
  .logo{
    margin-bottom: 0;
  }
  h4.form_header{
    font-size: 20px !important;
  }
  .navbar {
    justify-content: start;
}
.Complaints-bg{
    height: 330px;
}
img.img-responsive{
    height: auto;
  }

  }





  .select-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  
  .select {
    background: white;
    border-radius: 0;
    cursor: pointer;
    padding: 12px;
    /* width: 100%; */
    font-size: 16px;
    line-height: 24px;
    border-radius: 5px;
  }
  .Complaints-select-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 13px 26px;
    margin: 0 auto;
    width: 100%;
}
h4.form_header {
    font-size: 24px;
    text-align: center;
    padding-bottom: 12px;
    line-height: 36px;
    margin: 0;
}
  