body{background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 1920px 1280px;
    background-color: #e9edf1!important;min-width: 0px;}
.login .content {
    background: rgba(0,0,0,.3);
    width: 391px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
        background-color: rgba(20,25,36,0.8);
    background-image: none;
    padding: 50px;
}    
.login .content .form-title {
    font-weight: 300;
    margin-bottom: 25px;
    color:#eee;
}
.login .content .control-group {
    margin-bottom: 30px!important;
}
.login .content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0px;
    padding: 0px 30px 25px 30px;
    margin-left: -30px;
    margin-right: -30px;
}
.login .content p, .login .content label {
    color: #fff;
    margin-top: 2px;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.input-icon.left i {
    color: #ccc;
    display: block !important;
    position: absolute !important;
    z-index: 1;
    margin: 6px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    cursor: default;
    speak: none;
}
.icon-user:before {
    content: "\f007";
}
.m-wrap{
    -webkit-appearance: none !important;
    color: #333333;
    outline: 0;
    height: 20px;
    padding: 6px 6px !important;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: top;
    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
}
.login .content .input-icon .m-wrap {
    margin: 0px !important;
        width: 290px;
    background-color: #fff;
        padding-left: 33px !important;
        border:0;
        height: 34px;
}
.icon-lock:before {
    content: "\f023";
}
.visible-ie8 {
    display: none;
}
.login .content .form-actions .btn {
    padding-left: 20px;
    padding-right: 15px;
        margin-top: 1px;
            background-color: #367fa9;
                color: white;
    text-shadow: none;
}
[class^="m-icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 4px;
    line-height: 14px;
    vertical-align: top;
    background-image: url(../image/syncfusion-icons-white.png);
    background-position: 0 0;
    background-repeat: no-repeat;
        background-position: -27px -10px;
}
.login .btn{
    background-color: #e5e5e5;
    background-image: none;
    filter: none;
    border: 0;
    padding: 7px 14px;
    text-shadow: none;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333333;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.login .btn.blue:hover{background-color:#02d8e4 }