body{
    font-family: sans-serif;
    background-color: #181818;
    min-height: 100vh;
    margin: 0;
}

.register-container{
    box-shadow: -20px 25px 10px 0 rgba(0, 0, 0,0.4 );
    width: 100%;
    display: flex;
    height: 100%;
    background-color: #232323;
    padding: 30px;
    border-radius: 10px;
    display: flex;
}

.kanan {
    padding-left: 500px;
    margin-bottom: 10px;
}

form .input-box input{
    height: 15%;
    width: 40%;
    outline: none;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    border: 1.5px solid #FFD700;
    background-color: #FFD700;
    border-bottom-width: 2.5px;
    border-radius: 6px;
    transition: all 4s ease;
    margin-left: 30px;
    cursor: pointer;
}

form .policy {
    display: flex;
    align-items: center;
    margin-top: 3px;
    margin-right: 40px;
}

.policy h3 {
    color: #FFD700;
    font-size: 14pt;
    font-weight: 500;
    margin-left: 20px;
    box-shadow: #000000;
}

form {
    text-align: left;
}

label {
    display: block;
    color: #FFD700;
    margin-bottom: 5px;
    margin-right: 40px;
}

h3 {
    color: #FFD700;
    font-weight: 600;
    font-size: 20pt;
    margin-left: 20px;
    margin-right: 10px;
}

input[type="text"], input[type="password"], input[type="email"], select {
    width: 120%;
    padding: 11px;
    box-sizing: border-box;
    border: 2.5px solid #444444; /*Abu abu gelap*/
    border-radius: 3px;
    background-color: #333333;
    color: #FFD700;
    margin-right: 60px;
} 

h2 {
    color: #FFD700;
    font-size: 25pt;
    margin-left: 10px;
    margin-top: 30px;
    
}

p{
    font-size: 12pt;
    color: #FFD700;
    margin-left: 10px;
    margin-top: 20px;
}

input[type="email"] {
    background-color: #333333;
    color: aliceblue;
}

input[type="email"]:hover {
    color: #333333;
    background-color: #ffffff;
}

button {
    color: #181818;
    background-color: #FFD700;
    width: 70%;
    /* height: 50px; */
    padding: 3%;
    font-size: 14px;
    border-radius: 6px;
    font-weight: 500;
    margin-bottom: 100px;
    /* margin-left: 20px; */
    cursor: pointer;
    margin-right: 40px;
}

button:hover{
    color: #FFD700;
    background-color: #181818;
}
