body {
    background-color: lightslategrey;
    width: auto;
    height: auto;
    font-family: "Montserrat", sans-serif;
}

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

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.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: 1.1em;
    text-align: center;
    border-radius: 30px;
}

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

.form-signin input[type="email"] {
    margin-bottom: -1px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

img {
    width: 100%;
    margin-bottom: 30px;
}

#btn-access {
    margin-top: 2em;
}

#logo-img {
    text-align: center;
}