body {
    background-color: #e4e4e4 !important;
}
.form-registration {
    width: 90% !important;
    margin: auto;
    padding: 20px;
}

.bg-img {
    position: relative;
    top: 50px;
    left: 120px;
    height: 300px; 
    width: 550px; 
    border-radius: 34px;
    background: linear-gradient(255deg, #45096D 7.55%, #1E0A49 51.62%, #000B2E 85.55%);
}

#register-wrapper {
    margin:auto; 
    margin-top:20px; 
    max-width:500px; 
    border-radius:36px; 
    /* border: 1px solid #7c7d7e; */ 
    background-color: #ffffff; 
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.logo-box {
    width: 100%;
    text-align: center;
    padding: 8px !important;
}

.logo-login {
    height: 40px;
    width: auto;
}


.botao-voltar {
    height: 40px;
    width: 124px;
    display: inline-block;       /* Faz o link se comportar como um "botão" */
    padding: 10px 15px;          /* Espaçamento interno para aumentar a área de clique */
    background-color: #D9D9D9;   /* Cor de fundo cinza (pode ajustar conforme necessário) */
    color: #000F2F;
    text-decoration: none;       /* Remove o sublinhado padrão de links */
    border-radius: 28px;          /* Arredonda levemente os cantos */
    cursor: pointer;             /* Exibe o cursor de "mão" ao passar por cima */
    border: none;                /* Remove qualquer borda padrão */
    text-align: center;
    font-family: Inter, "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 123.352%; /* 17.269px */
    letter-spacing: 0.28px;
}
  
.botao-voltar:hover {
    text-decoration: none;
    background-color: #D6D7D8;   /* Cor de fundo levemente mais escura ao passar o mouse */
}

.botao-aceitar {
    height: 40px;
    width: 124px;
    display: inline-block;       
    padding: 10px 20px;          
    background-color: #000F2F;;   
    color: white;
    text-decoration: none;       
    border-radius: 28px;         
    cursor: pointer;
    border: none;                
    text-align: center;
    font-family: Inter, "Roboto", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    width: 50%;
    line-height: 123.352%; /* 17.269px */
    letter-spacing: 0.28px;
}
  
.botao-aceitar:hover {
    text-decoration: none;
    background-color: #010c24;
    color: white;
}

.button-28 {
    appearance: none;
    background: #000F2F;
    border: 2px solid #1A1A1A;
    border-radius: 28px;
    box-sizing: border-box;
    color: white;
    cursor: pointer;
    margin:auto;
    font-family: Inter, "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    min-height: 40px;
    min-width: 0;
    outline: none;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 50%;
    will-change: transform;
}

#form_registration > div.panel-footer.card-footer{
    text-align: center;
    background-color: transparent !important;
}

#form_registration > div.card-body.panel-body {
    padding: 0px;
}


.button-28:disabled {
    pointer-events: none;
}

.button-28:hover {
    background: #010c24;
    box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
}

.button-28:active {
    box-shadow: none;
    transform: translateY(0);
}

/* registration-form.css */
.icon-base {
    font-size: 25px;
    top: 0;
    left: -5px;
    background: #000F2F;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    color: white;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.combo-icon {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 25px;
    background: #000F2F;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-base {
    height: 50px;
    padding-left: 60px;
    border: 1px solid black;
    border-radius: 0 5px 5px 0;
}

.combo-base {
    height: 50px;
    border: 1px solid black;
    border-radius: 0 5px 5px 0;
    padding-left: 55px;
}

.combo-container {
    display: inherit;
    vertical-align: top;
}

.form-wrapper {
    margin: auto;
    margin-top: 100px;
    max-width: 600px;
}

/* Estilo para mensagens de erro do jQuery Validate */
label.error {
    color: #dc3545;
    font-size: 12px;
    margin-top: 5px;
    display: block;
    width: 100%;
    text-align: left;
}

input.error, select.error {
    border-color: black !important;
}

.password-requirements {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

.password-requirement {
    margin-right: 10px;
}

.requirement-met {
    color: #28a745;
}

.requirement-not-met {
    color: black;
}

.TEntry-input {
    height: 30px;
    border: 1px solid black;
    border-radius: 0 5px 5px 0;
}

.form-group .form-line:after,
.form-group .form-line.focused:after {
    display: none !important;
}

.form-group .form-line {
    border: none !important;
}

.tpassword button {
    z-index: 1;
    top:0;
    right:-20px;
}

.ui-dialog .panel .panel-footer {
    padding: 0 !important; 
}

.modal-dialog .modal-content .modal-header {
    display: none;
}

.modal-dialog {
    display: flex;
    /* width: 767px;
    height: 398px; */
    flex-direction: column;
    align-items: center; 
    text-align: center;
}

.bootbox-body > div {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
}

.bootbox-body .fa {
    color: #000F2F;
    margin-bottom: 10px;
}

.modal-body > div > div > span:nth-child(2) {
    margin-left: 0 !important;
    color: #000F2F;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 110%; /* 26.4px */
    letter-spacing: 0.48px;
}

.modal .modal-content {
    border-radius: 24px;

    .modal-footer {
        border-radius: 24px;
        justify-content: center
    }
}

body > div.bootbox.modal.show > div > div > div.modal-footer > button {
    background: #000F2F;
    border: 2px solid #1A1A1A;
    border-radius: 16px;
    color: white;
    cursor: pointer;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 40px;
    min-width: 0;
    outline: none;
    padding: 4px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 80%;
    will-change: transform;
}

@media (min-width: 574px) {
    .modal-dialog {
         width: 100% !important;
    }
}

