.dlgreen{
    background: url('/img/arrow.svg') no-repeat right center;
    background-size: 17px auto;
    color: var(--c-green) !important;
    position: relative;
    border-bottom: 1px solid var(--c-lightgreen);
    min-height: 44px;
    line-height: 24px;
    padding: 10px 0px;
    width: 66.667%;
    display: block;
    text-decoration: none;
    transition: all .5s ease-in-out;
}
.dlgreen:hover{
    background: url('/img/arrow-act.svg') no-repeat right center;
    background-size: 25px auto;
    text-decoration: none;
}
#guestform, #pwreset{
    display:none;
}

.greentxt{
    color:var(--c-green);
}
