.form-group.is-focused .form-control {
    outline: none;
    background-image: linear-gradient(#ee7623, #ee7623), linear-gradient(#D2D2D2, #D2D2D2);
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
}
.form-group .form-control {
    outline: none;
    background-image: none !important;
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
}
.martop{
    margin-top: 30%;
}
.imagepadding{
    width: 167px;
    margin-left: 24%;
}
.inputtypecls{
    border-width: 1px !important;
    border-style: solid !important;
    /*border-color: rgb(216, 221, 230) !important;*/
    -moz-border-top-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    border-radius: 4px !important;
    border-image: none !important;
    background-color: rgb(255, 255, 255) !important;
    /*font-family: SFS,Arial,sans-serif !important;*/
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    box-sizing: border-box !important;
    font-size: 14px !important;
    transition: all 0.1s ease 0s !important;
    border-color: rgb(169,169,169) !important;
    color: black;
    padding-left: 10px;
}
.inputtypecls:focus{
    border-color: #ee7623 !important;
}
.logbox{
    border: 1px;
    width: 66%;
    margin: auto;
    margin-top: 20%;
    border-color: #C0C0C0 !important;
    border-width: 1px !important;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-style: solid !important;
    padding-bottom: -22px;
    border-radius: 4px;

}
.form-group{
    margin: 5px 0 0 0;
}
.logbtncss{
    width: 130px;
    height: 36px;
    padding: 5px;
    float: right;
    background-color: #ee7623 !important;
    transition: none;
    box-shadow: none !important;
    text-transform:none;
}
.logbtncss:hover, .logbtncss:focus{
    background-color:#d66a1f !important;
}
label.control-label {
    color: black;
}
.errmgscss{
    text-align: center;
    color: #CC0000;
    font-size: 15px;
}
.logbox-height{
    height: 306px;
    margin-bottom: 0px;
}
