html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
input[placeholder], [placeholder], *[placeholder] {
    color: white !important;
}
::-webkit-input-placeholder {
    color: #26418C !important;
}
.login-page {
    position: absolute;
    width: 100%;
    height: 100%;
    font-family : "Tahoma,Verdana", sans-serif;
    background: url(background/BG4_0000.png) no-repeat center;
    background-size: 1280px 800px; 
}
.login-page .login-form {
    position: absolute;
    width: 100%;
    height: 178px;
    top: 50px;
    left: 0;
    margin-top: 130px;
}
.login-page .login-form .login-details {
    position: absolute;
    top:0;left:0;right:0;bottom:0;
    width: 302px;
    height: 100%;
    margin: auto;
    background: url('login/Inactive.png') center no-repeat;
}
.login-page .login-form .login-details .holder {
    position: absolute;
}
.login-page .login-form .login-details .holder input {
    width: 100%;
    height: 36px;
    border: none;
    background-color: transparent;
    font-size: 13px;
}
.login-page .login-form .login-details button {
    width: 100%;
    height: 30px;
    border: 0;
    background-color: transparent;
}
.login-page .login-form .login-details .name {
    height: 36px;
    top: 55px;
    left: 35px;
    width: 257px;
}
.login-page .login-form .login-details .password {
    height: 36px;
    top: 96px;
    left: 35px;
    width: 257px;
}
.login-page .login-form .login-details .login {
    top: 135px;
    left: 10px;
    width: 282px;
}