html,
body {
    height: 100%;
    font-family: 'Neo-Light', sans-serif;
}

body {
    display: flex;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: rgb(9, 9, 121);
    background: linear-gradient(90deg, rgba(9, 9, 121, 0.75), rgba(0, 212, 255, 0.75)), url("../../../img/bg.jpg");
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.form-signin {
    max-width: 330px;
    padding: 25px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0.313rem 0.625rem 0 rgba(0, 0, 0, 0.12);
}

.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;
}

.form-signin button[type="submit"],
.form-signin button[type="button"] {
    font-size: 12pt;
    text-transform: uppercase;
    font-family: 'Neo-SemiBold', sans-serif;
}