html {
    font-family: sans-serif;
    text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    /*box-sizing: border-box;*/
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

html, body {
    font-family: "Source Sans Pro", sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    /*background-color: rgb(249, 249, 249);*/
    overflow-x: visible;
}

body {
    font-family: TeXGyreAdventorRegular, Arial, sans-serif;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 16px;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-weight: normal;
    font-stretch: normal;
    width: 100%;
    height: 100%;
}

.bg-black {
    min-height: 640px;
    background-color: rgb(255, 255, 255);
}

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black {
    color: rgb(249, 249, 249);
}

.login_bodyStyle {
    background-color: #F2F2F2 !important;
}

button, input, optgroup, select, textarea {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: inherit;
    font-variant-ligatures: inherit;
    font-variant-caps: inherit;
    font-variant-numeric: inherit;
    font-variant-east-asian: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: inherit;
}

input {
    line-height: normal;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.header {
    background-image: url("header-bg.png");
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(203, 203, 201);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(152, 154, 153);
    height: 50px;
}

    .header .logo {
		display: block !important;
		background-image: url(header-logo.png) !important;
		background-position: left 20px top 10px !important;
		background-repeat: no-repeat !important;
		padding: 0px !important;
		width: 280px !important;
		height: 50px !important;
		float:left !important;
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: TeXGyreAdventorRegular, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4, .h4 {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.header .subtitle {
    display: none;
}

p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}

.navigation, .nav {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #002539;
    color: rgb(255, 255, 255);
    height: 51px;
    line-height: 51px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 13px;
}

.nav {
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-position: initial;
    list-style-image: initial;
    list-style-type: none;
}

.form-box {
    width: 360px;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

#login-box {
    margin-bottom: 30px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #002539;
    border-right-color: #002539;
    border-bottom-color: #002539;
    border-left-color: #002539;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: rgb(242, 242, 242);
}

#m_userLogin {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
    text-align: center;
    color: #002539;
    margin-bottom: 10px;
    padding-top: 10px;
}

.userloginstyle {
    width: 100%;
    background-color: #002539;
    height: 20px;
    margin-bottom: 10px;
}

.commonloginstyle {
    font-family: sans-serif;
}

.form-group {
    margin-bottom: 0px;
    /*padding-left: 80px;*/
    margin-top: 0px;
    text-align: center;
}

.form-control {
    /*display: block;*/
    width: 100%;
    height: 34px;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    box-shadow: none;
    transition-duration: 0.15s, 0.15s;
    transition-timing-function: ease-in-out, ease-in-out;
    transition-delay: 0s, 0s;
    transition-property: border-color, box-shadow;
    box-sizing: border-box;
    vertical-align: middle;
}

.form-control:focus {
    border-top-color: rgb(60, 141, 188);
    border-right-color: rgb(60, 141, 188);
    border-bottom-color: rgb(60, 141, 188);
    border-left-color: rgb(60, 141, 188);
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: rgb(119, 119, 119);
}

.entry-text-box {
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    height: 30px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(216, 216, 216);
    border-right-color: rgb(216, 216, 216);
    border-bottom-color: rgb(216, 216, 216);
    border-left-color: rgb(216, 216, 216);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    width: 205px;
    color: black;
}

.btn.active, .btn:active {
    background-image: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.btn {
    display: inline-block;
    padding-top: 2px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px -1px 0px 0px inset;
}

.btn-block {
    display: block;
    width: 100%;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.loginBtnStyle {
    width: auto;
    font-weight: 500;
    display: inline-block;
}

.bg-olive {
    background-color: #002539;
}

.btn:active {
    box-shadow: rgba(0, 0, 0, 0.125) 0px 3px 5px inset;
}

.btn:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
}

a {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: transparent;
    color: #002539;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
}

    a:focus {
        outline-color: -webkit-focus-ring-color;
        outline-style: auto;
        outline-width: 5px;
        outline-offset: -2px;
    }

.footer {
    box-sizing: border-box;
    position:fixed;
    bottom: 0;
    width:100%;
    color: rgb(153, 153, 153);
    clear: both;
    line-height: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    text-align: right;
}

.terms-font {
    font-size: 7px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before, .separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #002539;
}

.separator::before {
    margin-right: .25em;
}

.separator::after {
    margin-left: .25em;
}

.button-spacer {
    margin: 10px;
    display: inline-block;
}

.forgotpassword-body-size {
    width: 500px !important;
}

.label-info {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 14px;
    padding-left: 20px;
}

.label-info-nopadding {
    font-family: "Source Sans Pro",sans-serif;
    font-size: 14px;
}

.forgotpwdcolor {
    color : #ff0000;
}
