
.spaceme {
    margin-top: 100px;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.ishalf {
    width: 49%;
}

.form-control:focus {
    border-color: #ff5d57;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(255, 93, 87);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(255, 93, 87);
}

.nasContainer a {
    color: #ff5d57;
}

.maxh {
    max-height: 34px;
}

.nasbtn {
    background-color: #f05550;
    border-color: #f05550;
}

.modal-title {
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-weight: 600;
}

.modal-header {
    background: #ff5d57;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.modal-footer {
    background: #131a27;
}

    .modal-footer p {
        color: #596480;
        margin-bottom: 0px;
    }
