/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 13 abr. 2021, 23:42:47
    Author     : DAHEMR
*/

.is-required:after {
    content: '*';
    margin-left: 3px;
    color: red;
    font-weight: bold;
}
.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.form {
    width: 450px;
}