﻿
.estrutura {
    background-color: #1b485f;
    position: absolute;
    float: left;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 372px;
    border-radius: 15px;
    padding: 10px 0px 0px 0px;
    border: 1px solid;
}

#imguser {
    border: inset;
    border-radius: 100px 100px;
    padding-bottom: 10px;
    width: 55%;
    height: 135px;

}


.modal-header {
    color: white;
}


.panel-heading {
    color: #ffffff !important;
    background-color: #1b485f !important;
}

.btn-success {
    color: #ffffff;
    background-color: #31708f !important;
    border-color: #82e2ff !important;
}

    .btn-success:hover {
        color: #ffffff;
        background-color: #1b485f !important;
        border-color: #82e2ff !important;
    }

#senha {
    width: 150px;
    padding-right: 20px;
}

.olho {
    cursor: pointer;
    left: 160px;
    position: absolute;
    width: 20px;
}
#personaImg {
    border-color:black;
}
