html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    background-image: url("../images/bg-login.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: 'Roboto', sans-serif;
}

.form-signin {
    width: 100%;
    max-width: 370px;
    padding: 25px;
    margin: auto;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
}

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

.form-signin .form-floating:focus-within {
    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;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.credit {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
    color: #cccccc;
    font-size: 12px;
}
.credit a {
    text-decoration: none;
    color: #9abec4;
}
@media(max-width: 768px) {
    .credit {
        display: none;
    }
}