body {
    background:#353535 no-repeat top left;    
    background-image: url('../images/bg-kemhan-35.png');    
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-attachment: fixed; 
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    padding: 0;
}

.loginScreen {
    background:#353535 no-repeat top left;    
    background-image: url('../images/bg-kemhan-35.png');    
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-attachment: fixed; 
    background-size: 100% 100%;
    background-color: rgba(0, 0, 0, 0.4);    
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-family: sans-serif;    
}

.loginBox {
    position: absolute;
    top: 45%;
    left: 51%;
    transform: translate(-50%, -50%);
    width: 400px;
    min-height: 200px;
    background: #191919;
    border-radius: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    box-sizing: border-box
}

.user {
    margin: 0 auto;
    display: block;
    /*margin-bottom: 20px*/
}

h3 {
    margin: 0;
    padding: 0 0 20px;
    color: #dee2e6;
    text-align: center
}

.loginBox input {
    width: 100%;
    margin-bottom: 20px
}

.loginBox input[type="text"],
.loginBox input[type="password"] {
    border: none;
    border-bottom: 2px solid #262626;
    outline: none;
    height: 40px;
    color: #fff;
    background: transparent;
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box
}

.loginBox input[type="text"]:hover,
.loginBox input[type="password"]:hover {
    color: #ffffff;
    border: 1px solid #ffc107;
    box-shadow: 0 0 5px rgba(211, 211, 197, 0.3), 0 0 10px rgba(0, 255, 0, .2), 0 0 15px rgba(0, 255, 0, .1), 0 2px 0 black
}

.loginBox input[type="text"]:focus,
.loginBox input[type="password"]:focus {
    border-bottom: 2px solid #ffc107
}

.inputBox {
    position: relative
}

.inputBox span {
    position: absolute;
    top: 10px;
    color: #262626
}

.loginBox input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    font-size: 16px;
    background: #ffc107;
    color: #191919;
    border-radius: 20px;
    cursor: pointer
}

.loginBox a {
    color: #565656;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    display: block
}

a:hover {
    color: #ffc107
}

p {
    color: #0000ff
}
