﻿.step {
    text-transform: uppercase;
    color: #676767;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
}

    .step.active {
        color: #e30137;
        font-weight: bold;
    }

        .step.active:after {
            content: "\f061";
            font-family: 'Font Awesome 5 Pro';
            float: right;
        }

    .step.done:before {
        content: "\f00c";
        font-family: 'Font Awesome 5 Pro';
        float: left;
        padding-right: 5px;
    }

.golfnz-signup a {
    text-decoration: underline;
}

.golfnz-signup .alert {
    margin-bottom: 60px;
}

.golfnz-signup .alert .table {
    margin-bottom: 0;
}

.golfnz-signup .alert-success .table td {
    color: #ffffff;
}

.golfnz-signup .form-check {
    padding-left: 0;
}

.golfnz-signup .form-check .form-check-input {
    position: relative;
    margin-top: -2px;
    margin-left: 8px;
    margin-right: 8px;
}

.golfnz-signup .form-check label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    align-items: center;
    color: #02484D;
}

.golfnz-signup .form-group input[type=text],
.golfnz-signup .form-group input[type=number],
.golfnz-signup .form-group input[type=password],
.golfnz-signup .form-group input[type=email] {
    height: auto;
    border-bottom: 1px solid transparent;
}

.golfnz-signup .form-group input.is-error {
    border-bottom: 1px solid #FE4F47;
    box-shadow: inset 0 -1px 0 0 #FE4F47;
}

.golfnz-signup .show {
    display: block;
}

.golfnz-signup .btn-primary {
    padding: 1em 1.5em 0.6em 1.5em;
}