.alert {
    display: flex;
    align-items: stretch;
    padding: 1rem 2rem;
    border-radius: 3px;
    margin: 0 0 20px 0;
}

.alert .alert-icon {
    display: flex;
    align-items: center;
    padding: 0 1.25rem 0 0;
}

.alert .alert-icon i {
    font-size: 2.4rem;
}

.alert .alert-icon.alert-icon-top {
    align-items: flex-start;
    align-content: stretch;
}

.alert .alert-text {
    align-self: center;
    flex-grow: 1;
}

.alert .alert-close {
    padding: 0 0 0 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.alert .alert-close .close {
    text-shadow: none !important;
}

.alert .alert-close i {
    opacity: 0.8;
    transition: all 0.3s ease;
}

.alert .alert-close i:hover {
    transition: all 0.3s ease;
    opacity: 1;
}

.alert.alert-elevate {
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.1);
}

.alert.alert-brand {
    background: #2d7c9a;
    border: 1px solid #2d7c9a;
    color: #ffffff;
}

.alert.alert-brand .alert-icon i {
    color: #ffffff;
}

.alert.alert-brand .alert-text {
    color: #ffffff;
}

.alert.alert-brand .alert-text hr {
    border-top-color: #ffffff;
    opacity: 0.4;
}

.alert.alert-brand .alert-close i {
    color: #ffffff;
}

.alert.alert-outline-brand {
    border: 1px solid #2d7c9a;
    color: #2d7c9a;
}

.alert.alert-outline-brand .alert-icon i {
    color: #2d7c9a;
}

.alert.alert-outline-brand .alert-text {
    color: #2d7c9a;
}

.alert.alert-outline-brand .alert-close i {
    color: #2d7c9a;
}

.alert.alert-light {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #282a3c;
}

.alert.alert-light .alert-icon i {
    color: #282a3c;
}

.alert.alert-light .alert-text {
    color: #282a3c;
}

.alert.alert-light .alert-text hr {
    border-top-color: #282a3c;
    opacity: 0.4;
}

.alert.alert-light .alert-close i {
    color: #282a3c;
}

