/* body {
    position: relative;
}

.quadrado {
    width: 99.8%;
    height: 35%;
    position: absolute;
    background: linear-gradient(90deg, #008380 0%, rgba(0, 29, 28, 0.8) 100%);
    border: 1px solid rgba(0, 0, 0, 0.26);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.items-all-page {
    min-height: 75vh;
}

.logo-modal {
    max-width: 120px !important;
}

.row-items-login-2 {
    display: flex;
    justify-content: center;
}

.row-items-login {
    display: grid;
    grid-template-columns: 40% 60%;
    width: 100%;
}


.login-form-container {
    background: #fff;
    z-index: 999999;
    max-height: 600px;
    max-width: 100%;
    padding: 12px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-bottom: 64px;
    margin-top: 64px;


}

.login-form-container-width {
    max-width: 600px !important;
}

.login-form-container>h2 {
    text-align: center;
    color: #186361;
}

.login-form-container>p {
    text-align: center;
}

.login-form-container>form {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    flex-wrap: wrap;
}

.form-group {
    margin-top: 12px;
    margin-bottom: 12px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.form-group>input {
    min-width: 400px;
}

.btn-google {
    background-color: #DC4E41;
    border: none;
    color: white;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 auto;
    transition: all 0.4s;
    cursor: pointer;
}

.btn-login {

    border-bottom: 2px solid #0D153B;
    border-radius: 4px;
    border: none;
    padding: 12px;
    color: white;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 1.1rem;
    cursor: pointer;
    background-color: #008380;
    transition: all 0.4s;

}

.btn-login:hover,
.btn-google:hover {

    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.space-between {
    display: flex;
    justify-content: space-around;
    gap: 12px;
    align-content: center;
    align-items: center;
}

.or-tag-svg {
    margin: 0 auto
}

.profile-item {
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.profile-item>p {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
}

.img-perfil-lg {
    min-width: 240px;
}

.btn-without-cadastro {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.btn-without-cadastro:hover {
    text-decoration: underline;
} */