


@font-face {
  font-family: login-cooper;
  src: url(../../../assets/fonts/CooperBlackStd-Italic.otf);
   }


.admin-form-height{
    height:460px;
    margin-top:4%;    
}



/* ==========================
  change form dimensions
======================= */



.list-users-box {
    background: #fff;
    border:solid 1px gray;
    border-radius: 5px;
    height:320px;
    overflow-y:scroll;
    overflow-x:hidden;
    font-weight: bold;
    
}


#myUL{
    color:black;
    cursor:pointer;
    list-style:none;
    margin-left: 5px;
}

.lbl_login{
    color:black;
    font-weight: bold;
    font-size: 1.2rem;
}

.remove-filter{
    position:absolute;
    font-size:1.5rem !important;
   /*margin-top:-37px;*/
    margin-right:300px;
    cursor:pointer;
    z-index:3000;
    color:black;
}

.form-control {
    min-width: 0px;
    min-height: 0px;
        
}

.form-control-login {
    width: 95%;  
    height: 40px;      
    background: #fff !important;
    border:solid 1px gray;
    border-radius: 8px;    
}


.btn-login{
    height: 40px;
    background: #01A9DB;
    color:#ffffff;
    font-weight:bolder;
    border-radius: 35px; 
    border: 1px solid rgba(21, 87, 36, 0.75);        
}


.btn-login:hover{
    height: 40px;
    background: #000000;
    color:yellow;
    font-weight:bolder;
    border-radius: 35px; 
    border: 1px solid rgba(21, 87, 36, 0.75);        
}










// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {  }




// Large devices (desktops, 992px and up)
@media (min-width: 992px) {  }


// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {  }


// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap


// Small devices (landscape phones, 576px and up)
@media (max-width: 576px)  {

  

  
.form-group-login{
    min-width: 0px !iportant;
    border:solid 5px blue !iportant;
    width:25px;
}
    
    


 .li-login{
    width:250px;
    height:auto;
    list-style:none;"
}
    
  

.list-users-box{
    border:solid 1px gray;
    border-radius: 5px;
    height:320px;
    background:#fff  !important;
    overflow-y:scroll;
    overflow-x:hidden;
}   
    
    
    
    
    .form-control-new {
        min-width: 0;
        width: 250px;
        line-height: 10px;
        min-height: 0px;
        height: 35px !important;
        color:red;
        padding: 0;
        border: solid 5px red;
    }    
    
    .admin-form-height{
    height:850px;
    margin-top:8%;    
}  

    
  
}



