body {
    margin: 0px;
    padding: 0px;
    font-family: AppleGothic, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: AppleGothic, Arial, Helvetica, sans-serif;
}

a {
    color: #0653b6;
}

    a:hover, a:focus {
        outline: 0;
        outline-offset: 0;
    }

.bgimage {
    background: url(../images/Bg-Image.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 85%;
    content: "";
    position: fixed;
}

html {
    min-height: 100%;
    position: relative;
}
/** Header CSS **/

header {
    display: block;
    min-height: 70px;
    width: 100%;
    background: url(../images/login-header.png) 0 0 no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 0;
}

    header .mainLogo {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
        padding: 25px 60px 60px 25px;
        border-radius: 0 0 175px 0;
    }

        header .mainLogo img {
            max-height: 70px;
        }

    header h1 {
        font-size: 36px;
        font-family: AppleGothic, Arial, Helvetica, sans-serif;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }

    header h2 {
        font-size: 30px;
        color: #fff;
        font-family:AppleGothic, Arial, Helvetica, sans-serif;
        text-align: center;
        margin-bottom: 20px;
    }

    header .servicetext {
        margin-top: 5px;
    }

    header .logo {
        margin-right: -10px;
        margin: 5px 0;
    }

.marqueeDiv {
    background-color: #7d131f;
    color: #fff;
    padding: 8px 10px;
    font-family:AppleGothic, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin-bottom: 20px;
    font-weight:bold;
}

.loginForm {
    margin-top: -50px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

    .loginForm h1 {
        text-align: center;
        position: relative;
        margin: 0 0 15px 0;
        padding: 0px;
    }

        .loginForm h1 span {
            text-transform: uppercase;
            color: #fff;
            font-size: 28px;
            font-weight: 600;
            position: relative;
            z-index: 1;
            padding: 0 15px;
        }
    /*.loginForm h1:before {
	background: #ddd none repeat scroll 0 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	top: 54%;
	width: 100%;
}*/
    .loginForm .form-group label {
        color: #000;
        font-family:AppleGothic, Arial, Helvetica, sans-serif;
        font-weight:bold;
    }
    .loginForm input.form-control {
        box-shadow: inherit !important;
        color: #000 !important;
        height: 45px;
        background: transparent;
    }

    .loginForm input:-webkit-autofill,
    .loginForm input:-webkit-autofill:hover,
    .loginForm input:-webkit-autofill:focus,
    .loginForm input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
    }

    .loginForm .forgotpws {
        margin-top: 15px;
    }


.clickhere {
    text-decoration: underline;
}

#divExpiry {
    /*background-color:#fff;
    padding:15px;*/
    margin-top: 15px;
}

.PasswordExp {
    /*color:red;*/
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.alert-info {
    background-color: #ebf2fa;
    border-color: #d8e5f5;
    color: #0653B6;
}

.btn-default {
    background: #c4172c none repeat scroll 0 0;
    border-radius: 35px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-family:AppleGothic, Arial, Helvetica, sans-serif;
    font-size:14px;
    padding:8px 30px;
}

    .btn-default:focus, .btn-default:hover {
        color: #fff;
        text-decoration: none;
        background: #b31528;
        box-shadow:none;
    }

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}
/** Footer CSS **/
footer {
    padding: 10px 0;
    font-size: 14px;
    color: #000;
    font-family:AppleGothic, Arial, Helvetica, sans-serif;
    margin-top:40px;
}

    footer ul.footerlinks {
        margin: 0px;
        padding: 0px;
    }

    footer .footerlinks li {
        display: inline-block;
        padding: 0 15px;
        border-right: 1px solid #7f7f7f;
        color: #fff;
        font-weight: 600;
    }

        footer .footerlinks li:last-child {
            border: 0 none;
        }

        footer .footerlinks li a {
            color: #fff;
        }

    footer .copyright a {
        color: #c4172c;
    }
