
.titulo{
  font-size:20px;
}
.texto{
    padding-left:15%;
    padding-right:10px;
    border-right:7px #fff solid;   
}

.modal-alter-pass, .modal-confirm-informacao {
    z-index: 10;
    transition: 0.3s;
    top:-100%;
    left:0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;     
}
.modal-alter-pass.show, .modal-confirm-informacao.show {
    top : 0;
}
.float-popup-alter-pass, .float-popup-confirm-informacao {
    position: absolute;
    background-color: white;
    width: 600px;
    left: calc(50% - 300px);    
    margin-left: auto;
    margin-right: auto; 
    top: calc(25% - 60px);
    border-radius: 4px;
}
.margem-titulo{
    margin-top: 20px;
}

@media screen and (max-width : 600px){
    .float-popup-alter-pass{
    width: 90%;
    left: calc(50% - 175px);
    top: calc(25% - 60px);
}
}

.float-popup-bottom-alter-pass .btn.save-pass, .float-popup-bottom-confirm-informacao .btn.save-informacao {
    color: white;
}
.float-popup-bottom-alter-pass .btn.cancel-save-pass, .float-popup-bottom-confirm-informacao .btn.cancel-confirm-informacao {
    color: black;
}
.float-popup-bottom-alter-pass .btn.ok-email{
    color: white;
    width: -webkit-fill-available;
}

.form-alter-pass, .form-confirm-informacao {
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px;
}
.float-popup-bottom-alter-pass, .float-popup-bottom-confirm-informacao {
    margin-top: 5px;
    width: 100%;
}
.float-popup-alter-pass input, .float-popup-confirm-informacao input {
    margin-top: 5px;
    width: 100%;
    height: 40px;
}

.float-popup-bottom-alter-pass, .float-popup-bottom-confirm-informacao {
    margin-top: 30px;
}
.float-popup-bottom-alter-pass button, .float-popup-bottom-confirm-informacao button {
    width: 50%;
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    float: left;
    height: 35px;
}
                                        
.titulo-modal{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.input-group-text{
    font-size: 13px;
}


.form-control {
    font-size: 13px !important;
}

.btn-save{
    background-color: dodgerblue;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    width: 120px;
    border-color: transparent;
}

.btn-cancel{
    background-color: #777;
    border-radius: 20px;
    color: #fff;
    font-size:13px;
    width: 120px;
    border-color: transparent;
}

 .btn-save:hover{
    opacity: 0.8;
    color: #fff;
    border-color: transparent;
    background-color: dodgerblue;
}

.btn-cancel:hover{
    opacity: 0.8;
    color: #fff;
    border-color: transparent;
    background-color: #777;
}

.align-btns{
    text-align: center;
    padding:10px;
}

.top-codigo-autenticacao{
    margin-top:20px;
}

#btnCancel, #sendCodigo {
    color: #fff !important;
}

.float-popup-token {  
    background-color: white;
    width: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    height: 160px;
}

