/**
 * @class Ext.form.Panel
 */
 
.x-formpanel {
.x-scroll-container {
background-color: #edebf1;
}
 
input[type=submit] {
display: none;
}
 
.x-field .x-input,
.x-field .x-input-el {
font-weight: 300;
}
 
&.x-floating {
.x-input-el {
padding-top: .5em;
}
}
 
.x-field .x-input {
border: 0px;
background-color: transparent;
}
}
 
.x-field .x-label-el {
padding: .6em .6em .6em 1em;
 
.x-label-text-el {
font-size: 1.1em;
font-weight: 400;
}
}
 
.x-form-fieldset .x-form-fieldset-inner {
border-top: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
overflow: hidden;
}