﻿.contact .Form .input-field, .contact .Form textarea{
    border-style: none none dashed;
        background-color: transparent;
    border-width: medium medium 1px;
    border-style: none none dashed;
    border-color: -moz-use-text-color -moz-use-text-color #9E9E9E;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 0px;
    outline: medium none;
    height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 0px 0px 15px;
    padding: 0px;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s ease 0s;
}
.contact .Form textarea.input-field{
    height: initial;
    /*border: none;*/
    background-color: #f6f6f6; /*f6f6f6*/
    margin-top: 15px;
    border-bottom: none;
}

/* active state */
.input-field:focus ~ .float-label, .input-field.SmartInput_Changed  ~ .float-label {
  top: -25px;
  font-size: 12px;
  color: #20487b
}
/* input colors ---- 
textarea.input-field:focus ~ .float-label, teaxtarea.input-field.SmartInput_Changed  ~ .float-label {
  top: -25px;
  
}
*/
.contact .input-field input[type=text]:focus + label {
   color: #20487b;
   border-bottom: none;
}
.contact .input-field input[type=text]:focus {
   border-bottom: 1px dashed #20487b;
   box-shadow: 0 1px 0 0 #20487b;
 }
 .contact .input-field input[type=text].valid {
   border-bottom: 1px dashed #20487b;
   box-shadow: 0 1px 0 0 #20487b;
 }
 .contact .input-field input[type=text].invalid {
   border-bottom: 1px dashed #e74c3c;
   box-shadow: 0 1px 0 0 #e74c3c;
 }
 .mui-textfield {
    display: block;
    padding-top: 15px;
    margin-bottom: 20px;
    position: relative;
}
.mui-textarea.mui-textfield > label {
  padding-top: 15px !important;
}
.mui-textfield.mui-textfield--float-label > label {
    transition: all 0.15s ease-out 0s;
}
.mui-textfield--float-label > .float-label {
    position: absolute;
    transform: translate(0px, 15px);
    font-size: 16px;
    color: rgba(0, 0, 0, 0.26);
    text-overflow: clip;
    cursor: text;
    pointer-events: none;
    line-height: 32px;
    font-size: 14px;
    font-family: "Fira Sans", sans-serif;
    line-height: 24px;
    color: #20487b;
}
.float-label{
    overflow: hidden;
}

.mui-textfield > label {
    position: absolute;
    top: 0px;
    display: block;
    width: 100%;
    font-weight: 400;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-family: "Fira Sans", sans-serif;
    line-height: 24px;
    color: #20487b;
}

.Form input.ReadOnly:not(.Not_Valid), .Form textarea.ReadOnly:not(.Not_Valid), .Form select.ReadOnly:not(.Not_Valid) {
    border-color: inherit;
}
.Form:not(.form-top) label {
    padding-top: 0;
}
.Form label.MandatoryLabel:after{
    color: 
}

.error-cont{
    margin-top: 8px;
    margin-bottom: 8px;
}

.error{
    color: red;
    font-size: 12px;
    
}