table {
    width:100%;
    table-layout:fixed;

}
td{
    word-wrap: break-word;
}
img {
    display: block;
    object-fit: contain;
    height: 400px;  
    /* width:100%; */

    margin-left: auto;
    margin-right: auto;
}

button#create_UserCredential {
    display:none;
}

.required{
    color: red;
}