/* .login {
    background-image: url(../img/maps_indonesia.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
} */
.map-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(../img/maps_indonesia.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


.login h1 {
    font-weight: 800;
    color: var(--black-color);
}

.login .logo img {
    width: 95px;
}

.login .input-group {
    background-color: #E5E9F2;
    border-radius: 50px;
    border: 0.5px solid var(--secondary-color);
    padding: 8px 25px;
}

.login input.form-control:focus {
    box-shadow: none;
}

.login button.btn-primary {
    padding: 14px;
}

.login .img-right {
    position: absolute;
    right: 0;
    bottom: 0;
}