.et-form .f-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* all the input except submit and checkbox */
.et-form input:not([type="checkbox"]){
    width: 100%;
    height: 42px;
    margin-top: 4px;
    padding: 5px 12px;
    border: 1px solid rgb(178, 178, 178);
    -webkit-appearance: textfield;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.et-form .input-wrapper {
    position: relative;
    display: block;
}
.et-form .input-wrapper .before-icon {
    position: absolute;
    top: 14px;
    left: 13px;
    font-size: 14px;
    color: #ccc;
}
.input-icon input:not([type="checkbox"]) {
    padding: 0px 12px 0px 35px;
}

.et-form input:not([type="checkbox"]):active,
.et-form input:not([type="checkbox"]):focus{
    border: 1px solid rgba(91, 90, 90, 0.7);
    background: rgba(248, 246, 250, 0.9);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
    outline:0;
}

/*styling both submit buttons */
.et-form .et-button {
    position: relative;
    height: 42px;
    margin-bottom: 6px;
}
.et-form .et-button input, .et-form .et-button button, .et-form .et-button a {
    width: 100%;
    height: 42px;
    cursor: pointer;
    background: #4a4de5;
    padding: 0px 5px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    border: 1px solid #2a2ca1;
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 0px #a1a2e5;
    box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 #a1a2e5;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.et-form .et-button a {
    display: block;
    padding-top: 7px;
    text-align: center;
    text-decoration: none;
}
.et-form .et-button input:hover, .et-form .et-button button:hover, .et-form .et-button a:hover {
    background: #5b5fe8;
}
.et-form .et-button input:active, .et-form .et-button input:focus{
    background: #5b5fe8;
    border: 1px solid #2a2ca1;
}
.et-form .et-button-secondary input, .et-form .et-button-secondary button, .et-form .et-button-secondary a {
    background: rgb(171, 209, 224) !important;
    border: 1px solid rgb(154, 188, 202) !important;
    -moz-box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 0px #bfe7f1;
    box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 #bfe7f1;
}
.et-form .et-button-secondary input:hover, .et-form .et-button-secondary button:hover, .et-form .et-button-secondary a:hover {
    background: rgb(182, 223, 239) !important;
}

.et-form .et-button .die {
    position: absolute;
    width: 100%;
    height: 42px;
    cursor: pointer;
    background: #4a4de5;
    padding: 7px 5px;
    font-family: 'Roboto',Arial,sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 17px;
    border: 1px solid #a1a2e5;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.et-form .et-button .die:hover{
    background: #5b5fe8;
}
.et-form .et-button .et-button-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    cursor: pointer;
    background: #fff;
    background: rgba(255,255,255,0);
    filter: Alpha(Opacity=0);
    opacity: .1;
    font-size: 1px;
    border: none;
    text-indent: -9999px;
}
.et-form .et-button .slabel {
    width: 70%;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
}
.et-form .et-button .sicon {
    display: block;
    width: 23px;
    height: 23px;
    top: 10px;
    left: 8px;
    position: absolute;
    font-size: 20px;
    color: #a8ebfb;
}
/*.et-form .et-button .ic-google {
    background: url('../images/btn_google.png') -3px -5px no-repeat;
    background-size: 30px;
}
.et-form .et-button .ic-adfs {
    background: url('../images/btn_active_directory.png') 0px -1px no-repeat;
    background-size: 23px;
}*/

/* ----------------------- AUTOCOMPLETE -------------------------- */
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 0;
    margin: 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid rgb(178, 178, 178);
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    max-height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}




.ui-autocomplete {
    border-radius: 0;
}
.ui-autocomplete .ui-menu-item {
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ui-autocomplete .ui-menu-item a,
.ui-autocomplete .ui-menu-item > a.ui-corner-all{
    display: block;
    margin: 0;
    padding: 9px 13px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    background: none;
    background-color: #fff;
    text-shadow: none;
    color: #444;
    line-height: 18px;
    white-space: nowrap;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
.ui-autocomplete .ui-menu-item a:hover,
.ui-autocomplete .ui-menu-item > a.ui-state-focus{
    border: none;
    background: none;
    background-color: #e3f0ee;
    margin: 0;
    padding: 9px 13px;
    clear: both;
    line-height: 18px;
    border-radius: 0;
}
