@media screen and (min-width: 768px) and (max-width: 991px) {
    .main {
        max-width: 1200px;
    }
}

/* main title */
.main-title-con {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 90px;
}
.main-title-con .main-title {
    font-family: 'Lato-Bold';
    font-size: 40px;
    text-align: center;
}
.main-title-con .main-sub-title {
    color: #444444;
    font-family: Lato-Regular;

}


.main-section {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
}

.main-section .column-left {
    width: 20%;
}

.main-section .column-left .title {
    font-size: 24px;
    font-family: 'Lato-Bold';
}

.main-section .column-left .sub-title {
    color: #444444;
    font-family: Lato-Regular;
}

.main-section .column-right {
    flex-grow: 1;
    display: flex;
    justify-content: center;
}

.main-section .column-right .column-right-con {
    width: 50%;
}

.main-section .column-right .column-right-con .track-id-input {
    width: 100%;
}

.main-section .column-right .column-right-con .track-id-input .el-input__inner {
    text-align: left;
}

.main-section .column-right .forget-password {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    font-family: Lato-Regular;
}



.main-section .column-right .sign-up {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    color: #666;
    font-family: Lato-Regular;
}

.main-section .column-right .sign-up-text {
    color: #106ec8;
}

.main-section .column-right .submit-btn {
    flex-grow: 1;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato-Bold';
}

.login-hr {
    height: 1px;
    background-color: #ccc;
}



/** dlg **/
.dlg .main-dlg {
    display: flex;
    flex-direction: column;
}

.dlg .main-dlg .title-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dlg .main-dlg .title-con .title {
    font-size:24px;
    text-align: center;
    font-family: 'Lato-Bold';
}

.dlg .main-dlg .title-con .title .title-icon {
    width: 30px;
    height: 24px;
}

.dlg .main-dlg .title-con .title .title-large-icon {
    width: 70px;
    height: 70px;
}

.dlg .main-dlg .title-con .sub-title {
    font-size: 18px;
    color: #444;
    text-align: center;
    font-family: Lato-Regular;
}

.dlg .main-dlg .title-con .verify-code-tip{
    font-size: 16px;
    text-align: center;
    font-family: Lato-Regular;
}

.dlg .main-dlg .title-con .verify-code-tip .email{
    font-family: 'Lato-Bold';
}

.dlg .main-dlg .form-con .el-form-item__label {
    font-family: Lato-Bold;
}

.dlg .main-dlg .form-con .submit-btn {
    padding: 20px 0;
    display: flex;
    flex-grow: 1;
    font-family: Lato-Regular;
}

.dlg .main-dlg .form-con .send-verify-code-disabled {
    display: flex;
    flex-grow: 1;
    color: #000 !important;
}

.dlg .main-dlg .footer {
    display: flex;
    flex-direction: column;
    font-family: 'Lato-Bold';
}

.dlg .main-dlg .footer .link-con {
    display: flex;
    flex-wrap: wrap;
}

.dlg .main-dlg .footer .link {
    display: flex;
    flex-wrap: wrap;
}



/** response **/
@media screen  and (max-width: 1199px) {
    .main-title-con .main-title {
        font-size: 30px;
    }

    .main-section {
        flex-direction: column;
    }

    .main-section .column-left {
        width: 100%;
        margin-bottom: 10px;
    }

    .main-section .column-right .column-right-con {
        width: 100%;
    }

    .app .el-form-item--large {
        margin-bottom: 14px ;
    }
}