
.login_body {
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.logo {
    display: block;
    text-align: center;
    margin: auto;
    margin-top: 142px
}

.body {
    width: 450px;
    height: 420px;
    background: #FFFFFF;
    border-radius: 20px;
    margin: auto;
    margin-top: 40px;
    padding: 45px;
}

.body_title1 {
    color: #1F2543;
    font-size: 36px;
    font-weight: bold;
}

.body_title2 {
    color: #8F92A1;
    font-size: 18px;
    margin-top: 12px;
}

.body_form {
    margin-top: 40px;
}

.formItem {
    display: flex;
}

.formItem > .left {
    height: 44px;
    line-height: 44px;
}

.formItem > .right {
    height: 44px;
    line-height: 44px;
    color: #1F2543;
}

.phone > .left {
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
    color: #1F2543;
    font-weight: bold;
    border: none;
    background: #F3F4F5;
    padding: 0 15px;
}

.phone > .right {
    border-top-right-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
    background: #F3F4F5 !important;
    border: none;
    flex: 1;
}


.password > .left {
    border-top-left-radius: 22px !important;
    border-bottom-left-radius: 22px !important;
    background: #F3F4F5 !important;
    border: none;
    flex: 1;
    padding-left: 15px;
}

.password > .right {
    border-top-right-radius: 22px !important;
    border-bottom-right-radius: 22px !important;
    cursor: pointer;
    color: #0083EF;
    font-weight: bold;
    background: #F3F4F5;
    border: none;
    padding: 0 15px;
}

.foot {
    margin-top: 24px;
}

.foot > button {
    width: 100%;
    border-radius: 22px;
    height: 44px;
    background: #1C78F7 !important;
    border-color: #1C78F7 !important;
    font-weight: bold;
    letter-spacing: 8px;
}

.foot > button:hover {
    background: #1C78F7 !important;
    border-color: #1C78F7 !important;
}

.foot > button:focus {
    box-shadow: none !important;
}

.pageFoot {
    width: 100%;
    /*position: absolute;*/
    /*bottom: 60px;*/
    margin-top: 40px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
}

.sweet-alert {
    width: 250px;
    margin: auto;
    left: 0;
    right: 0;
}

.sweet-alert h2 {
    font-size: 16px;
    margin: auto;
}
.sweet-alert button{
    font-size: 14px;
    padding: 5px 25px;
    margin: 14px 5px 0 5px;
}
