/* CSS Document */
body {

        background-color: #121212;
        margin: 0

}

img {
        border:0;
}
a {
        text-decoration:none;
}

.box_canvas_pag {

        width: 30%;
        height: 100%;
        background: #ffffff;
        position:fixed;
        left: 2.5%;
        display: flex;
        align-items: center;
        justify-content: center;

}

.logomarca {

        width: 100px

}

.box_campos {

        width: 30%;
        height: 100%;
        position:fixed;
        left: 40%;
        display: flex;
        align-items: center;

}

.campos {

        margin-bottom: 14px;

}

.btn_entrar {

        width: 100%;
        font-size: 1rem;
        font-weight: bold;

}

@media screen and (max-width: 1010px){

        .box_canvas_pag {

                width: 95%;
                background: #ffffff;
                position: relative;
                left: 2.5%;
                display: flex;
                align-items: center;
                justify-content: center;
                height: 30vh;
        }

        .box_campos {

                width: 95%;
                position: relative;
                left: 2.5%;
                display: flex;
                align-items: center;
        }

        .welcome {
                
                font-size: 20px !important;
                font-weight: bold !important;
                line-height: 30px !important;
                height: 30px !important;
                margin-top: 14px !important;
        }

        .logoimg {
                
                max-height: 100%;
        }
}

.ui-inputfield, .ui-button-text.ui-c, .pi {
        font-size: 1rem !important;
}

.ui-inputfield.ui-state-focus {
        border-color: #A8CF45 !important;
        box-shadow: 0 0 0 2px #94C23E !important;
}

.ui-selectcheckboxmenu.ui-state-focus {
        border-color: #A8CF45 !important;
        box-shadow: 0 0 0 2px #94C23E !important;
}

.ui-button {
        background: #A8CF45 !important;
        border-color: #A8CF45 !important;
}

.ui-button.ui-state-hover {
        background-color: #94C23E !important;
        border-color: #94C23E !important;
}

.ui-button.ui-state-focus {
        box-shadow: 0 0 0 0.2em #94C23E !important;
}

.ui-inputgroup .ui-password.ui-inputwrapper {
        width: 100%;
        padding-left: 0;
}

.ui-inputgroup .ui-password.ui-inputwrapper input:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0 none;
        padding-left: 0.5em;
}

.ui-inputfield.ui-state-hover {
        border-color: #A8CF45 !important;
}

.ui-selectcheckboxmenu.ui-state-hover {
        border-color: #A8CF45 !important;
}

.ui-inputfield.ui-state-filled {

        border-color: #A8CF45 !important;
}

.ui-messages-error-detail {

        font-weight: normal;
}

.ui-messages li {

        display: grid;
}

.welcome {
        font-family: var(--font-family);
        font-size: 34px;
        line-height: 51px;
        text-align: center;
        color: #fff;
        padding: 0px 8px;
        margin-top: 74px;
}

.login-info {
        font-family: var(--font-family);
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        min-height: 32px;
        padding: 0px 8px;
        margin-bottom: 14px;
}
