﻿#contact-form .btn-alt {
    height: 40px;
    line-height: 40px;
    text-transform: none;
    font-weight: 400;
    background-color: transparent;
    border: 1px solid #CBBD9A;
    color: #CBBD9A;
    transition: all .4s ease;
    text-transform: uppercase;
    border-radius: 2px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    display: inline-block;
    overflow: hidden;
    outline: none;
}


    #contact-form .btn-alt:hover {
        background-color: #CBBD9A;
        color: white !important;
        border-color: transparent;
        transition: all .4s ease;
    }

input[type=checkbox] {
    float:left;
    margin-right:20px;
}

#privacy_row
{
    margin-top:-10px;
    margin-bottom:10px;
}

#avatar1 {
    width: calc(100% - 100px) !important;
}