#eh-passwordReset{
    padding:40px;
}

#eh-passwordReset .eh-headline{
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

#eh-passwordReset .eh-info{
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    padding: 0 40px;
}

#kc-reset-password-form input[type=submit]{
    width:100%;
    background: transparent radial-gradient(closest-side at 54% -107%, #D4F1E2 0%, #D2F0E0 0%, #73B99B 100%) 0% 0% no-repeat padding-box;
}

@media (max-width: 500px) {
    #eh-passwordReset .eh-info {
       padding: 0 5px; 
    }

    #eh-passwordReset {
        padding: 20px;
    }
}

@media (max-width: 322px) {
    #eh-passwordReset {
        padding: 7px;
    }
    #eh-passwordReset .eh-info {
        font-size: 14px; 
     }
}

