body {
    background-image: url(../img/login-bg.png);
    font-size: 13px;

}

@media (max-width:375px) {
    body {
        padding:20px;
    }
}

* {
    box-sizing: border-box;
}




a{
    text-decoration: none;
    color: inherit;
}

.fs-07{
    font-size: .7rem;
}

.fs-08{
    font-size: .8rem;
}

.fs-09{
    font-size: .9rem;
}

.fw-500{
    font-weight: 500;
}

.fw-600{
    font-weight: 600;
}

.letter-n1{
    letter-spacing: -1px;
}

.letter-n2{
    letter-spacing: -2px;
}

.zindex-n1{
    z-index: -1;
}

.zindex-3{
    z-index: 3;
}

.zindex-5{
    z-index: 5;
}

.zindex-9{
    z-index: 9;
}

.pointer{
    cursor: pointer;
}

.txt-shadow{
    text-shadow: 2px 2px 5px #000;
}


/* Code */

.img-logo {
  
    margin:0;
    padding: 0;
    width: 100%;
    height: 600px;
}



.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.801); 
  }

  .yazilar {
      z-index: 10;
  }

  .column-form {
      border-radius: 8px;
  }


  ::placeholder {
      font-size: 13px;
  }


.container {
    margin-top: 100px;
}

#inputEmail3 {
    border-top: 0px; 
    border-left: 0px; 
    border-right: 0px; 
    border-radius: 0px;
}

#inputPassword3 {
    border-top: 0px; 
    border-left: 0px; 
    border-right: 0px; 
    border-radius: 0px;
}

.btn-input {
    background: #fa1744;
    color: white;
    border-radius: 20px;
    box-shadow: #fa1744;
    border: 0px;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 12px;
    padding-bottom: 12px;

}

@media (max-width: 991px) {
    .btn-input {
        padding-left: 150px;
    }
}

@media (min-width:992px) and (max-width:1199.98px){
    .btn-input{
        padding-left: 80px;
        padding-right: 70px;
    }
}

.forgot:hover {
    color: #fa1744!important;    
}



.forgor {
    text-decoration: none; 
    color:grey;
    font-size: 14px;
}

.label-forgot {
    color:grey;
    font-size: 14px;
}