
.login {
    width: 60%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-content {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.form-container {
    width: 100%;
}

.login-container {
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 10px;
    background-color: #fff;
    width: 400px;
    box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.418);
}

.title-login{
    font-size: 20px;
    font-weight: 100;
    text-align: center;
}

.login-content input {
    padding: 16px;
    border-radius: 8px;
    border: none;
    margin: 8px 0px;
    background-color:#F0F3F4;
}

.login-content select {
    padding: 16px;
    border-radius: 8px;
    border: none;
    margin: 8px 0px;
    background-color: #F0F3F4;
    box-shadow: 0 0 0 0;
    outline: 0;
}

.login-content input:focus {
    box-shadow: 0 0 0 0;
    outline: 0;
    background-color: #d3c26429;
}

.login-content button {
    background-color: #336A35;
    border: none;
    border-radius: 8px;
    margin: 8px 0px;
    color: #fcfefe;
     padding: 16px;
}

.form-container p {
    text-align: center;
    color: #000000;
    font-size: 14px;
}

.img-login img {
    height: 120px;
    margin-bottom: 8px;
}


.msg-success {
    color: #F3A0A0;
    text-align: center;
}

.title-passwoard-login{
    color: white;
    margin-top: -10px;
}

.content-login{
    display: flex;
    flex-direction: column;
    color: white;
}


.content-login label{
    font-size: 12px;
}

.back-pass-ref{
    color: white;
    text-decoration: none;
    margin-top: 5px;
    font-size: 15px;
}

.msg-alt-senha{
    margin-top: 20px;
    color: rgb(8, 8, 8);
    text-align: center;
}

@media (max-width: 769px) {
    .login {
        width: 100%;
    }

}

body {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 183, 28, 0.24), transparent 30%),
        linear-gradient(135deg, #111111 0%, #242424 48%, #fffaf0 48%, #ffffff 100%);
}

.login-container {
    border: 1px solid rgba(255, 183, 28, 0.5);
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.22);
}

.title-login {
    color: #111111;
    font-weight: 500;
}

.login-content input,
.login-content select {
    background-color: #fffaf0;
    border: 1px solid rgba(17, 17, 17, 0.10);
}

.login-content input:focus,
.login-content select:focus {
    background-color: #ffffff;
    border-color: #ffb71c;
    box-shadow: 0 0 0 4px rgba(255, 183, 28, 0.18);
}

.login-content button {
    background: linear-gradient(135deg, #ffb71c 0%, #ffd86a 100%);
    color: #111111;
    font-weight: 600;
}

.form-container p,
.msg-alt-senha {
    color: #242424;
}

.msg-success {
    color: #e5383b;
}

.cadastro-link {
    min-height: 46px;
    margin: 0 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 183, 28, 0.55);
    border-radius: 8px;
    color: #111111;
    font-weight: 600;
    text-decoration: none;
}

.cadastro-link:hover {
    background-color: #ffb71c;
    color: #111111;
}

.cadastro-container {
    width: 460px;
}

.login-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0px;
    color: #242424;
    font-size: 15px;
}

.login-checkbox input {
    width: auto;
    margin: 0;
}

.login-field-label {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 0 -8px;
    color: #1f2430;
    font-size: 14px;
    font-weight: 700;
}

.login-field-label span {
    color: #6f7681;
    font-size: 12px;
    font-weight: 500;
}
