.login-bg {
    height: 100vh;
    background-color: #1E85D0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.login-bg .cover {
    background-color: #0C71B9;
    height: 100vh;
    width: 50%;
}
.login-content {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
}
.login-box {
    position: relative;
    min-width: 1000px;
    min-height: 550px;
    /* background-color: #fff; */
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}
.logo {
    margin-bottom: 20px;
    color: #fff;
}
.login-box .login-head {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 25px;
}
.inner-box {
    background: beige;
    width: 50%;
    display: block;
    flex: none;
}
.left {
    background: #1e85d0de;
}
.right {
    background:#62d2ffde;
}
.login-form {
    padding: 40px 120px 30px 120px;
}
.tombol {
    background: #0c71b9;
    color: #fff;
    padding: 5px 8px;
    margin: 20px 0px;
    border-radius: 4px;
    border: 0;
    width: 100%;
    height:50px;
  }
.btn-login {
    padding: 12px 75px;
    background: #0C71B9;
    position: relative;
    cursor: pointer;
    color: white;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 15px;
    border: none !important;
}
.rz-input{
    padding: 13px !important;
}
.content-img {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-text {
    color: white;
    text-align: center;
    margin-top: 50px;
}