html body {
    background-color: rgb(224, 224, 224);

}



.login-form form {
    margin-bottom: 15px;
    background: #f7f7f7;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

label {
    display: inline-block;
    width: 140px;
    text-align: right;
}

.input-group {
    margin-bottom: 15px
}

.absolute-Center {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.absolute-Center.is-responsive {
    width: 50%;
    height: 50%;
    min-width: 200px;
    max-width: 400px;
    padding: 40px;
}
