/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/09/2020, 09:59:22 AM
    Author     : kira0
*/
.validarEmail{
    cursor: pointer;
    line-height: 20px !important;
    color: white !important;
    font-size: 12px !important;
    margin-left: 5px;
    margin-top: 12px;
    margin-bottom: 2px;
    background: blue;
    padding: 8px;
}
.validarEmail:hover{
    color: white !important;
    cursor: pointer;
}

.ojocontra{
   cursor: pointer;
    line-height: 40px !important;
    color: #aaa !important;
    font-size: 20px !important;
    margin-left: 5px; 
}
