.core-bg{
    background-color: rgba(247, 251, 255, 1);
}
.core-min{
    min-height: 120px;
}
.red-bg{
    background-color: rgba(255, 236, 232, 1);
    padding: 20px;
    border-left: 2px solid rgba(245, 63, 63, 1);
}
.red-text{
    color: rgba(245, 63, 63, 1);
}
.tip-flex{
    display: flex;
    align-items: center;
    justify-content: left;
}
.tip-flex-img{
    display: flex;
    align-items: center;
    margin-right: 5px;
    padding-top: 5px;
}
.tip-flex-img img{
    width: 25px;
    height: 25px;
}
.from-all-div{
    padding: 40px;
    border-radius: 8px;
    min-height: 500px;
    background-color: rgba(247, 251, 255, 1);
}
.flex-div-from{
    display: flex;
    align-items: center;
}
.flex-div-from-img {
    margin-top: -10px;
    display: flex;
    align-items: center;
    margin-right: 5px;
}
.label-div{
    font-weight: 600;
}
.input-tips-div{
    margin-top: 15px;
    margin-bottom: 42px;
    color: rgba(102, 102, 102, 1);
}