* {
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url(gambar/EXPORT\ BACKGROUND\ ARTWORK.png);
    background-color: #edf6ff;
}

.card-login {
    display: flex;
    background-color: white;
    width: 560px;
    height: 580px;
    margin: 0 auto;
    margin-top: 225px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 24px;
}

.content {
    margin-left: 40px;
}

.logo-section {
    display: flex;
    width: fit-content;
    margin: 0 auto;
    gap: 20px;
}

.logo {
    width: 56px;
    height: auto;
    float: inline-start;
    margin-top: 40px;
    margin-left: -240px;
}

.name-logo {
    text-transform: capitalize;
    font-family: 'Anton', sans-serif;
    color: #3d67ff;
    margin-top: 55px;
}

.judul {
    font-family: 'Instrument Sans', sans-serif;
    color: #2D208A;
    font-size: 40px;
    font-weight: 700;
}

.info-text {
    font-size: 18px;
    color: #B1ACCD;
    font-weight: 400;
    font-family: 'Instrument Sans', sans-serif;
    margin-bottom: 56px;
}

.email-container {
    margin-bottom: 32px;
}

.email-text {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2D208A;
}

#email {
    width: 475px;
    height: 35px;
    border-radius: 4px;
    margin-top: 10px;
    border: 1px solid #B1ACCD;
    padding-left: 10px;
}

#email:active {
    border-color: #2D208A;
}

.passwoed-container {
    margin-bottom: 32px;
}

.password-text {
    font-family: 'Instrument Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #2D208A;
}

#password {
    width: 475px;
    height: 35px;
    border-radius: 4px;
    margin-top: 10px;
    border: 2px solid #B1ACCD;
    padding-left: 10px;
    text-transform: capitalize;
    margin-bottom: 60px;
}

#password:active {
    border-color: #2D208A !important;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #3D67FF;
    color: white;
    border: none;
    width: 480px;
    height: 54px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Instrument Sans', sans-serif;
    font-weight: 600;
    border-radius: 4px;
}

.login:hover {
    background-color: ;
}