/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/


.login_alert {
    background: rgb(250, 0, 117);
    color: #fff;
    margin: 30px 0 30px 0;
    padding: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    border-radius: 10px 10px 10px 10px;

}