@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1199px) {
    .main-container {
        width: 99%;
    }
    .rbar{
        display: block;
    }
    .sm{
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .address{
        display: none !important;
    }
    .loginName{
        font-size: 30px !important;
    }
    .bodybg .input{
        padding: 30px 10% 0 0;
    }
}
@media only screen and (max-width: 767px) {
    .dm{
        align-items: start !important;
    }
    .logo{
        width: 16% !important;
        height: auto !important;
    }
    .logo img{
        width: 100%;
        height: auto;
    }
    header .siteName {
        font-size: 22px;
    }
    .bodybg .input{
        padding: 30px 0 0 0;
    }
}
@media only screen and (max-width: 575px) {
    .logo{
        width: 25% !important;
        height: auto !important;
    }
}
@media only screen and (max-width: 499px) {
    header .siteName {
        font-size: 20px;
    }
    header .siteslogan {
        font-size: 15px;
    }
    .logname{
        width: 100%;
    }
    .loginName {
        font-size: 23px !important;
      }
    .bodybg .title{
        font-size: 23px !important;
        margin-top: 20px;
    }
    .bodybg .input{
        padding: 15px 0 0 0;
    }
}
@media only screen and (max-width: 450px) {
    .logo{
        width: 30% !important;
        height: auto !important;
    }
}