/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

table{
    background-color: #ccc;
  border-radius: 15px;
}

table th{
  line-height: 1.5;
  vertical-align: top;
  border: none;
  text-align: left;
  border-block-start: transparent !important;
  color: #A54685;
  padding-bottom: 10px;
}

table td{
    background-color: transparent  !important;
    line-height: .8  !important;
    border: none !important;
    padding-top: 0 !important;
}

#aviso_senha_ok{
    visibility: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
}

#resetpasswordform #som_new_user_pass, #resetpasswordform #som_new_user_pass_again{
    color: #fff;
    padding-left: 40px;
    border-radius: 7px;
    border: none;
    background-color: #A54685;
    background-image:url('http://theramex.fcbdev.com.br/wp-content/uploads/2025/05/Grupo-64-1.png');
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-size: 16px;
}

#resetpasswordform fieldset{
    border: none;
    padding: 0;
}

#resetpasswordform .somfrp-lost-pass-form-text, #resetpasswordform legend{
    display: none;
}


#lostpasswordform fieldset{
    border: none;
    padding: 0;
}

#lostpasswordform #reset-pass-submit, #resetpasswordform #reset-pass-submit{
    border-radius: 10px;
    border: none;
    font-weight: 600;
    color: #fff;
    background-color: #268F8D;
        font-size: 14px;
    margin-top: 30px;
    width: 150px;
    
}

#lostpasswordform .somfrp-lost-pass-form-text, #lostpasswordform legend{
    display: none;
}

#lostpasswordform label[for="somfrp_user_info"], #resetpasswordform label[for="som_new_user_pass"], #resetpasswordform label[for="som_new_user_pass_again"]{
   font-weight: 600; 
   margin-bottom: 10px;
   color: #A54685;
   font-size: 14px;
   outline: none;
}

#lostpasswordform #somfrp_user_info{
    color: #fff;
    padding-left: 50px;
    border-radius: 7px;
    border: none;
    background-color: #A54685;
    background-image:url('http://theramex.fcbdev.com.br/wp-content/uploads/2025/05/Grupo-62.png');
    background-repeat: no-repeat;
    background-position: 12px 12px;
    background-size: 22px;
}

/*Check force*/
.progress {
    height: 3px !important;
}
.form-group {
    margin-bottom: 10px;
}
.show-pass{
    position: absolute;
    top:5%;
    right: 8%;
}
.progress-bar-danger {
    background-color: #e90f10;
}
.progress-bar-warning{
    background-color: #ffad00;
}
.progress-bar-success{
    background-color: #02b502;
}





