p.error-text{
    color: red;
    padding-top: 3px;
    padding-left: 3px;
}

.modal-form input{
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.modal-form input:first-child{
    margin-top: 0 !important;
}
.modal-form textarea {
    margin-bottom: 0 !important;
    margin-top: 20px;
}
.modal-form p.modal-error{
    color: red;
    padding-top: 5px;
    padding-left: 5px;
    font-size: 1em !important;
    margin-bottom: 0 !important;
}
.clear-both{
    clear: both;
}

.modal-form .contact-submit{
    margin-top: 40px;
}
.modal-form .recaptcha-form .contact-submit {
    margin-top: 20px;
}
.modal-form .recaptcha-form .ng-isolate-scope {
    margin-top: 20px;
}

.form-modal .link-box:disabled{
    border: 3px solid #CCC;
    color: #ccc;
}

/* flash message */
.flash_message {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    right: 0;
    width: 50%;
    z-index: 99999;
    color: #FFF;
    background-color: #000;
    text-align: center;
    padding: 100px 10px;
    font-size: 1.4em;
}

@media (max-width: 768px) {
    .flash_message{
        font-size: 14px;
        width: 80%;
        left: 10%;
    }
}