.login_container {
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0;
    padding: 5px 20px;
}

.input_login::placeholder {
    color: #757575 !important;
    font-size: 15px !important;
    font-weight: 100 !important;
}

.background_image {
    background: url(../images/login/background.png) no-repeat center center fixed;
    background-size: cover;
}
