html{

}
body{
    padding: 0 0 0 0;
    background-color: #00995d;
}
.header-autentica-altera-senha{
    color: whitesmoke !important;
    background-color: #00995d;/*#228B22*/	
    text-align: center;
    margin-bottom: 8rem;
}

.header-autentica{
    color: whitesmoke !important;
    background-color: #00995d;/*#228B22*/	
    text-align: center;
    margin-bottom: 7rem;
}

.flex-view-center{
    display: flex;
    align-items: center;
    justify-content: center; 
    height:100vh;
}

.basic{
    /*    min-height: 100%;
        position: relative;*/
}
.box {
    background-color: whitesmoke;
    padding: 15px; 
    border: 1px solid whitesmoke;
}
/*texto*/
.centralizado{
    text-align:center;
}
.centrino{
    position: relative;
}

.borda{
    border-style: solid;
    border-width: 1px;
    border-color: #32CD32 ;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.laterais{
    margin-left: 1rem;
    margin-right: 1rem;
}

.width-100 {
    width: 100px!important
}