body{
    overflow-y: hidden !important;

    --clr-white: #ffffff;
    --clr-blue: #18424b;
    --clr-blue-light: #18424b85;
    --clr-green: #abc435;
    --clr-green-dark: #94a82c;
    --clr-green-light: #acc43583;
    --clr-grey: #3c3c3b80;
    --clr-red: red;
    --clr-grey-light: #f0f2f5;
    --clr-grey-mid-light: #6c757d;
}

.background-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

@media (max-width: 1150px){
    .main-container{
        grid-template-columns: 100% 50%;
    }
}

@media (min-width: 1150px){
    .main-container{
        grid-template-columns: 50% 50%;
    }
}

.main-container{
    height: 100%;
    width: 100%;
    min-width: 800px;
    min-height: 700px;
    display: grid;
    grid-template-rows: 100%;
}

.login-container{
    height: 590px;
    width: 440px;
    background-color: var(--clr-white);
    z-index: 10;
    border-radius: 12px;
}

.icone-container{
    width: 150px;
    height: 150px;
    border-radius: 150px;
    position: relative;
}

.icone-container.background{
    background-color: var(--clr-blue);
}

.icone-head{
    width: 60px;
    height: 60px;
    border-radius: 12px;
    z-index: 10;
    position: absolute;
    top: 40px;
    left: 50px;
}

.icone-head div{
    width: 30px;
    height: 30px;
    border-radius: 3px 3px 3px 0;
    background-color: transparent;
    box-shadow: 0 0 0 15px var(--clr-green);
}

.icone-body{
    top: 70px;
    left: 35px;
    width: 45px;
    height: 45px;
    position: absolute;
}

.icone-body div:nth-child(1),
.icone-body div:nth-child(2){
    background-color: var(--clr-white);
    position: absolute;
    z-index: 10;
}

.icone-body div:nth-child(1){
    width: 15px;
    height: 45px;
    top: 0;
    left: calc(50% - 7.5px);
}

.icone-body div:nth-child(2){
    width: 45px;
    height: 15px;
    top: calc(50% - 7.5px);
    left: 0;
}

.login-space{
    margin: 20px 0;
}

.input-container {
    position: relative;
    width: 360px;
}

.login-input {
    width: 360px;
    height: 50px;
    font-size: 16px;
    padding: 0 30px;
    padding-right: 60px;
    border-radius: 10px;
    margin-bottom: 15px;
    border: none;
    background-color: var(--clr-grey-light);
}

.input-container .login-input {
    margin-bottom: 0; 
}

.login-input:-internal-autofill-selected, .login-input:-webkit-autofill {
    background-color: var(--clr-grey-light) !important;
    -webkit-box-shadow: none !important;
}

.eye-icon {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}

.login-button{
    width: 360px;
    height: 40px;
    font-size: 16px;
    border-radius: 10px;
    border: 0;
    color: var(--clr-white);
    background-color: var(--clr-blue);
    margin-top: 15px;
    transition: all ease-in-out var(--animation-time);
    -webkit-transition: all ease-in-out var(--animation-time);
    -moz-transition: all ease-in-out var(--animation-time);
}

.sankhya-pass-button {
    width: 360px;
    height: 40px;
    font-size: 16px;
    border-radius: 10px;
    border: 0;
    color: var(--clr-white);
    background-color: var(--clr-blue);
    margin-top: 15px;
    transition: all ease-in-out var(--animation-time);
    -webkit-transition: all ease-in-out var(--animation-time);
    -moz-transition: all ease-in-out var(--animation-time);

    display: flex; 
    align-items: center;
    justify-content: center;
    padding: 0 15px; 
}

.sankhya-pass-button md-icon {
    margin-left: 5px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.login-button:hover{
    background-color: var(--clr-green-dark);
}

.sankhya-pass-button:hover{
    background-color: var(--clr-green-dark);
}

.login-help{
    color: var(--clr-grey-mid-light);
    margin: 10px 0;
    cursor: pointer;
}

.login-invalid{
    font-size: 16px;
    color: var(--clr-red);
}

.logo-container{
    width: 570px;
    height: 720px;
    margin-left: auto;
    margin-top: 0;
    z-index: 10;
}

.logo-container > div:nth-child(1){
    background-color: var(--clr-green-light);
    width: 190px;
    height: 100px;
    z-index: 10;
}

.logo-body{
    width: 570px;
    height: 570px;
    z-index: 10;
    position: relative;
}

.logo-body > div:nth-child(1){
    position: absolute;
    width: 190px;
    height: 570px;
    background-color: var(--clr-blue-light);
    top: 0;
    left: calc(50% - 95px);
}

.logo-body > div:nth-child(2),
.logo-body > div:nth-child(3),
.logo-body > div:nth-child(4){
    position: absolute;
    width: 190px;
    height: 190px;
}

.logo-body > div:nth-child(2){
    top: calc(50% - 95px);
    left: 0;
    background-color: var(--clr-blue-light);
}

.logo-body > div:nth-child(3){
    top: calc(50% - 110px);
    left: calc(50% - 95px);
    z-index: 12;
}

.logo-body > div:nth-child(4){
    top: calc(50% - 95px);
    right: 0;
    background-color: var(--clr-blue-light);
}

.logo-body > div:nth-child(3) span{
    font-size: 30px;
    color: white;
    font-weight: bold;
}

.logo-icon{
    width: 150px;
    height: 50px;
    margin-top: 10px;
}
#conteudoNovoLoginPessoalMais ::-webkit-input-placeholder {
    color:var(--clr-grey);
 }
 
#conteudoNovoLoginPessoalMais :-moz-placeholder { /* Firefox 18- */
    color:var(--clr-grey);
}
 
#conteudoNovoLoginPessoalMais ::-moz-placeholder {  /* Firefox 19+ */
    color:var(--clr-grey);
}
 
#conteudoNovoLoginPessoalMais :-ms-input-placeholder {  
    color:var(--clr-grey);
}

.login-mensagem{
    margin: 20px 0;
    color: var(--clr-grey-mid-light);
    font-size: 12px;
}

/* RECUPERAR SENHA =============================================================================== RECUPERAR SENHA */
.recuperar-senha-popup{
    min-width: 300px;
    min-height: 200px;
    width: auto;
    height: auto;
    max-width: 25vw;
}
.recuperar-senha-container{
    height: 100%;
    width: 100%;
    background-color: var(--clr-white);
}
.recuperar-senha-close-bnt{
    position: absolute !important;
    right: 0;
    top: 0;
}
.recuperar-senha-content{
    padding: 0 25px;
    height: 100%;
    width: 100%;
}
.enviar-btn{
    background-color: var(--clr-blue) !important;
    color: var(--clr-white) !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    text-transform: none !important;
}
/*=================================================================================================================*/

/*================SankhyaPassLoading=======================================================*/

.spinner-margin {
    margin-top: 10% !important;
}

.spinner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0,0,0,0.1);
    border-top-color: var(--clr-blue-light);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}