@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


body {
    background-image: url(/assets/background.png);
    background: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 3000px;
}

.kertas {
    margin: 300px;
    margin-left: 23%;
    margin-right: 20%;
}

.tulisan {
    text-align: center;
}

h3 {
    font-family: 'Raleway' sans-serif;
    font-size: 30px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}

.card-group {
    border: 1px solid #CFE2E8;
    border-radius: 18px;
    background-color: #CFE2E8;
    padding: 50px;
    padding-bottom: 25px;
}


#tombol {
    border: none;
    border-radius: 24px;
    background-color: #3F8CFF;
    width: 140px;
    height: 40px;
    color: black;
    font-size: 13px;
    font-family: sans-serif;
    margin-left: 350px;
    margin-right: 350px ;
    margin-top: 30px;
    margin-bottom: 30px;
}

#jenis {
    margin-left: 125px;
    width: 50%;
    height: 30px;
    border: none;
}

#tomb {
    border: none;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    background-color: #ffff;
    border-radius: 5px;
}

#kirim {
    text-decoration: none;
    color: black;
}

/* pop up profile */
#btnprofile {
    color: white;
    background-color: #3F8CFF;
    border: none;
}

.modal-content{
    border-radius: 20px;
    margin-left: 115%;
    margin-bottom: 10px;
    width: 307px;
    height: 357px;
}
.modal-header {
    background-color: #76D2F7;
    border-radius: 20px;
    width: 307px;
    height: 357px;
}

#gambarmr {
    margin-left: 90px;
    margin-bottom: 20px;
    width: 97px;
    height: 99px;
}

.selamat-datang {
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 60px;
}

.selamat-datang2 {
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 95px;
}

.dua {
    border: 1px solid white;
}

#keluar {
    margin-left: 86%;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 30px;
}

.kelola button {
    border: 4px solid white;
    border-radius: 5px;
    background-color: #3F8CFF;
    width: 273px;
    height: 45px;
}

#text1 {
    color: white;
    text-decoration: none;
    margin-right: 75px;
    margin-left: 20px;
}

#text2 {
    color: white;
    text-decoration: none;
    margin-right: 150px;
    margin-left: 20px;
}

#icon {
    width: 32px;
    height: 30px;
    color: white;
}

#icon2 {
    width: 32px;
    height: 30px;
    color: white;
}