body, html {
    background: none !important;
    background-color: #f0eeef !important;
} 
.login-container {
    width: 852px;
    height: 385px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -192px 0 0 -426px;
    background: transparent url(../../pic/bg_login.png) no-repeat 0 0;
    padding: 80px 207px 135px 300px;
    box-sizing: border-box;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;

}
.login-container form {
    width: 100%;
}
.login-container .login-item {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}
.login-container .login-item.flex-end {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-container label {
    width: 100px;
    padding: 0 5px 0 0;
    cursor: pointer;
    color: #555555;
    font: 12px Arial;
    text-align: right;
    display: inline-block;
    line-height: 30px;
}
.login-container input {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background-color: #fff;
    color: #555555;
    width: 228px;
    padding: 7px 5px;
}
.login-container .iPhoneCheckContainer {
    margin: 0;
}
.login-container input.error {
    background-color: #fadede;
    border: 1px solid #ad0c0c;
}
.login-container input.active,
.login-container input:focus {
    background-color: #e6f6fb;
    border: 1px solid #06a9dc;
}
.login-container button,
.login-container button:hover,
.login-container button:focus {
    padding: 0 15px;
    line-height: 28px;
    height: 28px;
    border: 1px solid #0698c6;
    cursor: pointer;
    border-radius: 2px;
    margin: 0;
    font: 12px Arial !important;
    font-weight: bold;
    text-shadow: 1px 1px 1px #096986;
    background: #1fb1df;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFmYjFkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNjk4YzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #1fb1df 0%, #0698c6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1fb1df), color-stop(100%,#0698c6));
    background: -webkit-linear-gradient(top,  #1fb1df 0%,#0698c6 100%);
    background: -o-linear-gradient(top,  #1fb1df 0%,#0698c6 100%);
    background: -ms-linear-gradient(top,  #1fb1df 0%,#0698c6 100%);
    background: linear-gradient(top,  #1fb1df 0%,#0698c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fb1df', endColorstr='#0698c6',GradientType=0 );
    color: #fff;
}
.login-container .input div.iPhoneCheckContainer, .iPhoneCheckContainer {
    margin: 0;
}
.alert {
    float: left;
    clear: left;
    font-weight: bold;
    color: red;
    width: 220px;
    padding: 8px 0 0 10px;
}
header { display: none }


div.inside {
    z-index: 1 !important;
    position: inherit !important;
}