* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    border: 0 none;
    font-size: 0;
    width: 100%;
    height: 100%;
}

html, body {
    width: 100%;
    height: 100%;
    min-width: 1200px;
}

body {
    background: #ffffff;
}

.container {
    width: 1200px;
    min-width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.form-group {
    /*border: 1px solid red;*/
}

.form-group .input-control {
    position: relative;
}

.form-group .input-control .input-box {
    padding: 0 36px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    background-color: #F5F7FB;
    border: 1px solid #F5F7FB;
}

.form-group .input-control .input-box:focus {
    border-color: #558AE6;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #558AE6;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #558AE6;
}

.form-group .input-control .input-box.util-input-error {
    border: 1px solid #f00 !important;
}

.form-group .input-control .left-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
}

.form-group .input-control .right-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.form-group .error {
    padding: 0 12px;
    height: 30px;
    line-height: 22px;
    color: #f00;
    font-size: 12px;
}

.form-group.form-code .input-control {
    display: flex;
}

.form-group.form-code .input-control .btn-code {
    flex: 0 0 107px;
    /*width: 150px;*/
    height: 40px;
    border-radius: 8px;
    border: 1px solid #558AE6;
    background-color: #558AE6;
    font-size: 14px;
    color: #ffffff;
    margin-left: 12px;
    white-space: nowrap;
    cursor: pointer;
}

.form-group.form-code .input-control .btn-code:hover {
    border: 1px solid rgba(85, 138, 230, .8);
    background-color: rgba(85, 138, 230, .8);
}

.form-group.form-code .input-control .btn-code:disabled {
    border: 1px solid rgba(85, 138, 230, .6);
    background-color: rgba(85, 138, 230, .6);
    cursor: not-allowed;
}

.form-operation {
    overflow: hidden;
}

.form-operation .remember {
    float: left;
    overflow: hidden;
}

.form-operation .remember input[id="rememberPassword"] {
    display: none;
    float: left;
}

.form-operation .remember label {
    float: left;
    margin-top: 3px;
    width: 14px;
    height: 14px;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    cursor: pointer;
}

.form-operation .remember label:hover {
    border: 1px solid rgba(35, 175, 80, 1);
}

.form-operation .remember input[id="rememberPassword"]:checked + label {
    position: relative;
    background-color: rgba(85, 138, 230, 1);
    border: 1px solid rgba(85, 138, 230, 1);
    box-shadow: 0 1px 2px rgba(35, 175, 80, .05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05),
    inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    color: #ffffff;
}

.form-operation .remember input[id="rememberPassword"]:checked + label::after {
    content: '\2714';
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    margin-top: -7px;
    font-size: .6em;
    color: #ffffff;
    text-align: center;
}

.form-operation .remember span {
    float: left;
    font-size: 14px;
    color: #000000;
    padding-left: 8px;
}

.form-operation .forget {
    float: right;
}

.form-operation .forget a {
    font-size: 14px;
    text-decoration: none;
    color: #558AE6;
}

.form-operation .forget a:hover {
    opacity: .6;
}

.login_form_btn {
    padding: 80px 0 0 0;
}

.login_forget_btn {
    padding: 40px 0 0 0;
}

.form-btn button {
    width: 100%;
    height: 40px;
    cursor: pointer;
    /* border: 1px solid rgba(35, 175, 80, 1);
    background-color: rgba(35, 175, 80, 1); */
    border: 1px solid #558AE6;
    background-color: #558AE6;
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 2px;
}

.form-btn button:hover {
    border: 1px solid rgba(85, 138, 230, .8);
    background-color: rgba(85, 138, 230, .8);
}

.form-btn button:disabled {
    border: 1px solid rgba(85, 138, 230, .6);
    background-color: rgba(85, 138, 230, .6);
    cursor: not-allowed;
}


.login__header {
    min-width: 1200px;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.login__header .container {
    overflow: hidden;
}

.login__logo {
    float: left;
    /* margin-top: 23px; */
    width: 32x;
    height: 32px;
}

.login__login a {
    display: block;
}

.login__title {
    float: left;
    padding: 0 0 0 10px;
    height: 68px;
    line-height: 68px;
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}

.login__main {
    position: relative;
    min-width: 1200px;
    height: 100%;
    min-height: 800px;
    padding: 68px 0 0 0;
}

.login__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -280px;
    margin-left: -500px;
    width: 1000px;
    height: 560px;
    background: #ffffff;
    box-shadow: 0 0 28px rgba(209, 209, 209, 0.32);
    opacity: 1;
    border-radius: 32px;
    /*padding: 10px;*/

    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.login_bg {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_bg > .logo_bg_img {
    width: 100%;
    height: 100%;
    font-size: 0;
}
.login_bg.canteen_bg > .logo_bg_img{
    width: 350px;
    height: 279px;
}

.login_bg.distributors_bg > .logo_bg_img{
    width: 441px;
    height: 372px;
}

.login_bg.education_bg{
    position: relative;
}
.login_bg.education_bg > .logo_holo{
    width: 182px;
    height: 182px;
    position: absolute;
}
.forget__form {
    padding: 10px 75px 50px 75px;
}

.login__form form {
    padding: 15px 0 0 0;
}

.from__panel {
    width: 50%;
    height: 100%;
    padding: 50px 75px;
}

.from__panel .title {
    padding: 0 0 25px 0;
    font-size: 24px;
    color: #333333;
    overflow: hidden;
}

.from__panel .title .back_arrow {
    float: left;
    margin-right: 20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 28px rgba(209, 209, 209, 0.32);
    background-repeat: no-repeat;
    background-position: 57% 54%;
    background-image: url("/login_application/static/img/back1.png");
}

.from__panel .title .back_arrow:hover {
    background-color: rgba(0, 0, 0, .05);
    background-image: url("/login_application/static/img/back2.png");
}


.footer {
      position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    text-align: center;
}