﻿@media screen and (max-width: 500px){
    .style-title{
        font-size:13px!important;
        padding-left:0px!important;
        height:30px!important;
        text-align:center;
        display:block!important;
        padding-top:5px;
    }
    .img-phone {
        width: 35px !important;
        height: 35px !important;
        
    }
    
   /* .host-line {
        font-size: 13px !important;
    }*/
    .copyright, .host-line, .footer-address {
        font-size: 11px;
    }
    .img-phone-all{
        float:initial!important;
        height:30px!important;
    }
    .footer-address{
        padding-left: 0px!important;
        border-left:none!important;
    }
}
@media screen and (min-width:768px) and (max-width: 991px) {
    .footer-address {
        font-size: 11px!important;
    }

    .host-line {
        font-size: 11px!important;
    }

    .copyright {
        font-size: 11px!important;
        white-space:nowrap;
    }
}
@media screen and (min-width:992px) and (max-width:1152px){
    .login-form{
        width:72%;
    }
}