.error{
    font-size: 20px;
    color:red;
}

.errors{
    font-size: 18px;
    color:red;
}

.success{
    font-size: 18px;
    color:#168A81;
}

/* loader */
.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 100%);
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}