/* RESET */
body {
    display: flex;
    height: 110vh;
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
}

/* LEFT SIDE */
.left {
    width: 60%;
    background: #c7d6d9;
    padding: 80px;
    position: relative;
}


.logo img {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 200px; 
}

/* TEXT */
.left h1 {
    font-size: 70px;
    color: #0b3c3f;
    margin-top: 10px;
}

/* GAMBAR KOMPUTER */
.img-komputer {
    width: 650px;
    position: relative;
    top: -60px;
}

/* RIGHT SIDE */
.right {
    width: 40%;
    background: #083b3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* BOX LOGIN / REGISTER */
.auth-box {
    width: 320px;
    text-align: center;
    color: white;
}

/* INPUT */
.input-group {
    display: flex;
    align-items: center;
    background: #c4dde0;
    border-radius: 30px;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.input-group input {
    border: none;
    outline: none;
    background: transparent;
    flex: 1;
    font-size: 14px;
}

/* ICON */
.icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* BUTTON */
button {
    width: 100%;
    padding: 12px;
    border-radius: 25px;
    border: none;
    background: #5fa4a8;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

button:hover {
    background: #4b8b8f;
}

/* LINK */
.auth-link {
    margin-top: 15px;
    font-size: 13px;
}

.auth-link a {
    color: #c7d6d9;
    text-decoration: none;
}

/* BIAR GAMBAR GA NGACO */
img {
    max-width: 100%;
}

/*logo atasnya bagian login*/
.icon-user {
    width: 150px;
    top: 50px;
    left: 50px;
}

/*logo atasnya bagian register*/
.icon-pintu {
    width: 150px;
    top: 50px;
    left: 50px;
}
