* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.473)),
                url('../img/computer-equipment-row-network-connection-plug-hard-drive-generated-by-ai.jpg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
}
.text-hos {
    color: #eb0b0b; /* Cor para 'HOS' */
  }
  
  .text-flex {
    color: #0000ff; /* Cor para 'FLEX' */
  }
.login-card {
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    max-width: 400px; 
    width: 100%; 
}

.login-card .form-check-label {
    margin-right: auto;
}

.divider-text {
    text-align: center;
    margin: 1.5rem 0;
}

.divider-text::before, .divider-text::after {
    content: '';
    display: inline-block;
    width: 30%;
    border-top: 1px solid #dee2e6;
    margin: 0 0.5rem;
}

.btn-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.5rem;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    color: #6c757d;
    font-weight: 500;
}

.btn {
    background-color:#000000;
    color: white;
}.btn:hover {
    background-color:#004aab;
    color: white;
}





