.message-container {
    width: 430px;
    top: 10px;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.email-error {
    width: 332px;
    font-size: 13px;
    font-weight: 500;
    color: #ff2100;
}

.email-success {
    width: 332px;
    font-size: 13px;
    font-weight: 500;
}

.error-message {
    display: flex;
    white-space: normal;
    flex-direction: row;
    flex-wrap: nowrap;
}

.error-message i {
    margin-right: 5px;
    margin-top: 4px;
}

.success-message {
    display: flex;
    white-space: normal;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: 10px;
}

