#idcontactform{
    background: #dfdfdf;
    overflow: hidden;
    color: #333;
    /*box-shadow: 0px 0px 15px #888;*/
    /*border: solid 1px #ccc;*/
    border-radius: 3px;
}
#idcontactform label>span{
    display: block;
    position: absolute;
    top: -20px;
    font-size: 12px;
    font-weight: bold;
}
#idcontactform label{
    position: relative;
    height: 100%;
    display: inline-block;
    margin: 0 20px;
    text-align: left;
}
#idcontactform>form  .formLine{
    min-height: 50px;
    padding: 25px 0px 15px 0px;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    text-align: center;
    border: solid 0px #dfdfdf;
    border-width: 1px 0px;
}
form[name="form_contact"] input[type="text"]{
    width: 180px;
}
#idcontactform label.full>input[type="text"]{
    width: 400px;
}
form[name="form_contact"] input[type="text"], form[name="form_contact"] textarea{
    border: 0;
    padding: 5px 15px;
    background: #f2f2f2;
    min-height: 30px;
    border-radius: 3px;
    color: #333;
    font-weight: bold;
    box-shadow: inset 1px 2px 6px -2px #555;
    border: solid 1px #555;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}
form[name="form_contact"] input[type="text"]:focus, form[name="form_contact"] textarea:focus{
    outline: none;
    background: #fed;
    box-shadow: inset 1px 2px 6px -2px #777;
    border: solid 1px #777;
}
form[name="form_contact"] textarea{
    resize: vertical;
    width: 400px;
    height: 92px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
}
#form_title{
    background: #aaa;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    padding: 40px 20px 20px 20px;
    text-align: center;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-shadow: inset 0px -8px 6px -6px #666;
}
.buttonGM:hover{
    background: url(../img/btn_login_l.png) #2298ff;
}
.buttonGM{
    display: block;
    background: url(../img/btn_login.png) #0076ff;
    height: 50px;
    padding: 0 40px;
    margin-left: auto;
    margin-right: auto;
}
#warning{
    background: #aaa;
    color: #333;
    padding: 20px 20px 40px 20px;
    text-align: center;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-shadow: inset 0px 8px 6px -6px #666;
}
#warning>span{
    text-align: left;
    display: block;
    padding: 5px 50px;
    font-size:12px;
    font-style:italic;
    color:#990000;
}
#floating-warnings{
    width: 300px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    padding: 50px 0 40px 0;
    position: fixed;
    display: none;
    z-index: 16;
    left: 50%;
    margin-left: -150px;
    top: 50%;
    margin-top: -100px;
    background: #fff;
    text-align: center;
}
#id_ajax_loading>*{
    display: inline-block;
}
#id_ajax_loading{
    text-align: center;
    height: 100px;
    width: 300px;
    position: fixed;
    left: 50%;
    margin-left: -150px;
    display: none;
    z-index: 16;
    top: 50%;
}
#glass-border{
    padding: 5px;
    background: rgba(25,25,25,.6);
    border-radius: 3px;
    margin: 50px 0;
    margin-left: auto;
    margin-right: auto;
    width: 510px;
    box-shadow: 0px 0px 8px #888;
    /*border: solid 1px #aaa;*/
}

.g-recaptcha {
    margin: 2.0rem 0px 1rem 0px;
}

.error-recaptcha{
    border: solid;
    border-color: red;
    border-width: 1px;
}

#error-container{
    color:red;
}

#btnSubmit{
    margin: 1rem 0px 0px 0px;
}

.form-control input{
    /*margin: 0px 0px 1rem 0px;*/
    margin-bottom: 2rem;
}
.form-group label{
    margin-top: 5px;
}

#btn_submit{
    margin-top: 15px !important;
}

.required_label{
    margin: 15px 0px 0px 0px;
    font-weight: bold;
}
