.alert_icon_correo {
    width: 270px;
    height: 143px;
}

.alert_icon_confirmacion {
    width: 363px;
    height: 50px;
}

.alert_conteo {
    color: #fff;
    align-content: center; 
    transform: translate(70%, 33%); 
    width: 194px; 
    height: 39px; 
    border-radius: 19.5px; 
    background-color: #5dd65a;
}

.alert_reenvio_codigo {
    cursor: pointer;
    align-content: center; 
    transform: translate(70%, 10%); 
    width: 194px; 
    height: 39px; 
    border-radius: 19.5px; 
    background-color: #eaeaea; 
}

.alert_input {
    border: 0;
    border-radius: 10px;
    background-color: #dfdfdf90;
    width: 50px;
    height: 50px;
}

@media(max-width:372px){
    .alert_icon_confirmacion {
        width: 272px;
        height: 39px;
    }

    .alert_conteo {
        color: #fff;
        align-content: center; 
        transform: translate(26%, 33%); 
        width: 194px; 
        height: 39px; 
        border-radius: 19.5px; 
        background-color: #5dd65a;
    }

    .alert_reenvio_codigo {
        cursor: pointer;
        align-content: center; 
        transform: translate(26%, 10%); 
        width: 194px; 
        height: 39px; 
        border-radius: 19.5px; 
        background-color: #eaeaea; 
    }

    .alert_input {
        border: 0;
        border-radius: 10px;
        background-color: #dfdfdf90;
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    
}

@media(max-width:315px){
    .alert_icon_correo {
        width: 233px;
        height: 125px;
    }

    .alert_icon_confirmacion {
        width: 233px;
        height: 39px;
    }

    .alert_conteo {
        color: #fff;
        align-content: center; 
        transform: translate(10%, 33%); 
        width: 194px; 
        height: 39px; 
        border-radius: 19.5px; 
        background-color: #5dd65a;
    }

    .alert_reenvio_codigo {
        cursor: pointer;
        align-content: center; 
        transform: translate(10%, 10%); 
        width: 194px; 
        height: 39px; 
        border-radius: 19.5px; 
        background-color: #eaeaea; 
    }

    .alert_input {
        border: 0;
        border-radius: 10px;
        background-color: #dfdfdf90;
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    
}