form{
    margin-top: 100px;
    color:#A7A7A7;
}

.left{
    color: #777;
    font-style: italic;
    font-size: 12px;
}

input{
    padding: 2px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    width: 300px;
    border: solid #e9e9e9 4px;
}

textarea{
    padding: 2px;
    border: 1px solid #A7A7A7;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    width: 300px;
    border: solid #e9e9e9 4px;
}

.checkbox{
    width: min-content;
    float: left;
    margin-right: 5px;
}

.privacylink{
    float: left;
}

.btn-primary{
    background-color: #99a49c;
    border: #99a49c;
}

.btn-primary:hover{
    background-color: #5c655e;
}


