.dlgreen{
    background: url('/img/arrow.svg') no-repeat right 20px center;
    background-size: 17px auto;
    color: var(--c-green) !important;
    position: relative;
    min-height: 44px;
    line-height: 24px;
    padding: 10px 0px;
    display: inline-block;
    text-decoration: none;
    transition: all .5s ease-in-out;
    padding-right: 55px;
}
.dlgreen:hover{
    background: url('/img/arrow-act.svg') no-repeat right 20px center;
    background-size: 25px auto;
    text-decoration: none;
}
#guestform, #pwreset{
    display:none;
}

.greentxt{
    color:var(--c-darkgreen);
    font-family: 'Sans-Bold';
}
