/*--------------------------------------------------------------

  Template Name: Mounter  Corporate HTML Template.
  Template URI: #
  Description: Mounter is a unique website template designed in HTML with a simple & beautiful look. There is an excellent solution for creating clean, wonderful and trending material design corporate, corporate any other purposes websites.
  Author: HasTech
  Author URI: https://themeforest.net/user/hastech/portfolio
  Version: 1.0
---------------------------------------------------------------*/

/* ----------------------------------------------------
	You can put your custom css code here: 
-------------------------------------------------------*/
#mbox_message {
    display: block;
    margin: 0px auto;
    background: #000;
    max-width: 700px;
    text-align: center;
    padding: 30px 30px 60px;
}

#mbox_message h2 {
    color: #fff;
    margin: 20px 0px;
}

#mbox_message h3 {
    color: #fff;
}


.mh_form_holder {
    background: #000;
    padding: 30px;
    width: 100%;
    max-width: 700px;
    display: block;
    margin: 0px auto;
	text-align:left;
}

.mhf_2>div {
    width: 49%;
    float: left;
}

.mhf_2 {
    display: inline-block;
    width: 100%;
}

.mhf_2>div:nth-of-type(2) {
    margin-left: 2%;
}

.mh_form_holder label {
    color: #fff;
}

.mh_form_holder input {
    display: inline-block;
    width: 100%;
    border: 0px;
    border-radius: 4px;
    padding: 6px;
}

.mh_form_holder .error label{
	color:#ff0000;
}

.mh_form_holder .error input , .mh_form_holder .error textarea{
	border:1px solid #ff0000;
}

.mh_form_holder textarea:focus , .mh_form_holder input:focus {
    background: #fff;
}

.mhf_2>div {
    margin-bottom: 10px;
}

.mhf>div {
    margin-bottom: 10px;
}

.mh_form_holder textarea {
    display: inline-block;
    width: 100%;
    height: 150px;
    border: 0px;
    border-radius: 4px;
}

.mh_form_holder button {
    display: inline-block;
    background: #fff;
    border: 0px;
    padding: 10px 40px;
    border-radius: 4px;
    font-weight: bold;
}