﻿.header {
    min-height: 60px;
    padding: 0 15px;
    padding-left: 30px !important;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1002;
}

.box {
    margin-top: 80px;
}

.logo {
    float: left;
    font-size: 21px;
    margin-top: 5px;
    max-height: 40px;
    padding-left: 5px;
    text-transform: uppercase;
    width: auto;
}

.logo:hover {
    outline: none;
    text-decoration: none;
}

.banner {
    float: left;
    font-size: 21px;
    margin-top: 10px;
    text-transform: uppercase;
}

body {
    -moz-border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background-attachment: fixed;
    background-position: left bottom;
    background-repeat: repeat, no-repeat;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    clear: both;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin: 0px !important;
    padding: 0px !important;
    text-rendering: optimizeLegibility;
}

.text-right {
    text-align: right;
}

.form-signin-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding: 5px 5px;
    text-align: center;
    text-transform: uppercase;
}

.checkbox {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-weight: normal;
    margin-bottom: 14px;
}

.form-control {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 10px;
    position: relative;
}

input[type="text"] {
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

input[type="password"] {
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

.btn-login {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 5px;
}

p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
}

.btn {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.panel {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.panel-heading {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.alert {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}