:root {
    --bs-body-font-family: "Open sans", sans-serif;
}
html,
body {
    height: 100%;
}
body {
    background: linear-gradient(180deg, #4A4A4A 0%, #2E2E2E 100%);
}
.btn-primary {
    --bs-btn-bg: #04A5F7;
}
.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.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;
}
.btn-login {
    display: block;
    width: 117px;
    margin: 56px auto 0;
}
.copyright, .copyright a {
    color: #ffffff;
    font-size: 11px;
    text-decoration: none;
}
.copyright a:hover {
    text-decoration: underline;
}