@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
}

a {
    color: #0057b8;
    text-decoration: none;
}

body {
    background: #0057b8;
    color: #333;
}

div.modal-header, div.modal-body {
    color:#000000;
}

.container {
    clear: both;
}

.loginbox {
    width: 60%;
    margin: 100px auto 0 auto;
    padding: 49px 56px 54px;
    background: #ffffff;
}

.loginbox img {
    float: right;
    margin: 2px 20px 0 0;
}

.loginform {
    display:block;
    width: 100%;
    min-height: 140px;
    margin-top: 40px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 24px;
    margin-top: 20px;
     text-shadow: 1px 1px 0px #052b43;
    filter: dropshadow(color=#052b43, offx=1, offy=1);
}

p {
    font-size: 16px;
    line-height: 24px;
}

.submit {
    background-color: #84a53f !important;
    border-color: #84a53f !important;
    color: white !important;
}

.submit:hover {
    background-color: #84a53f !important;
}

.form-horizontal .control-label {
    width: 80px !important;
    text-align: left !important;
}

.form-horizontal .controls {
    margin-left: 90px;
}

.login-logo-container {
    margin-bottom: 3px;
    padding-bottom: 10px;
}

.login-logo-container img {
    width: 225px;
    height: 41px;
    float: left;
}

.center {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}