﻿/* Adjust for larger screens */
@media (min-width: 1200px) {
    #main {
        background-size: contain;
    }
}

/* Adjust for smaller screens */
@media (max-width: 768px) {
    #main {
        background-size: cover;
    }

    .fullContentClear {
        flex-direction: row; /* Align the divs side by side */
        justify-content: space-around; /* Distributes space evenly between divs */
    }
}

/* Adjust for smaller screens */
@media (max-width: 820px) {
    #main {
        background-size: cover;
    }

    .fullContentClear {
        flex-direction: row; /* Align the divs side by side */
        justify-content: space-around; /* Distributes space evenly between divs */
    }

    .LogoCliente, .loginFormArea, .loginLogoArea {
        width: 30%; /* Adjust the width of each div when aligned side by side */
        max-width: none; /* Remove the maximum width constraint */
    }
}

/* For very small mobile screens */
@media (max-width: 480px) {
    #main {
        background-size: cover;
        background-position: top;
    }
}


@font-face {
    font-family: 'total-icon';
    src: url('../fonts/total-icon.eot?nayxo3');
    src: url('../fonts/total-icon.eot?nayxo3#iefix') format('embedded-opentype'), url('../fonts/total-icon.ttf?nayxo3') format('truetype'), url('../fonts/total-icon.woff?nayxo3') format('woff'), url('../fonts/total-icon.svg?nayxo3#total-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="ticon-"], [class*=" ticon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'total-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ticon-btndisc:before {
    content: "\e900";
}

.ticon-door-open:before {
    content: "\e903";
}

.ticon-door:before {
    content: "\e901";
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    overflow-y: hidden;
    min-width: 100%;
}

body, section, div {
    /*min-height: 100%;*/
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;    
}

#extr-page #main {
    background: #EAF3E7;
}

.vertical-center {
    margin: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.greatSubtitle {
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-size: 15pt;
    color: #089985;
}

.green {
    color: #089985;
}

.trueSubtitle {
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-size: 20pt;
    color: #089985;
}

.loginLogoArea, .LogoCliente {
    vertical-align: middle;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}

.loginLogoArea {
    bottom: 0;
    max-width: 200px;
    min-width: 100px;
}

.LogoCliente {
    min-width: 400px;
    max-width: 650px;
    margin-bottom:50px;
    top:5%;
}

.LogoCliente img, .loginLogoArea img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.loginFormArea {
    vertical-align: middle;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 380px !important;
}

.loginFormArea form{
    width: 100%;
    margin: auto;
    box-shadow: 1px 1px 3px;
    vertical-align: middle;
    border-radius: 1px;
}

.logoLogin {
    margin-left: auto;
    margin-right: auto;
}

.content {
    width: 100vw;
    height: 90vh;
    background: #EAF3E7;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}

.fullContentClear {
    vertical-align: middle;
    

    display: flex;
    flex-direction: column; /* Stack divs vertically by default */
    justify-content: center; /* Aligns content vertically centered */
    align-items: center; /* Aligns content horizontally centered */
    height: 100vh; /* Full viewport height */
}

.btn-login {
    position: relative;
    background-color: #96ab91;
    border: none;
    display: inline-block;
    float: right;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    box-shadow: 0 1px 2px #fff, /*bottom external highlight*/
    0 -1px 1px #1c461e, /*top external shadow*/
    inset 0 -1px 1px #1c461e, /*bottom internal shadow*/
    inset 0 1px 1px rgba(183, 206, 171, 0.69); /*top internal highlight*/
}

.btn-square:hover {
    opacity: 0.8;
    color: #FFF;
}

.btn-login:hover, btn-login.active, btn-login:active, btn-login:focus{
    background-color: white;
    color: #96ab91;
}

.stIcon {
    position: absolute;
    top: 2px;
    left: 2px;
    text-align: center;
    font-size: 14pt;
    text-shadow: 1px 1px #888;
}
.login-msg{
    font-size: 11pt;
    color: red;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.login-msg ul{
    list-style: none;
}