input{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 15px 0  15px;
}

textarea{
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.privacy-checkbox{
    margin-top: 8px;
    width: fit-content;
    height: fit-content;
    float: left;
}

.privacylink{
    font-size: 14px;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
    font-family: "Open Sans", arial, sans-serif;
    float: right;
    margin: 10px 0 0 10px;
}

.btn-primary{
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
    margin-bottom: 50px;
}

.btn-primary:hover{
    background-color: #449d44 !important;
}

label{
    display: none;
}
textarea:focus, input:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    border-color: #66afe9;
    outline: 0;
}

.lastUnit{
    display: flex;
    justify-content: space-between;
}

.form-footer p{
    color: #fff;
}

.form-footer a{
    color: #ff6600;
}

.form-footer h3{
    margin-top: 0;
}

.footer .left label{
    display: none !important; 
}

@media (max-width:992px) {
    .lastUnit{
        flex-direction: column;
        align-items: flex-start;
    } 
}

