@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-ExtraLight.ttf') format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-Light.ttf') format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-ExtraBoldItalic.ttf') format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-Medium.ttf') format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-Black.ttf') format("truetype");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-BlackItalic.ttf') format("truetype");
    font-weight: 900;
    font-style: italic
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-ExtraLightItalic.ttf') format("truetype");
    font-weight: 200;
    font-style: normal
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-LightItalic.ttf') format("truetype");
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-ExtraBold.ttf') format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-SemiBoldItalic.ttf') format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-BoldItalic.ttf') format("truetype");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-ThinItalic.ttf') format("truetype");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-Bold.ttf') format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-ExtraLight.ttf') format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-MediumItalic.ttf') format("truetype");
    font-weight: 500;
    font-style: italic
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-SemiBold.ttf') format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Barlow Elotech;
    src: url('../../font/Barlow-Thin.ttf') format("truetype");
    font-weight: 100;
    font-style: normal
}

body {
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.principal{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 76vh;
}

@media (max-width: 768px) {
    .principal{
        justify-content: center;
        padding-right: 0;
    }
}

.login{
    background-color: white;
    width: 370px;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.btn {
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.bloco-logo{
    width: 242px;
    margin: 0px auto;
    padding: 0px;
    height: 168px;
    text-align: center;
}

.bloco-logo img{
    height: 100%;
}

.borda-campo{
    border: 1px solid #F1C217 !important; 
    border-right: 1px solid #F1C217 !important;   
    -webkit-box-shadow: inset 0 0 0 rgba(#F1C217), 0 0 0 rgba(#F1C217) !important;
    box-shadow: inset 0 0 0 rgba(#F1C217), 0 0 0 rgba(#F1C217) !important;
}

.borda-campo-senha{
    border: 1px solid #F1C217 !important; 
    border-left: 0px solid #F1C217 !important;   
    -webkit-box-shadow: inset 0 0 0 rgba(#F1C217), 0 0 0 rgba(#F1C217) !important;
    box-shadow: inset 0 0 0 rgba(#F1C217), 0 0 0 rgba(#F1C217) !important;
}

.form-control:focus {
    border-color: #F1C217 !important;
    border: 1px solid #F1C217 !important;
    border-left: 0px solid #F1C217 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 0 0 rgba(#F1C217), 0 0 0 rgba(#F1C217) !important;
    box-shadow: inset 0 0 0 rgba(#F1C217), 0 0 0 rgba(#F1C217) !important; 
}

.borda-campo-login {
    border-right: 1px solid #ccc !important;
}

#unidade:focus{
    border-color: #ccc !important;
}

#especialidade:focus{
    border-color: #ccc !important;
}

.input-group-addon-login {
     color: #F1C217 !important;
     background-color: #fff !important;
     font-size: 18px !important;
}

.form-control-login {
    height: 50px !important;
    background-color: #fff !important;
    border-left: 0px !important;
}

.ui-dialog {
    padding-bottom: 0 !important;
}

.btn-login {
    color: #fff !important;
    background-color: #F1C217;
    border-color: #F1C217;
    width: 100%;
    margin-top: 5px;
}

.btn-login:hover, .btn-login:active, .btn-login:focus {
    color: #fff;
    background-color: #F1C217;
    border-color: #F1C217;
}

.text-info-login {
    color: #F1C217;
    text-align: right;
}

a > svg > path {
    fill: #F1C217 !important;
}

a:hover > svg > path {
    fill: #F1C217 !important;
}

a:hover > svg > path, a:active > svg > path {
    fill: #F1C217 !important;
}

.input-group{
    margin-top: 10px;
    width: 100%;
}

.form-control{
    font-weight: normal !important;
    font-size: 14px !important;
}

#kc-social-providers .label {
    color: #727070;
    font-size: 12px;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    clear: both;
    margin-top: 30px;
    font-weight: normal !important;
}

#kc-social-providers ul {
    padding: 0;
    margin: 0;
}

#kc-social-providers li {
    display: block;
    margin-top: 5px;
    text-decoration: none;
}

.zocial.facebook, .zocial.google, .zocial.keycloak-oidc, .zocial.certificate, .zocial.microsoft, .zocial.twitter {
    font-size: 16px;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: start;
    align-items: center;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
    border-radius: 50px;
    background: white !important;
    color: #3c3c3b !important;
    border: 1px solid #b3b3b3;
}

.zocial.google:before {
    background: url(../../images/login/google-icon.svg) no-repeat;
    height: 30px;
    box-shadow: none;
    border: none;
    content: "\00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 Entrar com Google";
    font-family: "Font Awesome 5 Brands", "Open Sans", sans-serif;
    font-size: 14px;
    padding-top: 6px;
    padding-left: 25px;
    font-weight: 600;
}

.zocial.google .text {
    display: none;    
}

.zocial.facebook:hover, .zocial.github:hover, .zocial.google:hover, .zocial.microsoft:hover, .zocial.stackoverflow:hover, .zocial.linkedin:hover, .zocial.twitter:hover, .zocial.certificate:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) !important;
    text-decoration: none !important;
}

#kc-social-providers .label:before {
    content: '';
    height: 1px;
    background-color: #7270704d;
    display: block;
    position: absolute;
    width: 85px;
    max-width: 100%;
    top: 0;
    margin-top: 8.5px;
}

#kc-social-providers .label:after {
    content: '';
    height: 1px;
    background-color: #7270704d;
    display: block;
    position: absolute;
    width: 85px;
    max-width: 100%;
    margin-top: 8.5px;
    right: 0.6em;
    top: 0;
}

.kc-container-wrapper {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: auto;
    position: initial;
    max-width: 370px;
    min-height: 560px;
    height: auto;
    /* top: 0; */
    padding: 0 0 42px 0;
    background: url(../../images/login/logo-elotech-rebranding.png) bottom center no-repeat #FFFFFF;
    background-size: 160px;
    background-position-y: 100%;
}

.btn-login:hover {
    background-color: #F1C217 !important;
    border-color: #F1C217 !important;
}

.btn-pass-login:hover{
    background-color: #fff !important;
}

.comunicado-login{
    line-height: 10px;
    padding: 12px;
    color: #797979;
    font-size: 13px;
}

.modal-login-setor{
    
}

.bloco-corpo-login{
    margin-top: 11px;
}

.kc-social-providers{
    margin-top: 64px;
    border: 0px solid red;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    font-family: Barlow Elotech,Helvetica,Arial,sans-serif !important;
}

.trata-versao{
    font-family: Barlow Elotech,Helvetica,Arial,sans-serif !important;
}

.ui-widget {
    font-family: Barlow Elotech,Helvetica,Arial,sans-serif !important;
}