﻿body {
    margin-top:7%;
    margin-bottom:5%;
}

.body-home {
    background-image:url(../Images/bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat;

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 5%;
    padding-right: 5%;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

   .custom-combobox {
        position: relative;
        display: inline-block;
    }
 
    .custom-combobox-toggle {
        position: absolute;
        top: 0;
        bottom: 0;
        margin-left: -1px;
        padding: 0;
        /* support: IE7 */
        *height: 1.7em;
        *top: 0.1em;
    }
 
    .custom-combobox-input {
        margin: 0;
        padding: 0.3em;
    }
 .loginformWeb {
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 10px;
  padding-bottom: 30px;
  margin-top: 10% !important;
}

.form-control {
    padding-left: 5px;
    padding-right: 5px;
}

.noPadding {    
    padding-left: 0px;
    padding-right: 0px;
}
