body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ddd !important;
}

.form-signin {
    /*max-width: 330px;*/
    max-width: 380px;
    padding: 20px;
    margin: 0 auto;
    background-color: #efefef;
    border-radius: 7px;

}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
    margin-top: 4px;
}
.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-radius: 5px;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-radius: 5px;
}
.form-signin input[type="text"] {
    margin-bottom: 10px;
    border-radius: 5px;
}

.banner {
    position: fixed;
    top: 0;
    width: 100%;
    color: #ffffff;
    height: 35px;
    text-align: center;
    padding-top: 15px;
    /* Adds shadow to the bottom of the bar */
    -webkit-box-shadow: 0px 0px 8px 0px #000000;
    -moz-box-shadow: 0px 0px 8px 0px #000000;
    box-shadow: 0px 0px 8px 0px #000000;
    /* Adds the transparent background */
    background-color: rgba(1, 1, 1, 0.8);
    color: rgba(1, 1, 1, 0.8);
}

.banner-partners {
    position: fixed;
    top: 0;
    width: 100%;
    color: #ffffff;
    height: 35px;
    text-align: center;
    padding-top: 15px;
    /* Adds shadow to the bottom of the bar */
    -webkit-box-shadow: 0px 0px 8px 0px #000000;
    -moz-box-shadow: 0px 0px 8px 0px #000000;
    box-shadow: 0px 0px 8px 0px #000000;
    /* Adds the transparent background */
    /*background-color: rgba(1, 1, 1, 0.8);*/
    background-color: rgba(0,126,163,.78);
    color: rgba(1, 1, 1, 0.8);
}

.banner a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    text-decoration: none;
}

.banner a:hover {
    color: grey;
}
