* {
    margin: 0;
}
html, body {
    height: 100%;
    font-family: Gotham-Book, Montserrat, Arial, sans-serif !important;
}
.wrapper {
    height: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.footer {
    position: absolute;
    height: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 0;
    margin: 0;
}
.front-bg {
    position: fixed;
    width: 200%;
    height: 200%;
    left: -50%;
    background: black;
    z-index: 1;
}
.main_image {
    display: block;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.boxes {
    position: absolute;
    z-index: 5;
    top: 65%;
    right: 15%;
}

.move {
    top: -160px;
    position: absolute;
}

.alert {
    height: 150px;
}
.login-box {
    background: rgba(255,255,255,0.8);
    height: 185px;
    width: 350px;
    line-height: 25px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.login-box .logo {
    text-align: center;
    width: 100%;
    float: left;
    color: white;
    margin: 10px 0 10px 0;
    padding: 0;
    font-weight: normal;
}

.login-box .logo img {
    width: 220px;
}

.login-form {
    margin-left: 41px;
}

.login-box .form-right {
    width: 220px;
}
.login-box input {
    padding: 2px 5px;
    margin-top: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.login-box .btn-small {
    margin-top: 5px;
    margin-left: 5px;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.links {
    color:#0085C2; 
    font-size:12px; 
    line-height:15px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.links a {
    color:#0085C2; 
    font-size:12px; 
    line-height:15px;
}
.links a:hover {
    color:#0085C2; 
    font-size:12px; 
    line-height:15px;
}

#main-title-container {
    position: absolute;
    top: 25px;
    left: 8%;
    margin-right: 8%;
    max-width: 450px;
    z-index: 10;
    background: transparent;
}

#main-title-box {
    z-index: 20;
    background: transparent;
    /*
    background: rgba(255,255,255,0.30);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    */
}

#main-title h1 {
    color: #6e6e6e;
    z-index: 30;
    margin: 0px;
    line-height: 1.5em;
    font-weight: 100;
    font-size: 2em;
    font-family: sans-serif;
}

#main-title h2 {
    color: #6e6e6e;
    z-index: 30;
    margin: 0px;
    line-height: 1.2;
    font-weight: 100;
    font-size: 1.5em;
    font-family: sans-serif;
}