body {
    background-color: black;
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.wrapper {
    padding-top: 80px;
    margin-bottom: 80px;
    text-align: center;
}

.form-signin, .logo {
    max-width: 380px;
    margin: 0 auto;
}

.logo {
    display: block;
    margin-bottom: 1em;
}

.form-signin {
    padding: 15px 35px 5px;

    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);

}

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

.checkbox {
    font-weight: normal;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

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

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

