    body,html {
    display: flex;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    height: 100vh;
    width: 100vw;
}

.container.login-con{
    align-content: center;
    /* background-color: blue; */
    width: 100vw;
}

.logo {
    width: 30% !important;
    /* background-color: #D9D9D9; */
    float: right;
}

.logo img{
    width: 30%;
}

.login-form.container {
    margin-inline: 10px;
    align-content: center;
}

/* CSS untuk container */
.container.right {
    width: 100%; /* Pastikan container memenuhi lebar penuh */
    height: 100%; /* Atau bisa diatur sesuai kebutuhan tinggi container */
    display: flex; /* Untuk memudahkan center alignment (opsional) */
    /* background-color: chartreuse; */
}

/* CSS untuk kotak */
.container.box {
    margin: auto; /* Mengubah posisi kotak */
    background-color: #D9D9D9; /* Warna latar belakang kotak */
    border-radius: 10px; /* Sudut melengkung 10px */
    box-sizing: border-box; /* Memastikan padding dan border dihitung dalam ukuran kotak */
}

.masuk {
    font-size: 30px;
    font-style: bold;
}

 .border h2 {
    font-style: bold;
}

label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
}

.Lupa.Password {
    float: right;
}

input[type="email"], input[type="password"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.btn {
    width: 100%;
    padding: 10px;
    background-color: #D9D9D9;
    color: rgb(0, 0, 0);
    border-radius: 10px;
    margin-top: 20px;
    cursor: pointer;
    border: none;
}

.icon {
    display: flex;
    justify-content: center;
}

.fa-brands {
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-size: 30px;
}

h2 {
    padding: 20px;
}

.gambarlogin {
    width: 50%;
    height: 50%;
    float: right;
}
