fieldset {
    border: 1px solid #ece9e9 !important;
}

legend {
    font-size: 16px !important;
}
.afs-form-wrapper {
    width: 100%;
    min-height: 370px;
    position: relative;
}

.afs-form-loader-wrapper {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 15%;
    text-align: center;
}

.afs-form-message-wrapper {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 15%;
    text-align: center;
}

.afs-form-loader-text {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.add-photos-button {
    float: left;
}

.afs-success-request-number {
    font-weight: 600;
}

.add-photos-message {
    float: left;
    line-height: 41px;
    margin-left: 14px;
}

.add-photos-error {
    color: red;
}

.help-line {
    font-size: 0.875rem;
    font-weight: normal;
    color: #0a0a0a;
    padding-bottom: 10px;
}

.afs-form-validation-error {
    float: right;
    color: red;
}

.afs-business-part {
    display: none;
}

#fountainG {
    position: relative;
    width: 120px;
    height: 14px;
    margin: auto;
}

.fountainG {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.74);
    width: 14px;
    height: 14px;
    animation-name: bounce_fountainG;
    -o-animation-name: bounce_fountainG;
    -ms-animation-name: bounce_fountainG;
    -webkit-animation-name: bounce_fountainG;
    -moz-animation-name: bounce_fountainG;
    animation-duration: 1.69s;
    -o-animation-duration: 1.69s;
    -ms-animation-duration: 1.69s;
    -webkit-animation-duration: 1.69s;
    -moz-animation-duration: 1.69s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    transform: scale(.3);
    -o-transform: scale(.3);
    -ms-transform: scale(.3);
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}

#fountainG_1 {
    left: 0;
    animation-delay: 0.68s;
    -o-animation-delay: 0.68s;
    -ms-animation-delay: 0.68s;
    -webkit-animation-delay: 0.68s;
    -moz-animation-delay: 0.68s;
}

#fountainG_2 {
    left: 15px;
    animation-delay: 0.85s;
    -o-animation-delay: 0.85s;
    -ms-animation-delay: 0.85s;
    -webkit-animation-delay: 0.85s;
    -moz-animation-delay: 0.85s;
}

#fountainG_3 {
    left: 30px;
    animation-delay: 1.01s;
    -o-animation-delay: 1.01s;
    -ms-animation-delay: 1.01s;
    -webkit-animation-delay: 1.01s;
    -moz-animation-delay: 1.01s;
}

#fountainG_4 {
    left: 45px;
    animation-delay: 1.18s;
    -o-animation-delay: 1.18s;
    -ms-animation-delay: 1.18s;
    -webkit-animation-delay: 1.18s;
    -moz-animation-delay: 1.18s;
}

#fountainG_5 {
    left: 60px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#fountainG_6 {
    left: 75px;
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s;
}

#fountainG_7 {
    left: 90px;
    animation-delay: 1.69s;
    -o-animation-delay: 1.69s;
    -ms-animation-delay: 1.69s;
    -webkit-animation-delay: 1.69s;
    -moz-animation-delay: 1.69s;
}

#fountainG_8 {
    left: 105px;
    animation-delay: 1.86s;
    -o-animation-delay: 1.86s;
    -ms-animation-delay: 1.86s;
    -webkit-animation-delay: 1.86s;
    -moz-animation-delay: 1.86s;
}

@keyframes bounce_fountainG {
    0% {
        transform: scale(1);
        background-color: rgba(0, 0, 0, 0.66);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-o-keyframes bounce_fountainG {
    0% {
        -o-transform: scale(1);
        background-color: rgba(0, 0, 0, 0.66);
    }

    100% {
        -o-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-ms-keyframes bounce_fountainG {
    0% {
        -ms-transform: scale(1);
        background-color: rgba(0, 0, 0, 0.66);
    }

    100% {
        -ms-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-webkit-keyframes bounce_fountainG {
    0% {
        -webkit-transform: scale(1);
        background-color: rgba(0, 0, 0, 0.66);
    }

    100% {
        -webkit-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

@-moz-keyframes bounce_fountainG {
    0% {
        -moz-transform: scale(1);
        background-color: rgba(0, 0, 0, 0.66);
    }

    100% {
        -moz-transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}
