html, body {
    height: 85%;
    background-image: url("/static/public/image/login.d6a4587222d6.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

div.container {
    background-image: url("/static/public/image/login.d6a4587222d6.jpg");
    /* margin-bottom: unset; */
    /* margin-top: -124px; */
    /* padding-top: 63px; */
    position: relative;
    min-height: 100vh;
}

.login-form {
    text-align: center;
    margin-bottom: -1px;
    margin: 0 auto;
    margin-top: 40px;
    width: fit-content;
}
.login-form form {
    margin-top: 10px;
}

.login-form form ul{
    padding-bottom: 20px;
}

.form-group p.forgot-password label {
    display: block;
    margin-bottom: 10px;
    margin-top: 30px;
}

input[type="submit"] {
    margin-top: 10px;
}

.g-recaptcha{
    margin-top:10px;
    /* padding: 10px; */
}

div.header {
    display: none;
}
div.content {
    /* height: unset; */
    /* background-color: unset; */
    /* width: unset; */
    /* float: unset; */
}
button {
    float: unset;
}
div#top-bar {
    /* position: absolute; */
}
div.sidebar {
    display: none!important;
}
.sidebar-toggle {
    display: none;
}
div#authentication-container {
    width: 30%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
span.auth-boxfx {
    font-weight: 400;
    font-size: 42px
}
span.auth-delivery {
    font-weight: 500;
    font-size: 42px;
}
div.auth-titles {
    text-align: center;
    /* width: 75%; */
    margin: 0 auto;
}
form input {
    border-radius: 5px;
    border: 0;
    margin-bottom: 5px;
    height: 30px!important;
    width: 210px!important;
    padding-left: 12px;
}
form button {
    border: 0;
    background-color: #69738c;
    color: white;
    padding: 9px 14px 9px 14px;
    font-size: 15px;
    font-family: Roboto;
    font-weight: 500;
    border-radius: 5px;
    float: right;
    margin-top: 10px;
}
.authsections {
    display: flex;
    justify-content: space-around;
    border-bottom: 2px solid #fff;
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
}
input#id_username {
    width: 100%;
    border: 0;
    margin-bottom: 5px;
    height: 25px;
}
input#id_password {
    width: 100%;
    border: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 25px;
}

input[type="button"] {
    float: unset;
    background: unset;
    color: white;
    font-family: Roboto;
    font-weight: 500;
    font-size: 15px;
    border: 0;
    margin-top: 2px;
}
form.project-add {
    width: 30%;
}
form .project-add ul.errorlist {
    font-size: 12px;
    margin-bottom: 5px;
}
form.project-add p {
    margin-bottom: 10px;
}
form.content-container {
    padding: unset;
    position: unset;
    overflow: unset;
    overflow-x: unset;
}
.folder-settings form {
    padding: 15px;
    font-size: 13px;
    font-weight: 400;
}