﻿#main {
    min-height: calc(100%) !important;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#capslock-warning, #capslock-warning-cadastro {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 40px;
    cursor: pointer;
    align-items: center;
}

#section {
    min-height: 100% !important
}

#divLeft {
    background: linear-gradient(180deg, rgb(2,24,38) 0%, rgb(30,61,89) 100%);
    border-radius: 30px;
    height: 100% !important;
    position: absolute;
    padding: 3%;
    box-shadow: 2px 2px 10px 0 #1e3d59 !important;
}

#divRight {
    height: inherit;
    padding: 5%
}

#divContent {
    padding-left: 0px !important;
    background-color: white;
    width: 100%;
    height: 100%;
    height: 100% !important
}

#viewPassIcon {
    left: 90%;
    cursor: pointer
}

    #viewPassIcon.active {
        color: gray;
        cursor: pointer
    }

#modalSenha {
    width: 450px;
    background: rgb(220,222,251);
    background: linear-gradient(180deg, rgba(220,222,251,1) 0%, rgba(255,255,255,1) 100%);
    height: 25em;
}

#modalCadastroUsuario {
    width: 40%;
    background: rgb(220,222,251);
    background: linear-gradient(180deg, rgba(220,222,251,1) 0%, rgba(255,255,255,1) 100%);
}

#span1 {
    padding-left: 2px;
    border-width: 0 0 0 2px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e78ff), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#2e78ff, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(#2e78ff, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(#2e78ff, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to bottom, #2e78ff, rgba(0, 0, 0, 0)) 1 100%;
    animation: border-top-right 3s infinite alternate;
}

.btnLogin, .btnRegister {
    box-shadow: none !important;
    text-align: center;
    width: 95%;
    background-color: #1e3d59 !important;
    margin-top: 0.75rem;
}

.btnLogin:hover, .btnRegister:hover {
    background-color: #446173 !important;
}

.btnLogin:active,
.btnLogin:focus,
.btnRegister:active,
.btnRegister:focus {
    background-color: #021826 !important;
    outline: none;
}

.close-icon {
    color: #1e3d59 !important;
}

.input-field {
    position: relative;
}

.password-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 10px;
    cursor: pointer;
}

    .password-toggle i {
        cursor: pointer;
    }

.toast {
    position: relative;
    margin-top: -12% !important
}

.login-form {
    width: 100%;
    margin: 0;
    text-align: center;
}

#loginWrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 100vh;
}

#login-left {
    padding-left: 200px;
    padding-right: 150px;
}

#login-logo {
    width: 288px;
    height: 89px;
    object-fit: contain;
}

#register-logo {
    display: none;
    position: fixed;
    top: 50px;
    left: 50px;
    width: 364px;
    height: auto;
    object-fit: contain;
}

#login-texts {
    margin-top: 20px;
}

.login-title {
    font-size: 40px;
    color: #FFF;
    margin: 0;
}

.login-subtitle {
    font-size: 40px;
    color: #B0C0B5;
    margin: 0;
    line-height: 1.2;
}

.login-right {
    margin-left: auto;
    margin-right: 200px;
}

#login-left, .login-right {
    margin-top: calc((100vh - 532px) / 2);
}

#login-card {
    position: relative;
    width: 406px;
    height: auto;
    padding: 2rem;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login-contact {
    margin-top: 45px !important;
}


.g-recaptcha {
    display: flex;
    justify-content: center;
}

.modal.responsive {
    width: 80%;
    max-width: 800px;
    margin: auto;
    border-radius: 10px;
}

.modal.responsive .modal-content {
    padding: 0;
    overflow: hidden;
    height: calc(70vh - 40px);
}

.modal.responsive .modal-content iframe {
    width: 100%;
    height: 60vh;
    border: none;
    display: block;
}

#formCadastro {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 406px;
    background: #ffffff;
    padding: 2rem;
    border-radius: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    display: none;
}

@media screen and (max-width: 1024px) {
    .modal.responsive {
        width: 95%;
        max-width: 95%;
    }

    .modal.responsive .modal-content iframe {
        height: 60vh;
    }
}

.swal-title {
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.swal-button {
    background-color: #3664d2 !important;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}

button:focus {
    outline: 0;
    background-color: #3664d2 !important;
}

.desktop-image {
    width: 259px;
    height: 99px;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-y: hidden;
}

body.bg-login {
    background-image: url("/images/imagesLogin/loginBackground.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

body.bg-cadastro {
    background-image: url("/images/imagesLogin/registerBackground.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

a {
    font-weight: 400;
    color: #63818C !important;
}

h5 {
    color: #1e3d59;
    font-size: 20px;
}

[type="checkbox"] + span:not(.lever):before,
[type="checkbox"] + span:not(.lever):after {
    width: 25px;
    height: 25px;
}

[type=checkbox] + span:not(.lever) {
    line-height: 30px;
}

[type="checkbox"] + span:not(.lever):after {
    font-size: 25px;
}

input[type=email]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=password]:not(.browser-default) {
    border: 2px solid #d6d8d8;
}

@media only screen and (min-width: 1025px) and (max-width: 1677px) {
    #login-left {
        padding-left: 50px;
        padding-right: 75px;
    }

    .login-right {
        margin-right: 100px;
    }

    #login-card {
        width: 390px;
        height: auto;
        padding-bottom: 0.6rem;
        padding-top: 0rem;
    }
}

@media (max-width: 1024px) {
    #loginWrapper {
        flex-direction: column;
        align-items: center;
        padding: 30px;
    }

    #login-left {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0;
    }

    .login-right {
        margin: 40px 0;
    }

    #login-card {
        width: 100%;
        height: auto;
    }

    #login-texts {
        margin-top: 15px;
    }

    #login-logo {
        width: 176px;
        height: 54px;
    }

    #register-logo {
        width: 176px;
        height: 54px;
    }

    .login-title,
    .login-subtitle {
        font-size: 15px;
    }

    .login-options, .btnLogin, .btnRegister, .input-field.col label, input#Email, input#password {
        font-size: 10px !important;
    }

    .login-contact {
        margin-top: 10px !important;
    }

    h5 {
        font-size: 12px;
    }

    [type="checkbox"] + span:not(.lever):before, [type="checkbox"] + span:not(.lever):after {
        width: 20px;
        height: 20px;
    }

    [type=checkbox] + span:not(.lever) {
        line-height: 25px !important;
        padding-left: 26px;
    }

    input[type=email]:not(.browser-default), input[type=number]:not(.browser-default), input[type=password]:not(.browser-default) {
        width: 198px;
        height: 35px;
    }

    input[type=password]:not(.browser-default) {
        width: 69% !important;
    }

    span.login-options {
        text-wrap-mode: nowrap;
    }
}