/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    
     .login{
        width: 90%;
        display: block;
        position: relative;
        background: unset;
    }

    .pht {
        width: 100%;
        border-radius: 10px 10px 10px 10px;
        height: unset;
        position: absolute;
        top: -73px;
    }
    img#logo_scrr{
        width: 100%;
        height: unset;
    }

    

div#login {
    background: white;
    position: absolute;
    /* top: 172px; */
    width: 85%;
    margin: auto;
    display: block;
    top: 300;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    /* width: 100%; */
}

    
.fadein img#logo_logi {width: 50%;}
 
} 


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 830px),  screen and (max-height: 1200px) {
    .login{
        width: 85%;
    }

    
  
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {

}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width:: 992px) {

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width:1200px) {
    
    
   

}


