*{
    font-family: 'Nunito Sans', sans-serif;
    margin: 0;
    padding: 0; 
}
/* Nav */
nav img{
    width: 54px;
}
nav ul li .nav-link{ 
    font-family: 'Nunito Sans', sans-serif;
    color: #11999E !important;
}
nav .navbar-brand{
    padding-left: 10px;
}
nav .nav-item .btn{
    background-color: #11999E !important;
    border-color: #11999E !important;
}
nav .container-fluid{
    background-color: transparent !important;
}


/* Main */
main > .container{
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 0px 20px #B2C5C1;
    display: flex;
    flex-direction: column;
}
header{
    color: #11999E;
}
header p{
    display: flex;
    justify-content: center;
}
header h4{
    display: flex;
    justify-content: center;
    font-weight: 900;
}
form{
    display: flex;
    align-items: center;
    flex-direction: column;
}
form label h6{
    font-weight: 900;
    color: #11999E;
}
form .container{
    display: flex;
    flex-direction: row;
}
.formKiri{
    width: 50%;
    margin-right: 3rem;
}
.formKanan{
    width: 50%;
}
form p{
    display: flex;
    justify-content: center;
}
form a{
    color: #11999E;
    text-decoration: none;
    font-weight: bold;
}
form button{
    display: flex;
    align-items: center;
    width: 50%;
}
#massage{
    color: red;
}
#signup{
    color: white !important;
    background-color: grey !important;
    border-color: grey;
}
#signup:hover{
    background-color:  #11999E!important;
    border-color: #11999E !important;
    box-shadow: 2px 3px 5px rgb(39, 39, 39);
}
#google{
    color: #40514E;
    background-color: transparent !important;
    border-color: #11999E;
}
#google:hover{
    color: white;
    background-color:  #11999E!important;
    box-shadow: 2px 3px 5px rgb(39, 39, 39);
}
#facebook{
    color: #40514E;
    background-color: transparent !important;
    border-color: #11999E;
}
#facebook:hover{
    color: white;
    background-color:  #11999E!important;
    box-shadow: 2px 3px 5px rgb(39, 39, 39);
}
@media only screen and (max-width: 576px) {
    form .container{
        display: flex;
        flex-direction: column;
    }
    .formKiri,.formKanan{
        width: 100%;
        margin: 0;
    }
    main > .container{
        box-shadow: none;
    }
    form button{
        width: 95%;
    }
  }


/* Footer */
footer .kiri img{
    width: 75px;
} 
footer .kanan img{
    width: 110px;
}
footer .container-fluid{
    padding-top: 20px;
    background-color: #40514E;
    display: flex;
}
footer .kanan{
    color: aliceblue;
    width: 33%;
}
footer .kiri{
    color: aliceblue;
    width: 33%;
}
footer .tengah{
    color: aliceblue;
    width: 33%;
}
footer .kiri h5{
    padding-top: 10px;
    color: #11999E;
}
footer .kiri .medsos{
    color: aliceblue;
} 
footer .container-fluid{
    padding-bottom: 10px;
}
footer h5{
    font-weight: bold;
}