* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
}
body {
    background-color: #22252b;
}
.logo-row {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 20px 0;
}

.logo{
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
    margin-top: -50px;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #d00f4f;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: #d00f4f;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
  background-color: #c7285d;
    transition: background-color 0.2s;
}

.boxsenha {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: auto;

}
.boxsenha h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}

.boxsenha form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.boxsenha form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #d00f4f;
    color: #ffffff;
}
.boxsenha form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.boxsenha form input[type="submit"] {
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: #d00f4f;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.boxsenha form input[type="submit"]:hover {
  background-color: #d00f4f;
    transition: background-color 0.2s;
}

.boxip {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: auto;

}
.boxip h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}

.boxip form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.boxip form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #d00f4f;
    color: #ffffff;
}
.boxip form input[type="text"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.boxip form input[type="submit"] {
    width: 100%;
    padding: 15px;
   margin-top: 20px;
    background-color: #d00f4f;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}
.boxip form input[type="submit"]:hover {
  background-color: #d00f4f;
    transition: background-color 0.2s;
}

/* Captcha Styles */
.captcha-section {
    width: 100%;
    margin: 15px 0;
}

.captcha-section label {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    background-color: transparent !important;
    color: #5b6574 !important;
    font-size: 14px;
    margin-bottom: 8px;
    padding: 0;
    justify-content: flex-start !important;
}

.captcha-section .captcha-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 10px;
}

.captcha-section img {
    border: 1px solid #dee0e4;
    border-radius: 4px;
    background-color: #f8f9fa;
}

.captcha-section button {
    background: none;
    border: 1px solid #dee0e4;
    border-radius: 4px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 16px;
    color: #5b6574;
    transition: all 0.2s;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.captcha-section button:hover {
    background-color: #f8f9fa;
    border-color: #d00f4f;
    color: #d00f4f;
}

.captcha-section input[type="text"] {
    width: 310px !important;
    height: 50px !important;
    border: 1px solid #dee0e4 !important;
    margin-bottom: 10px !important;
    padding: 0 15px !important;
}