﻿/* Ocular/Mostrar password */
.input_container {
    position: relative;
    padding: 0 0 0 20px;
    width: 200px;
}

.input_container_dos {
    position: relative;
}

.control {
    height: 25px;
    margin: 0;
    padding-right: 5px;
    width: 100%;
}

.icon {
    position: absolute;
    bottom: 1.5rem;
    right: 3rem;
    width: 24px;
    height: 24px;
}

.icon_1 {
    position: absolute;
    bottom: 1.5rem;
    left: 22rem;
    width: 24px;
    height: 24px;
}

.icon_2 {
    position: absolute;
    bottom: 1.7rem;
    left: 22rem;
    width: 24px;
    height: 24px;
}

.icon_question {
    position: absolute;
    bottom: -0.3rem;
    right: 1rem;
    width: 24px;
    height: 24px;
}

.politicas_pass {
    margin-left: 11.5rem;
    font-size: smaller;
}

.tooltip {
    display: none;
    position: absolute;
    width: 200px;
    padding: 10px;
    margin: 0 0 12px 0;
    z-index: 100;
    bottom: 100%;
    background: #A784E1;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
    left: 46%;
}

.tooltip:after {
    content: "";
    position: absolute;
    bottom: -14px;
    z-index: 100;
    border: 0 solid #A784E1;
    border-bottom: 14px solid transparent;
    border-left-width: 10px;
    width: 50%;
    left: 50%;
}

.tooltip:before {
    content: "";
    position: absolute;
    border: 0 solid #A784E1;
    bottom: -14px;
    z-index: 100;
    border-right-width: 10px;
    border-bottom: 14px solid transparent;
    width: 50%;
    right: 50%;
}

.politicas_pass_error {
    text-align: justify;
    padding-right: 2rem;
}