.container-validate{
    /*FLEX*/
    display: -webkit-flex;
    display: flex;
    /*height: 50%;*/
    /*width: 60%;*/
    flex-direction: column;
    flex: none;

    /*border-color: lightgray !important;*/
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    box-shadow: 0 1.5px 0 0 rgba(0,0,0,0.1);
    background-color: white;
    padding: 35px;
    
}
.container-validate-default{
    width: 70%; 
    border-color: lightgray !important;
    border-width: 0.25em;

}
.container-validate-expired{
       width: 70%; 
    border-color: darkred !important;
    border-width: 0.25em;

}
.container-validate-success{
    width: 70%;
    border-color: limegreen !important;
border-width: 0.25em;
}
.flex-item-validate{
    align-self: center;
}