
@media only screen and (max-width: 1500px){

    ::placeholder{
        color: #ef0e0e;
    }

    .main-box .log-box{
        text-align: center;
        width: 100%;
        margin-left: 350px !important;
        margin-right: 350px !important;
        margin-top: 100px;
        /*border: 1px solid #ddd;
        padding-top: 30px;*/
        background-color: #ddd !important;
    }
}

@media only screen and (max-width: 768px){
    body{
        /*background-position: center !important;*/
    }
    .brand .logo{
        width: 42% !important;
    }
    .header .brand img{
        margin-left: 0px !important;
        width: 30% !important;
    }
}


@media only screen and (max-width: 479px){

    ::placeholder{
        color: #ef0e0e;
    }

  .log-box{
        /*margin-top: 200px!important;*/
        height: 500px;
    }
    .dashboard .dash-boxes{
        margin-bottom: 10px;
    }

}