body {
    background-image: url("images/login_bg_3100.jpg");
    background-repeat: no-repeat;
    background-position: center;
}
.loginHeader{
    margin-top:3rem;
}
.loginLogo {
    width: 120px;
}
#check-auth{
    margin-bottom:5rem;
}

input#submit, .loginLogo {
    margin: 15px;
}

.box-wrapper-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 30px 0 30px 0;
}

.box-wrapper {
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box {
    margin: 0 1em;
    padding: 1.5em;
    text-align: center;
    width: 450px;
    background-color: #fff;
    border: none;
    border-radius:0;
    align-self: stretch;
    box-shadow: 0 0 20px #222;
}

.box.wider {
    width: 900px;
}

.login-form .content {
    padding: 25px 30px;
}

input.form-control {
    padding: 15px 25px;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    width: 75%;
}

.alert-info{
    background-color: #e0eaf5;
    border: 1px #dae2ea solid;
    font-size: 10px;
    padding: 2rem;
    border-bottom: 5px #dae2ea solid;
    border-radius: 5px;
}
.loginFooter a{
    text-decoration: underline !important;
}