/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2021年9月8日, 下午4:50:36
    Author     : Shine
*/
#inquireModel *{
    line-height: 24px;
}

.master{
    color: #ff0000;
}

#inquire-form input[type='text'], #inquire-form input[type='email']{
    border: 0px  !important;
    border-bottom: 1px #e4e4e4 solid !important;
    border-radius: 0px !important;
    background-color: #fff !important;
    box-shadow:0px 0px 0px !important;
}
#inquire-form > div:not(.inquire-list-title), #inquire-form > div:not(.alert){
    /*padding: 0 0 25px 0px;*/
}

input[type='submit']{
    width: 100%;
}

.inquire-list-title{
    padding: 25px 0 5px 0;
    /*border-top: 1px #444 dotted;*/
}

#inquire-form > div.ftds-text > label{
    margin-bottom: 10px;
}

div#inquire-form{
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    color: rgb(255,255,255) !important;
    background-color: rgba(0,173,169,1);
    border: 1px solid rgba(0,173,169,1);
    text-align: center;
    cursor: pointer;
}

div#inquire-form:hover {
    background-color: rgb(0,125,122);
    color: rgb(255,255,255) !important;
    border: 1px solid rgba(0,125,122,1);
}        

