.label-form {
    font-weight: 300;
    font-size: 30px;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#tombol1 {
    background-image: linear-gradient(-180deg, #37AEE2 0%, #1E96C8 100%);
    border-radius: .5rem;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-size: 16px;
    justify-content: center;
    padding: 20px;
    text-decoration: none;
    width: 100%;
    border: 0;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin-bottom: 30px;
}

#tombol1:hover {
    background-image: linear-gradient(-180deg, #1D95C9 0%, #17759C 100%);
}




#keterangan-lupa-password {
    font-size: 13px;
}

#container-login-form {
    padding: 30px;
    color: #333;
}