@font-face {
    font-family: URWGeometric-Bold;
    src: local('URWGeometric-Bold');
}
@font-face {
    font-family: URWGeometric-ExtraLight;
    src: local('URWGeometric-ExtraLight');
}
@font-face {
    font-family: URWGeometric-Light;
    src: local('URWGeometric-Light');
}

html{
    position: relative;
    min-height: 100%;
}

body {
    margin:0;
    padding-top: 40px;
    padding-bottom: 162px;
    background-color: #eee;
}

body > .container{
    margin-bottom: 100px;
}

.panel {
    max-width: 330px;
    margin: 0 auto;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.logo {
    max-height: 44px;
    padding-left: 15px;
}

.btn-primary {
    background-color: #eaeaea;
    border-color: #c3c3c3;
    color: #000;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.focus, .btn-primary:focus, .btn-primary:active:focus,
.btn-primary:active:hover{
    background-color: #d7d7d7;
    border-color: #a0a0a0;
    color: #000;
}

.footer {
    padding: 40px 0;
    text-align: center;
    background-color: #f9f9f9;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 162px;
    color: #606467;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.footer .slogan h4 {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 0;
}

.footer .s-first {
    font-family: URWGeometric-Bold, sans-serif;
}

.footer .s-second {
    font-family: URWGeometric-ExtraLight, sans-serif;
}

.footer-logo {
    margin-bottom: 15px;
}

.footer-logo img {
    width: 200px;
}

.footer p:last-child {
    margin-bottom: 0;
}

.light-text {
    font-family: URWGeometric-Light, sans-serif;
}