﻿body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.help{ 
    margin-top: 30px;
    font-size: 12px;
    font-weight: bold;
}

.email{ 
    margin-top: 30px;
}

input, .input-lg {
    border-radius: 3px;
}

.btn-group-lg>.btn, .btn-lg {
    border-radius: 3px;
}

/* Form error text */
.help-block {
    font-style: italic;
    font-size: 90%;
    margin-bottom: 0;
    z-index: 3;
}

.has-error .help-block {
    background: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
    background-size: 20px 20px;
}

.has-error .help-block {
    display: block;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 2px;
    margin-top: 2px;
    position: relative;
}

    .has-error .help-block:before,
    .has-error .help-block:after {
        content: "";
        position: absolute;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
    }

    .has-error .help-block:before {
        border-bottom: solid;
        border-width: 7px;
        left: 16px;
        top: -7px;
    }

    .has-error .help-block:after {
        border-bottom: 6px solid;
        left: 17px;
        top: -6px;
    }

.has-error .help-block {
    background: #f2dede;
    border-color: #ebccd1;
    color: #b94a48;
    background-size: 20px 20px;
}

    .has-error .help-block:before {
        border-bottom-color: #dda7b0;
    }

    .has-error .help-block:after {
        border-bottom-color: #f3e2e2;
    }