html,
body {
    padding-top: 5%;
    background-color: #86B4CC;
}

.text-center {
    margin-left: 0px;
    margin-right: 0px;
}

.form-signin {
    padding: 15px;
    background-color: white;
    border-radius: 6px;
}

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

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

.form-signin input[type="text"] {
    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;
}

.message {
    color: red;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
}