/*------------LOGIN-CSS-COMPONENTS----------- */
/*RECUPERAR-SENHA--ESQUECI-SENHA--LOGIN--CADASTRO */

.all-component-login{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden auto;
    scrollbar-width: thin;
}

.dark-mode .all-component-login {
    background-color: #121212;
}
/*------------IMAGES----------- */
.image-component{
    /* define background imagem */
    background-image: url(../img/novasImagens/alertmonitor.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo-login-img{
    margin-bottom: 20px;
    width: 100%;
    padding: 0;
}
.logo-login-img img{
    width: 40%!important;
    pointer-events: none;
    user-select: none;
}

.title-pwa{
    width: 100%;
    height: auto; /* Changed from height: 0 */
    text-align: center; /* Added to center the text */
    margin-top: 15px; /* Added margin for spacing */
}
.title-pwa h2{
    user-select: none;
    pointer-events: none;
    color: #333; /* Changed color for better visibility */
    /* Removed position: absolute, top, right, text-align: right */
    font-size: 20px; /* Optional: Adjust font size as needed */
}

.back-log{
    max-width: 720px;
    height: 900px;
    background: transparent 0% 0% no-repeat padding-box;
    pointer-events: none;
    user-select: none;
}
.people-log{
    position: relative;
    top: -95px;
    margin: 0;
    padding: 0;
    width: 550px;
    background: transparent 0% 0% no-repeat padding-box;
    opacity: 1;
    pointer-events: none;
    user-select: none;
}

/*------------SLOGAN----------- */
.slogan-sdwan{
    position: relative;
    top: 180px;
    left: 25%;
    margin: 0;
    font-size: 40px;
    font-family: "Open Sans";
    font-weight: 400;
    width: 365px;
    letter-spacing: 3px;
    line-height: 1;
    color: #fff;
    pointer-events: none;
    user-select: none;
}
.slogan-sdwan strong{
    font-size: 42px;
    font-weight: 700;
    font-family: "Open Sans";
}

/*------------FORM----------- */

.component-form{
    position: relative;
    /* Layout Properties */
    width: 100%;
    min-height: 100%;
    margin: auto 0;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    /* UI Properties */
    opacity: 1;
}
.form-alignment{
    width: 50%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.component-form form{
    /* Layout Properties */
    width: 373px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    /* UI Properties */
    opacity: 1;
}
.field-input{
    position: relative;
    top: 0;
    left: 0;
    width: 373px;
    height: 70px;
    opacity: 1;
}
.field-input input{
    padding-left: 40px;
    width: 100%;
    height: 48px;
}
.field-input input#password{
    padding-right: 40px;
}
.field-input button{
    width: 40px;
    height: 40px;
    font-size: 18px;
    background-color: transparent;
    border: transparent;
}

/*------------ICONS----------- */

.mail-log,
.lock-log{
    /* Layout Properties */
    position: absolute;
    left: 15px;
    opacity: 1;
    pointer-events: none;
    user-select: none;
}
.mail-log{
    width: 16px;
}
.lock-log{
    width: 14px;
}

/*------------LINKS----------- */

.esqueceu-senha a{
    /* Layout Properties */
    margin-bottom: 15px;
    height: 18px;
    /* UI Properties */
    text-align: right;
    font: normal normal bold 13px/18px "Open Sans";
    letter-spacing: 0px;
    color: #FF7707;
    opacity: 1;
    text-decoration: none;
}
.esqueceu-senha a:hover{
    transition: 200ms;
    color: #D66100;
}

.cadastre-se{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.cadastre-se p{
    /* UI Properties */
    margin: 0 10px 0 0;
    text-align: left;
    font: normal normal normal 13px/18px Open Sans;
    letter-spacing: 0px;
    color: var(--grey0-sc);
    opacity: 1;
    pointer-events: none;
    user-select: none;
}
.cadastre-se a{
    /* UI Properties */
    text-align: center;
    font: normal normal bold 13px/18px Open Sans;
    letter-spacing: 0px;
    color: #FF7707;
    opacity: 1;
    text-decoration: none;
}
.cadastre-se a:hover{
    transition: 200ms;
    color: #D66100;
}


.or{
    margin: 25px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.or p{
    margin: 0 10px;
    text-align: left;
    font: normal normal normal 13px/18px Open Sans;
    letter-spacing: 0px;
    color: var(--grey0-sc);
    opacity: 1;
    user-select: none;
}
.or .line1, .or .line2{
    width: 100%;
    height: 0px;
    /* UI Properties */
    border: 1px solid #EFE2D9;
    opacity: 1;
}

/*------------GOOGLE-BUTTON----------- */

.login-google{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    /* UI Properties */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000014;
    border: 1px solid #EFE2D9;
    border-radius: 8px;
    opacity: 1;
}
.login-google p{
    margin: 0 10px;
    text-align: left;
    font: normal normal normal 13px/18px "Open Sans";
    pointer-events: none;
    user-select: none;
}
.login-google img{
    pointer-events: none;
    user-select: none;
}
.login-google:hover{
    transition: 300ms;
    box-shadow: 0px 3px 6px #00000014;
    border: 1px solid #C5AB96;
    border-radius: 8px;
}

/*------------TEXT----------- */

.title-text{
    text-align: left;
    font: normal normal bold 24px/33px Open Sans;
    letter-spacing: 0px;
    color: var(--black-pr);
    pointer-events: none;
    user-select: none;
}
.info-text{
    text-align: left;
    font: normal normal normal 13px/18px Open Sans;
    color: #888888;
    pointer-events: none;
    user-select: none;
}


/* ----------------@MEDIAS--------------------- */
@media(max-width: 1165px){
    .form-alignment{
        position: absolute;
        left: 0;
        width: 456px;
        height: 787px;
        background-color: #fff;
    }
    .people-log{
        right: 0;
    }
    .slogan-sdwan{

        right: 5%;
    }
}
@media(max-width: 1170px){
    .form-alignment{
        position: relative;
        width: 100%;
        height: 900px;
        left: 0;
    }

    .image-component,
    .image-component img,
    .slogan-sdwan,
    .slogan-sdwan,
    .people-log{
        display: none;
    }

}
@media(max-width: 440px){
    .component-form{
        padding: 0 5%;
    }
    .component-form form{
        width: 100%;
    }
    .btn-primario.extended{
        width: 100%;
    }
    .field-input,
    .field-input input{
        width: 100%;
    }
}

/* alertas */

 .alert-danger{
    position: relative;
    margin: 0 auto;
    padding: 0;
    font: normal normal normal 13px / 18px "Open Sans";
    letter-spacing: 0px;
    color: #f44336;
    background-color: transparent;
    border: none;
    pointer-events: none;
}

/* btn de linguagens */
.lang-component{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0.5%;
}
.img-lang{
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888888;
}
.btn-language{
    width: 100%;
    display: flex;
    align-items: center;
    font: normal normal normal 12px / 18px "Open Sans";
    letter-spacing: 0px;
    color: var(--grey2-sc);
}
.btn-language button{
    all: unset;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    color: #000;
}
.btn-language button:hover{
    transition: all 200ms;
    background-color: var(--grey4-sc);
}
