* {
    font-family: 'Poppins';
    margin: 0;
    padding: 0px;
}
body {
    background-image: url('../mudi_files/bc.PNG');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

header {
    margin-top: 30px;
    margin-bottom: 15px;
}
header div {
    padding: 12px 20px;
}
header div div {
    text-align: center;
}
.bg-color-orange{
    background-color: orange;
}
#account-form {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    background: #ffffffa1;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#account-form-create {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background: #ffffffa1;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-group > input {
    margin-bottom: 20px;
    background-color: #fff;
}
.password-box {
    justify-content: space-between;
    width: 100%;
}
.password-box div {
    width: 48%;
}