﻿.signup-container {
    padding-top: 5%;
}

    .signup-container h2 {
        margin-bottom: 10px;
    }

    .signup-container h4 {
        padding-bottom: 5px;
    }

    .signup-container .form__group input[type="number"] {
        height: 50px;
    }

    .signup-container .form__group {
        margin-bottom: 0px;
    }

    .signup-container .step {
        position: relative;
        padding: 5px 0;
    }

        .signup-container .step:after {
            position: absolute;
            content: "\f178";
            font-family: "Font Awesome 5 Pro";
            top: 0;
            right: 0;
            align-items: center;
            height: 100%;
            display: none;
        }

        .signup-container .step.active:after {
            display: flex;
        }

    .signup-container .a-tooltip {
        margin-left: 5px;
    }

    .signup-container .card-body {
        padding-top: 0;
        padding-right: 0;
    }

    .signup-container .alert.alert-danger table {
        margin-bottom: 0;
    }

    .signup-container .alert.alert-danger table tbody,
    .signup-container .alert.alert-danger table tbody td,
    .signup-container .alert.alert-danger table tbody tfoot,
    .signup-container .alert.alert-danger table tbodyth,
    .signup-container .alert.alert-danger table tbodythead,
    .signup-container .alert.alert-danger table tbodytr {
        border: none;
    }

    .golfnz-signup .btn {
        width: 100%;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        color: var(--color-3);
    }

    .golfnz-signup .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;
        font-size: 12px;
        transition: transform 0.3s ease-in-out;
    }

    .golfnz-signup .btn:hover:after {
        transform: translateX(10px);
    }

.signup-container .subtitle {
    text-align: center;
}

.signup-container .subtitle p {
    margin-top: 10px;
}

@media (min-width: 576px) {
    .signup-container .col-sm-2.offset-sm-1 {
        margin-left: 0%;
        margin-top: 10px;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 45%;
    }
}