﻿ .Customvcenter {    
    vertical-align: middle;
    float: none;
}
 

.control-label {
  text-align: left !important;
    font-size: 16px;
  line-height: 1;
  font-weight:normal;
}

.mstools-heading-color
        {
            color: #CD2228 !important;
            text-transform: uppercase !important;
        }
        
        .mstools-heading-background-color
        {
            background-color: #474748 !important;
            height:67px;
        }
        
           .mstools-footer-background-color
        {
            background-color: #474748 !important;
            height:54px;
        }
        .mstools-login-btn-background-color
        {
            background-color: #F3F5F9 !important;
        }

html { width: 100%; border: 0px; margin: 0px; padding: 0px;}        
body { width: 100%; color: #000;  margin: 0px; padding: 0px;}
.mcontainer { width: 100%;}        
@media screen and (max-device-width: 500px)   
{       html, body { width: 100%;}   
       /* .panel-width { min-width: 315px;}
        .panel-body-custom { width: 315px; margin: 0px auto;} */
        .container {width:100%;}
        #nav { width: 100%;}
        .mcontainer { width: 100%; height: 700px;}
 }
 
 
 