.alert.alert-outline-light {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.alert.alert-outline-light .alert-icon i {
    color: #ffffff;
}

.alert.alert-outline-light .alert-text {
    color: #ffffff;
}

.alert.alert-outline-light .alert-close i {
    color: #ffffff;
}

.alert.alert-dark {
    background: #282a3c;
    border: 1px solid #282a3c;
    color: #ffffff;
}

.alert.alert-dark .alert-icon i {
    color: #ffffff;
}

.alert.alert-dark .alert-text {
    color: #ffffff;
}

.alert.alert-dark .alert-text hr {
    border-top-color: #ffffff;
    opacity: 0.4;
}

.alert.alert-dark .alert-close i {
    color: #ffffff;
}

.alert.alert-outline-dark {
    border: 1px solid #282a3c;
    color: #282a3c;
}

.alert.alert-outline-dark .alert-icon i {
    color: #282a3c;
}

.alert.alert-outline-dark .alert-text {
    color: #282a3c;
}

.alert.alert-outline-dark .alert-close i {
    color: #282a3c;
}

.alert.alert-primary {
    background: #2d7c9a;
    border: 1px solid #2d7c9a;
    color: #ffffff;
}

.alert.alert-primary .alert-icon i {
    color: #ffffff;
}

.alert.alert-primary .alert-text {
    color: #ffffff;
}

.alert.alert-primary .alert-text hr {
    border-top-color: #ffffff;
    opacity: 0.4;
}

.alert.alert-primary .alert-close i {
    color: #ffffff;
}

.alert.alert-outline-primary {
    border: 1px solid #2d7c9a;
    color: #2d7c9a;
}

.alert.alert-outline-primary .alert-icon i {
    color: #2d7c9a;
}

.alert.alert-outline-primary .alert-text {
    color: #2d7c9a;
}

.alert.alert-outline-primary .alert-close i {
    color: #2d7c9a;
}

.alert.alert-success {
    background: #0abb87;
    border: 1px solid #0abb87;
    color: #ffffff;
}

.alert.alert-success .alert-icon i {
    color: #ffffff;
}

.alert.alert-success .alert-text {
    color: #ffffff;
}

.alert.alert-success .alert-text hr {
    border-top-color: #ffffff;
    opacity: 0.4;
}

.alert.alert-success .alert-close i {
    color: #ffffff;
}

.alert.alert-outline-success {
    border: 1px solid #0abb87;
    color: #0abb87;
}

.alert.alert-outline-success .alert-icon i {
    color: #0abb87;
}

.alert.alert-outline-success .alert-text {
    color: #0abb87;
}

.alert.alert-outline-success .alert-close i {
    color: #0abb87;
}

.alert.alert-info {
    background: #3598DC;
    border: 1px solid #3598DC;
    color: #ffffff;
}

.alert.alert-info .alert-icon i {
    color: #ffffff;
}

.alert.alert-info .alert-text {
    color: #ffffff;
}

.alert.alert-info .alert-text hr {
    border-top-color: #ffffff;
    opacity: 0.4;
}

.alert.alert-info .alert-close i {
    color: #ffffff;
}

.alert.alert-outline-info {
    border: 1px solid #3598DC;
    color: #3598DC;
}

.alert.alert-outline-info .alert-icon i {
    color: #3598DC;
}

.alert.alert-outline-info .alert-text {
    color: #3598DC;
}

.alert.alert-outline-info .alert-close i {
    color: #3598DC;
}

.alert.alert-warning {
    background: #ffb822;
    border: 1px solid #ffb822;
    color: #111111;
}

.alert.alert-warning .alert-icon i {
    color: #111111;
}

.alert.alert-warning .alert-text {
    color: #111111;
}

.alert.alert-warning .alert-text hr {
    border-top-color: #111111;
    opacity: 0.4;
}

.alert.alert-warning .alert-close i {
    color: #111111;
}

.alert.alert-outline-warning {
    border: 1px solid #ffb822;
    color: #ffb822;
}

.alert.alert-outline-warning .alert-icon i {
    color: #ffb822;
}

.alert.alert-outline-warning .alert-text {
    color: #ffb822;
}

.alert.alert-outline-warning .alert-close i {
    color: #ffb822;
}

.alert.alert-danger {
    background: #fd397a;
    border: 1px solid #fd397a;
    color: #ffffff;
}

.alert.alert-danger .alert-icon i {
    color: #ffffff;
}

.alert.alert-danger .alert-text {
    color: #ffffff;
}

.alert.alert-danger .alert-text hr {
    border-top-color: #ffffff;
    opacity: 0.4;
}

.alert.alert-danger .alert-close i {
    color: #ffffff;
}

.alert.alert-outline-danger {
    border: 1px solid #fd397a;
    color: #fd397a;
}

.alert.alert-outline-danger .alert-icon i {
    color: #fd397a;
}

.alert.alert-outline-danger .alert-text {
    color: #fd397a;
}

.alert.alert-outline-danger .alert-close i {
    color: #fd397a;
}

.alert.alert-secondary .alert-icon i {
    color: #a7abc3;
}

.alert.alert-secondary .alert-text {
    color: #6c7293;
}

.alert.alert--marginless {
    margin: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #174050;
    background-color: #d5e5eb;
    border-color: #c4dae3;
}

.alert-primary hr {
    border-top-color: #b3cfdb;
}

.alert-primary .alert-link {
    color: #0c2028;
}

.alert-secondary {
    color: #75757c;
    background-color: #f9f9fc;
    border-color: #f7f7fb;
}

.alert-secondary hr {
    border-top-color: #e6e6f3;
}

.alert-secondary .alert-link {
    color: #5c5c62;
}

.alert-success {
    color: #056146;
    background-color: #cef1e7;
    border-color: #baecdd;
}

.alert-success hr {
    border-top-color: #a6e6d3;
}

.alert-success .alert-link {
    color: #033123;
}

.alert-info {
    color: #1c4f72;
    background-color: #d7eaf8;
    border-color: #c6e2f5;
}

.alert-info hr {
    border-top-color: #b0d7f1;
}

.alert-info .alert-link {
    color: #123349;
}

.alert-warning {
    color: #856012;
    background-color: #fff1d3;
    border-color: #ffebc1;
}

.alert-warning hr {
    border-top-color: #ffe3a8;
}

.alert-warning .alert-link {
    color: #58400c;
}

.alert-danger {
    color: #841e3f;
    background-color: #ffd7e4;
    border-color: #fec8da;
}

.alert-danger hr {
    border-top-color: #feafc9;
}

.alert-danger .alert-link {
    color: #5a152b;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}
.swal-icon {
    zoom: 0.6 !important;
}

.layui-form {
    width: 580px !important;
    margin: auto !important;
    margin-top: 160px !important;
    background-color: #fafafa;
    border-radius: 4px;
    padding: 30px 100px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1)
}

@media (max-width:768px) {
    .layui-form {
        width: calc(100% - 2rem) !important;
        margin: auto !important;
        margin-top: 80px !important;
        background-color: #fafafa;
        border-radius: 4px;
        padding: 1rem;
    }
}

.layui-form button {
    width: 100% !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 16px !important;
    font-weight: 550 !important;
}

.pear-btn-primary {
    border: 1px solid #2c5d90;
    background-color: #2c5d90 !important;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #2c5d90 !important;
    background-color: #2c5d90 !important;
    color: #fff !important;
}

.layui-tab .layui-tab-title li {
    font-weight: 600;
}

.layui-tab-content {
    margin-top: 15px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.layui-form-item {
    margin-top: 10px !important;
}

    .layui-form-item .login_forgot {
        float: right;
        color: #5f5f5f;
        margin-top: 8px;
    }

    .layui-form-item .account-register {
        float: left;
        color: #5f5f5f;
        margin-top: 8px;
    }

    .layui-form-item .email-activation {
        float: right;
        color: #5f5f5f;
        margin-top: 8px;
    }

.layui-input {
    height: 44px !important;
    line-height: 44px !important;
    padding-left: 15px !important;
    border-radius: 3px !important;
}

    .layui-input:focus {
        box-shadow: 0px 0px 2px 1px #2c5d90 !important;
        border-color: #2c5d90 !important;
    }

.layui-form-danger:focus {
    box-shadow: 0px 0px 2px 1px #f56c6c !important;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #fd397a;
}

.logo {
    width: 60px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-left: 20px !important;
}

.title {
    font-size: 26px !important;
    font-weight: 500 !important;
    color: #2c5d90 !important;
    display: inline-block !important;
    text-align: center;
}

.desc {
    /*width: 100% !important;
    text-align: center !important;
    color: gray !important;
    height: 60px !important;
    line-height: 60px !important;*/
    height: 0px;
}

body {
    background-repeat: no-repeat;
    background-color: whitesmoke;
    background-size: 100%;
    height: 100%;
}

.code {
    float: left;
    margin-right: 13px;
    margin: 0px !important;
    border: #e6e6e6 1px solid;
    display: inline-block !important;
}

.codeImage {
    margin-left: 10px;
    height: 42px;
    border: #e6e6e6 1px solid;
}

@media (max-width:768px) {
    body {
        background-position: center;
    }

    .login-wrapper {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
    }
}

.password-img {
    width: 25px;
    height: 15px;
    position: absolute;
    right: 5px;
    margin-top: 15px;
    top: 1px;
    text-align: center;
    cursor: pointer;
}

.layui-input-display {
    padding: 9px 3px;
    line-height: 20px;
}

.particle-container {
    position: relative;
}

    .particle-container .particle-canvas {
        height: 300px;
    }

    .particle-container .particle-content {
        position: absolute;
        top: 80px;
        z-index: 999;
        filter: invert(100%);
        text-align: center;
        width: 100%;
        line-height: 4rem;
    }

    .particle-container .particle-title {
        font-size: 2.2rem;
    }

    .particle-container .particle-subtitle {
        font-size: 2rem;
    }

    .particle-container .particle-body {
        display: flex;
        justify-content: center;
    }

        .particle-container .particle-body > div {
            margin: 10px;
            font-size: 1.5rem;
        }

@media only screen and (max-width:42.09em) {
    .particle-container .particle-canvas {
        height: 200px;
    }

    .particle-container .particle-content {
        top: 20px;
        line-height: 2rem;
    }

    .particle-container .particle-title {
        font-size: 1.7rem;
        padding: 0 5px;
    }

    .particle-container .particle-subtitle {
        font-size: 1rem;
        padding: 0 5px;
    }

    .particle-container .particle-body > div {
        font-size: 1rem;
    }
}

@media (min-width:768px) {
    .login-wrapper {
        display: flex;
        justify-content: center;
    }

    .qr-wrapper {
        border-right: 0.5px solid rgb(196, 203, 215);
        padding-top: 30px;
        min-width: 326px;
    }

    .password-and-sms-wrapper {
        flex-grow: 1;
    }

    .qr-wrapper + .password-and-sms-wrapper {
        padding-left: 50px;
    }
}

.login-wrapper .use-captcha {
    margin-bottom: 0px;
}

.login-wrapper .password-wrapper + .remember-me {
    margin-top: 84px !important;
}

.login-wrapper .sms-login {
    margin-top: 52px !important;
}
