.footer,
.login-form .register,
.login-form-header {
    text-align: center
}

body {
    font-family: "open sans", "segoe ui";
    font-size: 15px;
    margin: 0;
    padding: 0
}

.login-form-container {
    max-width: 400px;
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -230px
}

.login-form-container a {
    text-decoration: none
}

.login-form-content {
    padding: 25px
}

.login-form-content i {
    width: 30px;
    text-align: center;
    vertical-align: bottom
}

.login-form-header h3 {
    font-weight: lighter;
    font-size: 25px;
    margin: 10px 0
}

.login-form .input-container {
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    font-size: 20px;
    color: #9e9e9e;
    padding-bottom: 5px
}

.login-form .input {
    border: 0;
    width: 200px
}

.login-form .button:focus,
.login-form .input:focus {
    outline: 0
}

.login-form .button {
    margin-top: 15px;
    width: 100%;
    border-radius: .25rem;
    background: #2e7ec7;
    border: 0;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
    transition: background .3s
}

.login-form .button:hover {
    background: #1f6eb7
}

.login-form .register {
    margin-top: 5px;
    background: #ccc;
    border-radius: .25rem;
    border: 0;
    color: #676464;
    padding: 9px;
    font-size: 15px;
    display: block
}

.login-form .register:hover {
    background: #b7b7b7
}

.alert-gagal {
    padding: 20px;
    background-color: #f44336;
    color: #fff
}

.alert-sukses {
    padding: 20px;
    background-color: #006400;
    color: #fff
}

@media screen and (max-height:600px) {
    .login-form-container {
        margin-top: 0 !important;
        top: 10px !important
    }
}

@media screen and (max-width:400px) {
    .login-form-container {
    left: 5px;
    min-width: 283px;
    right: 10px;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 0px;
    margin-top: 50px
    }
    .login-form .input {
        width: 160px;
        font-size: 16px
    }
}