body {
    height: 100vh;
    background: url('/static/images/login/2.jpg') 50% 50% / cover no-repeat scroll;
    display: flex;
    justify-content: center;
    margin: 0px;
    padding-left: 30%;
    padding-right: 30%;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif
}
.form-container {
    background-color: blueviolet;
    width: 100%;
    height: 70%;
    padding: 90px 70px 50px 70px;
    background: rgba(40, 57, 101, 0.959);
    text-align: center;
}
.form-container h3 {
    color: white;
    font-size: 22pt;
}
.form-container p {
    color: white;
    display: flex;
    flex-direction: column;
}

.form-container input {
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.205);
    color: white;
}

.form-container button {
    border: none;
    padding: 15px 20px;
    border-radius: 25px;
    color: white;
    background: #1161ee;
    width: 100%;
    display: block;
}

.form-container a {
    color: rgb(220, 220, 255);
    text-decoration: none;
}
.form-container a:hover {
    color: rgb(221, 174, 174);
}

.form-container ul {
    color: white;
    text-align: left;
}