.email-signup-form .msg .text{
    margin-top: 20px;
    padding: 10px 15px;
    /*color: #fff;*/
    border-radius: 2px;
}
.email-signup-form .msg .text-success{
    background: #1e367b;   
}
.email-signup-form .msg .text-error{
    background: #ff0000;   
}
.email-signup-form  .msg .alert-danger *{
    color: #721c24!important;
}
.email-signup-form .msg  ul{
	padding: 0; 
	margin: 0;
	list-style: none;
}
.email-signup-form .msg  br{
	display: none;
}
.email-signup-form .loading{
    color: #ccc;
    position: absolute;
    right: 140px;
    top: 50%;
    margin-top: -10px;
}
.block-confirm-msg{
    margin:60px 0;
    font-size: 20px;
}
