#email_id {
    position: absolute;
    top: 55px;
    font-size: 12px;
    color: red;
    display: none;
}

.errortxt {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
    color: orange;
}

.cmxform .error {
    font-size: 12px;
    color: red;
    position: absolute;
    bottom: 26px;
    left: 20px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
