.container-error-subscription,
.container-resende-email {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", Sans-serif;
    text-align: center;
}

.subscription-box,
.resende-email-box {
    max-width: 550px;
    width: 100%;
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 5px;
    box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.5);
    margin: 0 40px;
}

.subscription-box h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #E40000;
}

.subscription-box p,
.resende-email-box p {
    font-size: 16px;
}

.resend-email {
    font-weight: bold;
}

.bt-send-email {
    border: none;
    background-color: transparent;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
    text-decoration: underline;
    color: #95979e;
}

.bt-send-login{
    border: none;
    background-color: #00A550;
    color: #fff;
    border-radius: 5px;
    padding: 5px 12px;
    margin-bottom: 15px;
    display: inline-block; 
    text-decoration: none;     
}

.bt-send-login:hover{
    color: #fff;
}

.subscription-box .fa-times-circle,
.resende-email-box .fa-times-circle {
    color: #333;
    font-size: 25px;
    float: right;
    margin-right: -53px;
    margin-top: -53px;
    cursor: pointer;
}