﻿
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body {
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-orange {
    color: #fff !important;
    background-color: #ff6a00;
    background: #ff6a00;
}

    .btn-orange:hover {
        outline: 1px solid #FFF;
        background-color: #ff984f;
        color: #FFF;
    }

.btn-green {
    color: #fff !important;
    background-color: #00cd00;
    background: #00cd00;
}

    .btn-green:hover {
        outline: 1px solid #FFF;
        background-color: #4cdc4c;
        color: #FFF;
    }

.btn-lightblue {
    color: #fff !important;
    background-color: #0198e9;
    background: #0198e9;
}

    .btn-lightblue:hover {
        outline: 1px solid #FFF;
        background-color: #1fb0fe;
        color: #FFF;
    }

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
    box-sizing: border-box;
}

.body-login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    /*height: 100dvh;*/
    /*height: calc(var(--vh, 1vh) * 100);*/ /*use the real screen size, without the menu bars*/
    /*background-image: url('https://elite.formandoweb.com.br/assets/img/background/background_pronet_new_white.png');*/ /* Substitua pelo caminho da sua imagem */
    background-size: cover; /* Faz a imagem cobrir todo o espaço do elemento */
    background-position: center; /* Posiciona a imagem no centro */
    font-size: 1.5em;
}

h1 {
    font-weight: bold;
    margin: 0;
}

h2 {
    text-align: center;
}

p {
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

span {
    font-size: 12px;
}

a {
    color: gray;
    font-size: 14px;
    text-decoration: none;
}

.aviso {
    margin: 14px auto;
    font-size: 14px;
}

button {
    border-radius: 20px;
    border: 1px solid #FF4B2B;
    background-color: #FF4B2B;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

    button:active {
        transform: scale(0.95);
    }

    button:focus {
        outline: none;
    }

    button.ghost {
        background-color: transparent;
        border-color: #FFFFFF;
    }

form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    /*height: 100dvh;*/
    text-align: center;
}

.input-box {
    width: 100%;
}

/*.checkbox {
    padding: 10px 0;
    min-height: auto;
    position: relative;
    margin-right: 5px;
}*/

.container-login input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 4px 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
    border-radius: 5px;
    width: 100%;
}

.responsavel-financeiro {
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
    color: gray;
    margin: 0px 0px 1px;
}

.recupera-senha {
    display: flex;
    justify-content: center;
    font-size: 0.9rem;
    color: gray;
    margin: 0;
}

.primeiro-acesso {
    color: gray;
    margin: 0;
}

    .primeiro-acesso a:hover {
        text-decoration: none;
    }

#chkLoginComoResponsavel {
    width: 15px;
    margin: auto 2px;
}

.container-login {
    /* background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    display: flex;
    min-width: 750px;
    min-height: 530px;
    width: 70%;*/
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    /*min-height: 550px;*/
    /*height: 550px;*/
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    margin: .5em 2em;
}


.container-login-direito {
    /*background: linear-gradient(to right, var(--main-backcolor), var(--titulo-backcolor));*/
    /*background: linear-gradient(to right, #11194f, #286090);*/
    /*background-image: url('https://elite.formandoweb.com.br/assets/img/background/background_pronet_new_white.png');*/ /*Substitua pelo caminho da sua imagem*/
    background-size: cover; /* Faz a imagem cobrir todo o espaço do elemento */
    background-position: center; /* Posiciona a imagem no centro */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    /*height: 100%;*/
    width: 50%;
    border-radius: 0 15px 15px 0;
    padding: 4em 2em;
}

.container-login-esquerdo {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    /*height: 100%;*/
    width: 50%;
    border-radius: 15px 0 0 15px;
    padding: 2em 1.5em;
}

@media (max-width: 600px) {

    /* .body-login {
        margin: 2em auto;
        height: 100%;
    }*/

    .container-login {
        flex-direction: column;
        min-width: 350px;
        margin: 0 auto;
    }

    .container-login-esquerdo {
        width: 100%;
        border-radius: 15px 15px 0 0;
    }

    .container-login-direito {
        width: 100%;
        border-radius: 0 0 15px 15px;
    }

    .container-login-esquerdo,
    .container-login-direito {
        padding: 1em 1em;
    }

    #msg-large-screen {
        display: none;
    }
}

@media (min-width: 601px) {
    #msg-small-screen {
        display: none;
    }
}

.sign-in-container {
    width: 50%;
    padding: 2em;
}

.container.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    width: 50%;
    z-index: 1;
}

.container.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

.actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 10px;
    width: 100%;
}

    .actions .btn {
        padding: .75rem;
        font-size: 14px;
        font-weight: bold;
    }

.actions2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.container.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #FF4B2B, #FF416C);
    background: linear-gradient(to right, #FF4B2B, #FF416C);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.btnCadastro, .btnConectar {
    transition: background-color .5s ease, color .5s ease;
}

    .btnConectar:hover {
        background-color: #F72500;
    }

.btnCadastro {
    background-color: #3E4095;
    border: 1px solid #3E4095;
}

    .btnCadastro:hover {
        background-color: #030A8C;
    }
