﻿.dg-forgot-memno__btn {
    background-color: var(--color-1);
    color: var(--color-3);
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 100px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    border: none;
    line-height: 1;
    -webkit-appearance: none;
    font-size: 16px;
    white-space: nowrap;
}

    .dg-forgot-memno__btn:after {
        content: "\e900";
        font-family: 'icomoon' !important;
        speak: never;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        transition: transform 0.3s ease-in-out;
        font-size: 10px;
        font-weight: 500;
        transition: transform 0.3s ease-in-out;
    }

    .dg-forgot-memno__btn:hover:after {
        transform: translateX(10px);
    }

.dg-forgot-memno__box-inner:before {
    background-color: var(--ga-electric-blue);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 8px;
    height: 100%;
}

.dg-forgot-memno a {
    color: var(--color-3);
}

.dg-forgot-memno__bottomtext a {
    border-bottom: 1px solid var(--color-3);
}

.dg-forgot-memno .form-group input[type=email] {
    height: auto;
    font-size: 14px;
}

.dg-forgot-memno .form-group.error .form-control {
    border-bottom-color: red;
}

.dg-forgot-memno__title {
    font-size: 30px;
}