html {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    font-family: Arial;
}

.background {
    position: fixed;
}

.main-box {
}

.container {
}

.left-panel {
}

.header {
    padding: 40px 0px 30px 0px;
}

.logo {
    background: url(/images/logo.png) no-repeat center;
    background-size: cover;
    float: left;
    height: 42px;
    margin: 0px 0px 0px 10px;
    width: 42px;
}

.name {
    float: left;
    margin: 10px 0px 10px 10px;
}

.title {
    padding: 10px 10px 20px 10px;
}

.form-title {
    margin: 0px 0px 5px 5px;
}

.input {
    height: 30px;
    padding: 5px 7px;
    width: calc(100% - 14px);
}

.input:focus {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.02);
}

.check-option {
    user-select: none;
}

.check-box {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 4px;
    padding: initial;
    border: initial
}

.helper {
    padding: 0px 0px 0px 20px;
}

.login-button-box {
    padding: 20px 0px 40px 0px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.login-button-box a {
    cursor: pointer;
    padding: 10px 20px;
    transition: all 0.3s;
}

.language-title {
    font-weight: bold;
    position: absolute;
    bottom: 20px;
}

.image-box {
    background-color: rgb(0, 255, 119);
    width: calc(100% - 650px);
    background: #f7f8f9 url(/images/background-jaringan.jpg) no-repeat top;
    background-size: cover;
    box-shadow: inset -10px -30px 30px rgba(0, 0, 0, 0.15);
    bottom: 0px;
    min-height: 500px;
    overflow: hidden;
    position: fixed;
    right: 0px;
    top: 0px;
    width: calc(100% - 650px);
}

.footer {
    bottom: 0px;
    margin: 5px auto;
    padding: 5px 0px;
    position: fixed;
    right: 0px;
    text-shadow: 0px 0px 3px #000;
    width: 200px;
}



