/* Common CSS*/
body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif !important;
    /*background: url(../images/main-bg.jpg) no-repeat top left !important;*/
    background-size: 100% !important;
    color: black!important;
}

p {
    margin: 0;
    padding: 0;
}

img {
    border: 0px none;
}

a, a:hover {
    outline: none;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}

h1 {
    margin: 0 0 5px 0;
    padding: 0px 0 3px 0px;
    line-height: 55px;
    font-size: 62px;
    font-weight: normal;
    color: #939090;
    font-family: 'Open Sans', sans-serif;
}

    h1 span {
        color: #174d88;
        font-size: 14px;
        font-weight: normal;
    }

h2 {
    margin: 0 0 5px 0;
    padding: 0px 0;
    font-size: 13px;
    font-weight: bold;
    color: #619e00;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h3 {
    margin: 5px 0 5px 0;
    padding: 5px 0px;
    font-size: 17px;
    font-weight: bold;
    color: #343434;
}

/* HTML Strcture CSS */
#Wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

header {
    text-align: center;
    display: block;
    width: 100%;
}

.logo {
    width: 245px;
    height: 110px;
    margin: 0 auto;
}

.LoginArea {
    /*background: url(../images/login-bg.png) no-repeat top left;*/
    height: 399px;
    width: 585px;
    margin: 5px auto;
    padding: 19px 17px;
    line-height: normal !important;
}

.MainTitle {
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.LoginForm {
    margin: 30px 35px;
}

    .LoginForm label {
        font-size: 14px;
        color: #000;
        display: block;
        font-weight: bold;
        padding: 10px 5px;
    }

    .LoginForm input[type=text], .LoginForm input[type=password] {
        font-family: Arial;
        font-size: 13px;
        padding: 15px!important;
        /*background: #eeeeee;*/
        color: #8e8e8e;
        /*border: 0 none !important;*/
        /*border-radius: 7px;*/
        width: 50%;
        margin: 0 0 5px 0;
    }

    /*.LoginForm input[type=button], .LoginForm input[type=submit] {
        background: #001e4e;
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        padding: 12px 25px;
        border-radius: 7px;
        float: left;
        border: 0 none;
        margin: 10px 15px 0 0;
        cursor: pointer;
    }

    .LoginForm a, .LoginForm a:hover {
        float: left;
        display: block;
        line-height: 55px;
        font-size: 13px;
        color: #001e4e;
        text-decoration: underline;
        font-weight: bold;
    }*/

.BotEmail {
    margin: 65px 0 0 0;
    text-align: right;
    font-size: 13px;
    color: #fff;
    display: block;
    padding: 0 10px 0 0;
}

    .BotEmail a {
        color: #fff;
        text-decoration: underline;
    }
