
/* FORM */
#konten-form{
    padding-top: 100px;
    width: 40%;
}
.header-form h2{
    color: #2d2e5a;
    font-weight: bold;
}
.header-form span{
    font-size: 16px;
}
.header-form p{
    font-size: 15px;
    font-weight: lighter;
}
.header-form p a{
    color: #2d2e5a;
}
.header-form p a:hover{
    color: slategray;
}


/* LOGO */
#konten-logo{
    width: 40%;
}
.konten-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 600px;
    background-color: #2d2e5a;
}
.img-logo img{
    width: 450px;
}
/* .img-logo img{
    width: 300px;
} */

.btn:hover{
    background-color: #252545;
    color: white;
}
.btn{
    background-color: #2d2e5a;
    color: whitesmoke;
}