﻿ .errormsg {
        color: Red;
        font-size: 10pt;
        font-weight: bold;
    }

  .salvarmsg {
        color:  cornflowerblue;
        font-size: 15pt;
        font-weight: bold;
        bottom: 0;
        position: absolute;
         margin-left: auto;
        margin-right: auto;
        text-align: center;
        width:100%;
       /*width: 200px;
       height: 100px;*/
 

    }