
body {
  background: #fff;
  font-family: 'Georgia',Georgia,"Times New Roman",serif !important;
  color:#000000;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Georgia',Georgia,"Times New Roman",serif;
  color:#1D2530;
}
p{margin:0 !important; padding:0;}
.heading{border-bottom:5px solid #1D2530;padding:0 0 12px 0;}
.sub_heading{text-align:justify;}
header{height:75px;}
.navbar-inverse {
    background-color: #fdfdfd !important;
    border: 1px solid #cccccc !important;
}
.navbar-brand {
    float: left;
    height: auto !important;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.wrapper {
    margin:0;
}
legend {
    display: block;
    width: auto !important;
    padding: 7px 15px !important;
    margin: 20px 20px 20px 0 !important;
    font-size: 20px !important;
    line-height: inherit;
    color: #ffffff !important;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    background: #1D2530;
    font-weight: 500;
	border-radius:5px;
}
fieldset {
    min-width: 0;
    padding: 5px 20px !important;
    margin: 0;
    border: 5px solid #1D2530 !important;
	border-radius:5px;
}
.spacer_mt_30{margin:30px 0 0 0;}
.font-col {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
input[type=text], select {
    width: 100%;
    padding: 12px 12px;
    margin: 5px 0 8px 0;
    display: inline-block;
    border: 1px solid #565656;
    border-radius: 4px;
    box-sizing: border-box;
    color: black;
}
input[type=password], select {
    width: 100%;
    padding: 12px 12px;
    margin: 5px 0 8px 0;
    display: inline-block;
    border: 1px solid #565656;
    border-radius: 4px;
    box-sizing: border-box;
    color: black;
}
::-webkit-input-placeholder { /* Edge */
  color: #000 !important;
  font-size:13px;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #000 !important;
  font-size:13px;
}

::placeholder {
  color: #000 !important;
  font-size:13px;
}
.login_btn {
    background: #1D2530;
    color: #ffffff;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    padding: 7px 15px;
    margin: 4px 0 15px 0px;
}
.login_btn:hover {
    background: #000;
    
}
.signup_txt {
    font-size: 14px;
    margin: 0 0 12px 0 !important;
}
.signup_txt a {
    font-size: 16px;
	color:#004988;
    font-weight:700;
}
footer {
    background: #1D2530;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 15px 0;
    font-size: 14px;
}