body {
    background-image: url("https://i.imgur.com/MQvxlmp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

h1 {
    text-align: center;
    font-weight: 300;
}

.tulisan_login {
    text-align: center;
    color: white;
    font-family: "Lucida Console", "Courier New", monospace;
    font-weight: bold;
    text-transform: uppercase;
}

.kotak_login {
    width: 90%; /* Ubah lebar form login */
    background-image: linear-gradient(#0e1329, #013051, #016098, #499dc6, #f5f5f5);
    margin: 80px auto;
    padding: 30px 20px;
}

.logo {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%; /* Ubah lebar maksimum logo */
    height: auto;
}

label {
    font-size: 11pt;
    color: white;
}

.form_login {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 11pt;
    margin-bottom: 20px;
}

.tombol_login {
    background: #46de4b;
    color: white;
    font-size: 11pt;
    width: 100%;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
}

.link {
    color: #232323;
    text-decoration: none;
    font-size: 10pt;
}
