	.hide {
    display: none;
}

textarea.fieldInput {
    height: 100px;
}



.fieldControl {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.fieldInput {
    color: #959595;
}

.fieldInput {
    border: 1px solid rgba(0,0,0,.24);
    border-radius: 2px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 0 16px 0 36px; 
    color: rgba(0,0,0,.87);
    position: relative;
    background: #fff;
    outline: 0;
}

.fieldInput:placeholder-shown~.fieldLabel {
    font-size: 14px;
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    color: #959595;
    top: 13px;
}

.fieldInput:placeholder-shown~.fieldLabel {
    font-size: 14px;
    transform: translateY(0);
    color: #959595;
    top: 13px;
}

.fieldIcon {
    position: absolute;
    left: 10px;
    top: 9px;
    font-size: 20px;
    line-height: 1;
    color: #959595;
}

.fieldControl * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.fieldInput:focus {
    border-color: #9e1b2a;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}

.fieldInput:placeholder-shown~.fieldLabel {
    font-size: 14px;
    transform: translateY(0);
    color: #959595;
    top: 13px;
}

.fieldInput:focus~.fieldLabel {
    color: #9e1b2a;
    font-size: 10px;
    transform: translateY(-21px);
    top: 16px;
}

.fieldInput:focus~.fieldIcon {
    color: #9e1b2a;
}

.fieldLabel {
    font-size: 10px;
    transform: translateY(-21px);
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    left: 36px;
    top: 16px;
    padding: 0 3px;
    background: #fff;
    border-radius: 2px;
    line-height: 1.1;
    pointer-events: none;
    text-transform: capitalize;
}
.fieldControl * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.m-bottom-lg {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 15px;
}

input.submit_btn.btn.btn-grey {
    background: #9e1b2a;
    color: #ffff;
    padding: 11px 20px;
    width: 200px;
    margin: 30px auto;
    border:1px solid #9e1b2a
}

input.submit_btn.btn.btn-grey:focus {
    background: none;
    color: #9e1b2a
}

.success_masg{    background: #ddffdd;
    color: green;
    border-left: 3px solid green;
    padding: 10px 25px;
    margin: 20px 0;}

    .success_masg p{margin: 0;}

    .dealerform > p {
        width: 58%;
        margin: 15px auto;
        text-align: center;
        margin-bottom: 30px;
    }