﻿* {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-image: url('../../Library/Images_Cliente/imgFundo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    font-family: prometo, sans-serif;
    font-style: normal;
    font-weight: 400;
}

form#form1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100%;
}

.loginCard {
    height: auto;
    width: 90%;
    max-width: 550px;
    border-radius: 25px;
    padding: 45px 26px 45px 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    gap: 20px;
    border: solid 1px #8f8f8f;
}

.btnLoginOutroUsuario {
    width: auto !important;
}

.btnLogin {
    background-color: #00A2E8;
    text-decoration: none;
    color: white;
    font-weight: 600;
    font-size: 1.3rem;
    padding: 5px 20px 5px 20px;
    width: 9.0rem;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    transition: all 0.3s ease;
}

    .btnLogin:hover {
        background-color: #0ca7eacf;
    }

.labelLogin {
    color: #000000;
    font-size: 1.3rem;
    letter-spacing: 0.70px;
}

.labelEndereco {
    color: #6f6f6f;
    font-size: 1.0em;
    text-align: center;
    font-weight: 500;
    gap: 20px;
}

.link {
    color: #00A2E8;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .link:hover {
        color: #0ca7eacf;
    }

.lblUsuarioLogado {
    font-weight: 600;
    font-size: 20px;
    color: #0d0d0d;
}

.rodapeLogin {
    width: 736px;
    position: absolute;
    margin-left: -368px;
    left: 50%;
    bottom: 10px;
    text-align: center;
    color: #666;
    font-size: 13px;
}


@media (min-width: 1200px) {
    .loginCard {
        width: 550px;
    }
}

@media (max-width: 768px) {
    .esconderNoMobile {
        display: none !important;
    }
}

.rowLogoLogin {
    display: flex;
    justify-content: center;
}

.rowMarcaInstitucional {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.loginCard {
    height: auto;
    width: 100%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
    background-color: white;
    border-radius: 20px;
    border: solid 3px #ced4da;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    box-sizing: border-box;
}

.formLogin {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.textBoxLogin {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    height: 40px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #DBDBDB;
    background-clip: padding-box;
    border-radius: 7px;
    border: 1px solid #ced4da;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (min-width: 768px) {
    .textBoxLogin {
        font-size: 1.2rem;
    }
}

.textBoxLogin:focus {
    color: #212529;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.textBoxLogin::placeholder {
    color: #6c757d;
    opacity: 1;
}
