body {
    text-align: center;
}

#login-header {
    padding-bottom: 35px;
}

#login-header > * {
    display: inline-block;
    vertical-align: middle;
}

#login-header img {
    max-height: 400px;
}

form label {
    width: 150px;
    display: inline-block;
}
form input {
    width: 300px !important;
    font-size: 18px;
    display: inline-block;
    position: relative;
    z-index: 2;
}

form {
    position: relative;
    margin-top: 40px;
}

form img.dices {
    max-width: 100px;
    float: right;
    top: 40px;
    position: absolute;
    right: 150px;
}

@media(max-width: 1190px) {
    form img.dices {
        right: 50px;
    }
}

@media(max-width : 976px) {
    #login-header img {
        max-height: 300px;
    }
    form img.dices {
        position: relative;
        float: none;
        display: block;
        right: auto;
        left: auto;
        margin: auto;
        top: 0;
    }
}

@media(max-width : 575px) {
    #login-header img {
        max-height: 125px;
    }
}