body {
    margin: 0;
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

header {
    width: 100%;
    max-width: 600px;
    background-color: #009688;
    font-family: "Segoe UI",Arial,sans-serif;
    padding: 10px;
}

header h2 {
    font-size: 30px;
    font-weight: 400;
    margin-block: 0 0;
    color: white;
}

header button {
    font-size: 18px;
    color: white;
    background-color: #4CAF50;
    padding: 8px 16px;
    user-select: none;
    border: none;
    cursor: pointer;
}

main {
    background-image: url('../images/vaticano.jpg');
    background-repeat:repeat;
    background-size: 100%;
    width: 100%;
    max-width: 600px;
    height: 100%;
    padding: 10px;
}

.modal {
    display: none;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(192,192,192,0.3);
    padding: 10px;
    padding-top: 50px;
}

.modal-errMsj {
    color: red;
}

.modal-content {
    position: relative;
    background-color: white;
    width: auto;
    max-width: 580px;
    margin: 0 10px;
    padding: 0;
    outline: 0;
}

.modal-center {
    text-align: center!important;
}

.avatar {
    width: 30%;
    border-radius: 50%;
    margin-top: 16px;
    vertical-align: middle;
    border-style: none;
    text-align: center;
}

.modal-container {
    padding: 2px 16px;
}

.modal-container.cancel {
    background-color: #f1f1f1;
    padding: 16px 0;
    border-top: 1px solid #ccc!important;
}

.modal-input {
    display: block;
    width: 100%;
    padding: 8px;
    margin-bottom: 16px!important;
    margin: 0;
    border: 1px solid #ccc!important;
    background-color: rgb(232, 240, 254)!important;
    font: inherit;
}

.modal-button, .modal-cancel {
    color: #fff!important;
    display: block;
    padding: 8px 16px!important;
    font: inherit;
    margin: auto;
    border: none;
    user-select: none;
    cursor: pointer;
    text-align: center;
}

.modal-button {
    background-color: #009688!important;
}

.modal-cancel {
    background-color: red;
    width: fit-content;
    margin: auto;
}



.password {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
}

.hidePassw, .showPassw {
    width: 32px;
    height: 32px;
    background-image: url('../images/hidePassw32.png');
    position: absolute;
    top: 2px;
    right: 3px;
    cursor: pointer;
}

.showPassw {
    background-image: url('../images/showPassw32.png');    
}

#usuario {
    text-transform: lowercase;
}