/********************************* CONTAINERS *+********************************************/
.container_register_form {
    position: relative;
    max-width: 600px;
    margin: auto;
    height: 100%;
    padding-bottom: 2rem;
}

/********************************** FORMS **************************************************/


form.registerForm {
    max-width: 600px;
    margin: auto;
    padding: 0 10px;
}

.my_footer_for_form {
    display: flex;
    justify-content: flex-end;
}

/* Buttons */
.footer_form_button {
 margin-left: 0.5rem;
}

/******************************* INPUT ********************************************************************/

.invalid {
    border-color: red !important;
}

/* label img {
    width: 50px;
    height: 50px;
    opacity: 0.5;
}

label img:hover {
    cursor: pointer;
}

.inputFileName {
    display: block;
    text-align: center !important;
    color: var(--my-green-dark) !important;
}


.fa-check-circle {
    color: var(--my-green-dark);
    position: absolute;
    right: -8px;
    top: 0;
    display: none;    
}

.containerIcon{
    width: 60px;
    height: 60px;
    position: relative;
} */
/********************************  FONTS ********************************************************************/
  
  
.myStyleFont3 {
font-family: 'Caveat', cursive;
color: #6c757d;
text-align: justify;
}

.text-danger {
    color: red;
}

ul.errorlist {
    color: red;
}
/* **************************ACTIVATION ACCOUNT *************************************************************** */
.hidden_values {
    display: none !important;
}