html,
body {
    height: 100%;
}

.form-signin,
.form-focus,
.form-checkin {
    max-width: 330px;
    padding: 1rem;
}

.form-checkin {
    padding: 0.5rem;
}

.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;
}

div.star-wrap {
    width: 20px;
    height: 19px;
    display: inline-block;
}

button.star {
    width: 20px;
    height: 19px;
    padding: 0;
    margin: 0;
    background-image: url(../images/star-o.png);
    border: 0;
    background-color: transparent;
}

button.star.on {
    background-image: url(../images/star.png);
}

.form-floating>textarea.form-control {
    height: 100px;
}