
body, html {
    height: 100%;
}
.myForm{
    background:url('../images/backlogin.png');
     /* Full height */
     width: 100%; 
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain, cover;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 1%;
}

form{
    margin: 70px 30px 120px 30px;
}

.myTitle {
    font-size: 200%;
    font-family: 'Baloo Bhai', cursive;
    background : linear-gradient(
        to right,
        #88E3B7,
        #058107 75%
    );
    -webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.myWord{
    font-size: 100%;
    font-family: 'Lato', sans-serif;
}
.judul{
    margin:15%;
}

.btn{
    text-align: center;
    border-radius: 25px;
    margin-top:13%;
    background : linear-gradient(
      to right,
      #88E3B7,
      #058107 75%
    );
}

img{
    width: 100%;
}