/******************** Contact Page Stylesheet ********************/


/***** Form Container *****/
#form-ctn {

height: auto;
    background-color: #fff;
    padding: 25px;
    border-radius: 4px;
    border: 1px solid #e1e1dd;
}

/***** Form Title *****/
#title {
    margin: 0;
    text-align: center;
}
#description {
    margin: 10px auto;
    display: block;
}


/***** Contact Form *****/
#contact-form {
    text-align: center;
}

/***** Inputs *****/
#contact-form input,
#contact-form select {
    margin-bottom: 9px;
}

/*****
 * Input styles for -
 * First Name, Last Name, Company, Job Title
 * Address, Address 2, Country, State, City, Zipcode
 *****/
#fname-inpt,
#lname-inpt,
#company-inpt,
#jobtitle-inpt,
#address-inpt,
#address2-inpt,
#country-inpt,
#region-id,
#city-inpt,
#zipcode-inpt {
    width: 49.5%;
}
#fname-inpt,
#company-inpt,
#address-inpt,
#country-inpt,
#city-inpt {
    float: left;
}
#lname-inpt,
#jobtitle-inpt,
#address2-inpt,
#region-id,
#zipcode-inpt {
    float: right;
}


/***** Email, Phone & Subject Input *****/
#email-inpt,
#phone-inpt,
#subject-inpt,
#eventid-inpt {
    width: 100%;
}

/***** Phone Number Input *****/
.intl-tel-input {
    width: 100% !important;
}
.flag-container {
    height: 40px !important;
    outline: none !important;
}
#phone-inpt {
    width: 100% !important;
    margin-bottom: 9px !important;
}

/***** Subject *****/
#subject-inpt {
    margin-bottom: 0 !important;
    border-bottom: none;
    font-weight: bold;
    font-size: 16px !important;
}
#subject-inpt:focus {
    border-color: #e1e1dd !important;
    box-shadow: none !important;
    border-bottom-left-radius: none !important;
    border-bottom-right-radius: none !important;
    border-bottom: 1px solid #055F2F !important;
}

/***** Message Input *****/
#message-inpt {
    width: 99.9%;
    height: 100px;
    resize: none;
    padding: 8px;
    border: 1px solid #e1e1dd;
    outline: none;
    margin-bottom: 0;
}
#message-inpt:focus {
    border-top-color: #055F2F !important;
}

/***** Send Button *****/
#send-btn {
    width: 100%;
    height: 45px;
    color: #fff;
    border: none;
    margin-top: -5px;
}
#send-btn img {
    width: 28px;
    height: 28px;
}
