﻿.form-group a {
    color: #000000;
    text-decoration: none;
}

    .form-group a:hover {
        color: var(--darktext-color);
        fill: var(--darktext-color) !important;
        text-decoration: none;
    }

    .form-group a::before {
        content: url('data:image/svg+xml;base64,[data]')
    }

.link-arrow {
    fill-rule: evenodd;
    transform-origin: center center 0px;
    transform: rotate(225deg);
    display: inline-block;
    width: 20px;
}

    .link-arrow:hover {
        fill: var(--darktext-color);
    }



.accent-image {
    max-width: 500px;
    margin-top: -100px;
    margin-left: 100px;
}


h1 {
    font-size: 70px;
    line-height: 90px;
    position: relative;
    z-index: 10;
}

@media(min-width: 1000px) {
    h1 {
        font-size: 150px;
        line-height: 155px;
    }
}

.pill-button > div div:nth-child(2) {
    color: var(--accent-color) !important;
}

.inbetween-image-smaller {
    display: none;
}

@media (min-width: 1100px) {
    .inbetween-image-smaller {
        z-index: 1;
        display: block;
        width: 40%;
        max-height: 400px;
        right: 100px;
        margin: 0 auto;
        margin-top: -150px;
        position: absolute;
        text-align: center;
        vertical-align: middle;
        object-fit: cover;
    }
}

#register-new-account-div {
    padding-bottom: 26px;
}

#new-customer-div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* password toggle start */
.password-wrapper {
    position: relative;
}

.toggle-button, .toggle-button-confirm {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    right: 12px;
    cursor: pointer;
    color: #495057
}

.eye-icon {
    width: 20px;
    height: 20px;
}
/* password toggle end */
