-
Notifications
You must be signed in to change notification settings - Fork 386
acrons #182
Copy link
Copy link
Open
Description
Acronslogin
opened on Feb 27, 2026
Issue body actions
<title>Halaman Login</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Arial, sans-serif;
}
body {
background-color: #f5f7fa;
display: flex;
flex-direction: column;
align-items: center;
padding: 40px 20px;
}
.logo {
width: 120px;
height: 120px;
border-radius: 50%;
background-color: #2d4a86;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
}
.logo img {
width: 70%;
}
.form-container {
width: 100%;
max-width: 350px;
}
.input-group {
margin-bottom: 20px;
}
.input-group input {
width: 100%;
padding: 15px 15px 15px 45px;
border: 1px solid #ddd;
border-radius: 8px;
font-size: 16px;
background-position: 15px center;
background-repeat: no-repeat;
background-size: 20px;
}
.phone-input {
background-image: url('https://cdn-icons-png.flaticon.com/512/179/179309.png');
}
.password-input {
background-image: url('https://cdn-icons-png.flaticon.com/512/1005/1005119.png');
}
.remember-me {
display: flex;
align-items: center;
margin-bottom: 25px;
}
.remember-me input {
margin-right: 8px;
}
.remember-me label {
font-size: 14px;
color: #333;
}
.login-btn {
width: 100%;
padding: 15px;
background-color: #2d4a86;
color: white;
border: none;
border-radius: 8px;
font-size: 18px;
cursor: pointer;
}
.login-btn:hover {
background-color: #233b6b;
}
.register-link {
text-align: center;
margin-top: 25px;
font-size: 16px;
}
.register-link a {
color: #2d4a86;
text-decoration: none;
font-weight: bold;
}
.language {
position: absolute;
top: 20px;
right: 20px;
font-size: 14px;
color: #333;
cursor: pointer;
}
</style>
bahasa
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels