* {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.login-body {
    background-image: url("/img/bg.jpg");
    background-size: 100% 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.home-body {
    background-image: url("/img/bg1.png");
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: no-repeat;
}

input::-ms-input-placeholder {
    text-align: center;
}

input::-webkit-input-placeholder {
    text-align: center;
}