body{
    margin: 0px;
    padding: 0px;
    overflow-x:hidden;
  

}
.wrapper{
   
    margin: 0 auto;
    height: auto;
   

}
.log-img{
    height: 80px;
    width: 115px;
}
.log-img2{
    height: 110px;
    /* width: 115px; */
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color:transparent!important;
    background-clip: padding-box;
    border: 2px solid #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff!important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff!important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff!important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #fff!important;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color:#fff!important;
    outline: 0;
    box-shadow:none!important;
}
p a{
    /* float:right; */
    color: white;
    text-decoration: none;
}
.btn_custom{
    border-radius: 25px;
    background-color: #FFC400;
    padding: 10px 25px;
    color: #153F59;
    font-weight: bold;
    font-size: 20px;
}
.cooperate_img{
    height: 50px;
    width: 80px;
    margin-left: 10px;
}


@media screen and (min-width: 992px) {
    .wrapper{
        width: 99%;
        background: url(/assets/images/bglogin.png);
        background-position: center;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        margin: 0 auto;
        height: 700px;
       
    
    }
   
  }
  @media screen and (max-width: 600px) {
    .wrapper{
      
        height: 950px;
       
    
    }
    body{
        height: 995px;
    }
    .cooperate_img{
        height: 50px;
        width: 70px;
        margin-left: 10px;
    }
    .log-img2{
        height: 42px;
        /* width: 115px; */
    }
  }



@media screen and (min-width: 1368px) {
body{
    height: 100vh;
}


}
