@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

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

.input-group {
    margin-top: 8%;
    margin-left: 30%;
}

#icon {
    width: 18px;
    height: 19px;
    margin-top: -12%;
    margin-left: 93%;
}

.form-control {
    border: 1px solid black;
    width: 700px;
    height: 58px;
    border-radius: 50px;
}

.card {
    margin: 2%;
    background: none;
    border: none;
}

.card-body {
    text-align: justify;
}

.card-title {
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
}

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

#tulisan {
    color: blue;
}

#link {
    text-decoration: none;
}

#Dvidio {
    width: 87%;
    height: 50px;
    border: none;
    border-radius: 10px;
    margin: 5px;
    margin-left: 7px;
    background-color: #3F8CFF;
    font-weight: bold;
}

/*  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: 80px;
    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;
}