.app-login {
    width: 100%;
    min-width: 343px;
    height: 100%;
    background: url('/static/v2/images/bg/candywrap_bg.png');
    padding: 120px 16px 40px 16px;
    overflow-y: auto;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.login-form {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    overflow: hidden;
    box-sizing: border-box;
}

.page-content {
    width: 100%;
    display: flex;
}

.login-form .aside {
    width: 39%;
    background: #bacbf6;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 136px 16px 124px;
    box-sizing: border-box;
}

.login-form .section {
    width: 61%;
    /* border: 1px solid #048080; */
    border-radius: 0 12px 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 16px;
    box-sizing: border-box;
}

.item {
    text-align: center;
}

.item h3 {
    font-size: 32px;
    color: #000000;
    line-height: 1.56;
    font-weight: 500;
    margin-bottom: 24px;
}

.item .item_logo {
    width: 177px;
    height: 50px;
    margin-bottom: 24px;
}

.item .item_matl {
    width: 100%;
}

.item .item_title {
    margin-bottom: 56px;
    line-height: 1.2;
}

.item .item_title h2 {
    font-size: 40px;
    color: var(--main-primary-color);
    margin-bottom: 8px;
}

.item .item_title p {
    font-size: 20px;
    color: var(--main-primary-color);
}

/* google_info */
.google_info {
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.google_info>span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #c6c6c6;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.google_info .btn {
    width: 100%;
    height: 50px;
    background-color:
        #e6edff;
    color: #000;
    font-size: 1.25rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.google_info .btn>img {
    width: 24px;
    margin-right: 16px;
}

/* .checkbox-field  */
.checkbox-field {
    width: 100%;
    display: flex;
    justify-content: end;
    color: var(--main-primary-color);
    margin-bottom: 16px;
}

.chk-container {
    display: block;
    width: 140px;
    position: relative;

    padding-left: 28px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* float: right; */
    letter-spacing: 1px;
}

.chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* checkbox 外框 */
.chk-container .checkmark {
    position: absolute;
    top: 2px;
    border-radius: 3px;
    left: 4px;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 2px solid var(--main-primary-color);
}

.chk-container .checkmark:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.chk-container input:checked~.checkmark {
    background-color: var(--main-primary-color);
}

.chk-container input:checked~.checkmark:after {
    display: block;
}

/* login-field */
.login-field {
    position: relative;
    width: 100%;
    min-width: 282px;
    max-width: 406px;
    height: 52px;
    border: 1.5px solid var(--main-primary-color);
    border-radius: 21px;
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    box-sizing: border-box;
}

.login-field.error {
    border-width: 1.5px;
    border-color: #ff5b5b;
    position: relative
}

.login-field input {
    position: relative;
    height: 40px;
    width: 100%;
    border: 0;
    background: 0 0;
    outline: none;
    font-size: 27px;
    flex: 1;
    color: #000000;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 20px;
}

.login-field input::placeholder {
    color: #bacbf6;
    letter-spacing: 2px
}

.login-field .valid_msg {
    font-weight: 500;
    color: red;
    font-size: 14px;
    position: absolute;
    right: 8px;
    bottom: -16px;
    display: none;
}

.login-field .valid_msg{
    display: block;
}

.login-password {
    position: relative;
    margin-bottom: 32px;
}

.login-password input {
    padding-right: 48px;
}

.login-password .toggle_password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 24px;
    cursor: pointer;
    color: var(--main-primary-color);
    user-select: none;
    transition: color 0.3s;
}



.login-field .icon {
    width: 28px;
    height: 30px;
    border-right: 2px solid var(--main-primary-color);
    padding-left: 16px;
    padding-right: 16px;
    user-select: none;
}

.login-vat .icon {
    background: url(/static/v2/images/components/icon/ic_company_g_16.svg?t=250721)center center no-repeat;
}

.login-account .icon {
    background: url(/static/v2/images/components/icon/ic_user_g_16.svg?t=250721)center center no-repeat;
}

.login-password .icon {
    background: url(/static/v2/images/components/icon/ic_key_g_16.svg?t=250721)center center no-repeat;
}

.login-password .input_desc {
    font-size: 12px;
    position: absolute;
    bottom: -16px;
    right: 8px;
    color: #000;
    /* display: block; */
}

.login-password.error .input_desc {
    display: none;
}


.login-form .action .btn {
    width: 100%;
    font-size: 22px;
    height: 44px;
    margin-bottom: 16px;
}


.forget_field a {
    font-size: 18px;
    letter-spacing: 2px;
    color: var(--main-primary-color);
    text-align: center;
    text-underline-offset: 2px;
    text-decoration: underline;
}

.forget_field a + a{
    margin-left: 8px;
}

/* model */
.modal{
    max-width: 343px;
    background-color: #f8f8f8;
    border-radius: 20px;
}

.modal h4{
    font-size: 1.5rem;
    color: var(--main-primary-color);
    margin-bottom: 32px;
}

.modal .action{
    display: flex;
    flex-direction: column-reverse;

}

.modal .action .btn{
    width: 100%;
}

.modal .action .btn+.btn{
    margin-left: 0;
    margin-bottom: 16px;
}

#modal_password {
    padding: 32px 16px;
    text-align: center;
}

.modal .input_group {
    width: 100%;
    position: relative;
    margin-bottom: 24px;
    text-align: left;
}

.modal .input_group:last-child{
    margin-bottom: 40px;
}

.modal .input_group label {
    display: inline-block;
    min-width: 80px;
    /* margin-right: 16px; */
    font-size: 20px;
    color: #3d3d3d;
    text-align-last: justify;
    margin-bottom: 8px;
}

.modal .input_group input {
    width: 100%;
    height: 36px;
    padding: 8px 16px;
    border: 1px solid #c6c6c6;
    outline: none;
    border-radius: 8px;
    font-size: 18px;
    color: #000000;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.modal .input_group input::placeholder{
    color: #bebebe;
}


.modal .input_group .valid_msg {
    font-weight: 500;
    color: red;
    font-size: 14px;
    position: absolute;
    right: 8px;
    bottom: -16px;
    display: none;
}

.delete-button {
    position: absolute;
    right: 6px;
    bottom: 10px;
    cursor: pointer;
    display: none;
}

.modal .input_group.error input,
.modal .input_group.error input:focus {
    border: 2px solid red;
}

.modal .input_group.error .valid_msg {
    display: block;
}


#modal_send_email.modal .message>p {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
}

#success_modal.modal .action {
    margin-bottom: 16px;
}

#success_modal.modal p {
    line-height: 1.3;
}


@media screen and (max-width:742px) {
    .app-login {
        padding-top: 40px;
    }

    .page-content {
        flex-direction: column;
    }

    .login-form .aside {
        width: 100%;
        padding: 32px 16px
    }

    .login-form .section {
        width: 100%;
    }

    #modal_password {

        padding: 24px 16px;
    }

}