/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: "CS-Type-eP";
  src: url('font/CSW07eP-Lightv4.woff2') format('woff2');
  src: url('font/CSW07eP-Lightv4.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "CS-Type-eP";
  src: url('font/CSW07eP-Romanv4.woff2') format('woff2');
  src: url('font/CSW07eP-Romanv4.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "CS-Type-eP";
  src: url('font/CSW07eP-Boldv4.woff2') format('woff2');
  src: url('font/CSW07eP-Boldv4.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "CS-Type-eT";
  src: url('font/CSW07eT-Lightv4.woff2') format('woff2');
  src: url('font/CSW07eT-Lightv4.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "CS-Type-eT";
  src: url('font/CSW07eT-Romanv4.woff2') format('woff2');
  src: url('font/CSW07eT-Romanv4.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "CS-Type-eT";
  src: url('font/CSW07eT-Boldv4.woff2') format('woff2');
  src: url('font/CSW07eT-Boldv4.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

* {
  font-family: CS-Type-eP, Helvetica, sans-serif;
}

.login-pf body {

}

.alert-error {
    background-color: #dd0000;
    border-color: #cc0000;
    color: #ffffff;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: #fff;
    list-style: none;
    right: 20px;
    top: 30px;
    width: 200px;
    padding: 2px;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 1px 11px;
    color: #000 !important;
    border: 1px solid #fff;
    text-decoration: none;
    display:block;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #d4edfa;
    border-color: #b3d3e7;
}

#kc-locale-dropdown a {
    color: #fff;
}

#kc-locale-dropdown a:hover {
    text-decoration: none;
}

a#kc-current-locale-link {
    display: block;
    padding: 5px;
}

a#kc-current-locale-link:hover {
    background-color: rgba(0,0,0,0.2);
}

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

.login-pf .container {
    padding-top: 40px;
	color: #000000;
}

.login-pf a:hover {
    color: #0099d3;
}

#kc-logo {
    width: 100%;
    height: 250px;
    background: transparent;
}

#kc-logo-wrapper {
    height: 107px;   
}

.imgCadeado {
    background: transparent url("../img/cadeado_aberto.svg");
    background-repeat: no-repeat;
	background-size: contain;
    height: 25px;
    width: 25px;
	float: left;
	margin-top: -10px;
	margin-right: 5px;
}

.imgChave {
    background: transparent url("../img/chave.svg");
    background-repeat: no-repeat;
	background-size: contain;
    height: 30px;
    width: 30px;
	float: left;
	margin-top: -10px;
	margin-right: 5px;
}


.imgInfo {
    background: transparent url(../img/info.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 17px;
    width: 17px;
    float: left;
    margin-top: -3px;
    margin-right: 5px;
}

.imgEmail {
    background: transparent url("../img/email.svg");
    background-repeat: no-repeat;
	background-size: contain;
    height: 25px;
    width: 25px;
    float: left;
	margin-top: -10px;
	margin-right: 5px;
}

.imgPerfil {
    background: transparent url("../img/perfil.svg");
    background-repeat: no-repeat;
	background-size: contain;
    height: 25px;
    width: 25px;
    float: left;
	margin-top: -10px;
	margin-right: 5px;
}

.logo-cshg {
	background: transparent url("../img/cshg-logo-blue.svg");
    background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
    width: 100%;
	min-height: 100px;
	margin-top: 20px;
}

div.kc-logo-text {
    background-image: url("../img/keycloak-logo-text.png");
    background-repeat: no-repeat;
    width: 250px;
    height: 38px;
}

div.kc-logo-text span {
    display: none;
}

#kc-header {
    color: #fff;
    overflow: visible;
    padding-left: 80px;
    white-space: nowrap;
}

#kc-header-wrapper {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 15px;
}

#kc-content {
    position: relative;
}

#kc-content-wrapper {
    overflow-y: hidden;
}

#kc-info {
    padding-bottom: 200px;
    margin-bottom: -200px;
}

#kc-info-wrapper {
    font-size: 13px;
}

#kc-form-options span {
    display: block;
}

#kc-terms-text {
    margin-bottom: 20px;
}

#kc-registration {
    margin-bottom: 15px;
}

/* TOTP */

ol#kc-totp-settings {
    margin: 0;
    padding: 0;
}

ol#kc-totp-settings li {
    margin-top: 1em;
}

ol#kc-totp-settings li:first-of-type {
    margin-top: 0;
}

#kc-totp-secret-qr-code {
    max-width:150px;
    max-height:150px;
}

/* OAuth */

#kc-oauth h3 {
    margin-top: 0;
}

#kc-oauth ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kc-oauth ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    padding: 10px 30px;
}

#kc-oauth ul li:first-of-type {
    border-top: 0;
}

#kc-oauth .kc-role {
    display: inline-block;
    width: 50%;
}

/* Code */
#kc-code textarea {
    width: 100%;
    height: 8em;
}

/* Social */

#kc-social-providers ul {
    padding: 0;
    margin: 0;
}

#kc-social-providers li {
    display: block;
    margin-top: 5px;
}

#kc-social-providers li:first-of-type {
    margin-top: 0;
}

.zocial {
    width: 150px;
}

.zocial:hover {
    color: #fff !important;
}

.zocial.facebook,
.zocial.github,
.zocial.google,
.zocial.microsoft,
.zocial.stackoverflow,
.zocial.linkedin,
.zocial.twitter {
    background-image: none;
    border-radius: 2px;

    font-family: "Open Sans", sans-serif;
    font-weight: normal;

    box-shadow: none;
    text-shadow: none;
}

.zocial.google {
    background-color: #dd4b39 !important;
}

.zocial.facebook:hover,
.zocial.github:hover,
.zocial.google:hover,
.zocial.microsoft:hover,
.zocial.stackoverflow:hover,
.zocial.linkedin:hover,
.zocial.twitter:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%) !important;
}

/* Copy of zocial windows classes to be used for microsoft's social provider button */
.zocial.microsoft {background-color: #0052a4; color: #fff;}
.zocial.microsoft:before { content: "\f15d"; }

.divMessage {
 	margin-top: 20px;
}


@media (min-width: 768px) {

    #kc-logo {
        width: 100%;
        background: transparent;
        height: 250px;
    }


    #kc-container-wrapper {
        position: absolute;
        width: 100%;
    }

    #kc-logo-wrapper {
        position: absolute;
        top: 150px;
        width: 100%;
        text-align: center;

    }

    .login-pf .container {
        padding-right: 80px;
    }

    #kc-locale {
        position: relative;
        width: 200px;
        left: -230px;
        text-align: right;
        z-index: 9999;
    }
	
	.divFormLogin {
		min-height: 210px;
	}
	
	#kc-form-buttons {
		margin-top: 30px!important;
	}
	
}

@media (max-width: 767px) {
	
	.backgroundCS {
		background: #f4f4f4 url("../img/fundo_login_xs.jpg")!important;
		background-repeat: no-repeat!important;
		background-size: auto 50%!important;
		background-repeat: repeat-y!important;		
	}
	
	.body-login {
		height: calc(100% + 20px);
	}

    #kc-logo {
        width: 100%;
        background: transparent;
        height: 70px;
    }
	
	.logo-cshg {
		margin-top: 0px;
	}
	
	.imgCadeado {
		margin-right: 0px;
	}
	.imgChave {
		margin-right: 0px;
	}

    .div-kc-form {
        background: #fff!important;
        border: 1px solid #c0c0c0!important;
        height: 230px!important;
    }

    .divFormLogin {
        min-height: 130px!important;
        border: 0px!important; 
    }
	
	.divMessage {
		margin-top: 20px;
	}

    .tituloLogin {
        margin-top: 0px!important;
        border-top:  0;
        border-left: 0;
        border-right: 0;
    }

    div#footer {
        margin-bottom: 40%!important;
        font-size: 10px!important;
    }

    #kc-logo-wrapper {
        height: 70%;

    }

    #kc-header {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
        text-align: center;
    }

    #kc-form {
        float: none;
    }

    #kc-info-wrapper {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0px;
        padding-right: 15px;
    }

    #kc-social-providers li {
        display: inline-block;
        margin-right: 5px;
    }

    .login-pf .container {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #kc-locale {
        position: absolute;
        width: 200px;
        top: 10px;
        right: 0px;
        text-align: right;
        z-index: 9999;
    }
	
	#kc-form-buttons {
		margin-top: 50px!important;
	}

}

@media (min-height: 646px) {
    #kc-container-wrapper {
        background: #fff;
        width: 300px;
        border: 1px solid #ccc;
    }
}

@media (max-height: 645px) {
    #kc-container-wrapper {
        padding-top: 50px;
        top: 20%;
    }
}

/* novos estilos */


.backgroundCS {
    background: #f4f4f4 url("../img/fundo_login.jpg")!important;
    background-repeat: no-repeat!important;
    background-size: auto 120%!important;
}

div#footer {
    clear: both;
}

div#footer {
    color: #808080;
    margin-bottom: 3.0833em;
}

div#footer {
    clear: both;
    bottom: 0;
    /* position: fixed; */
    text-align: center;
    width: 100%;
    color: #333333;
}

div#footer a {
    color: #333333;
    text-decoration: underline;
}

div#footer div#pageFunction {
    border-bottom: 3px solid #d9dee2;
    text-align: right;
    height: 3.75em;
    margin-bottom: .5em;
}


div#footer div#pageFunction {
    border-bottom: 3px solid #d9dee2;
    text-align: right;
    height: 3.75em;
    margin-bottom: .5em;
}

div#footer div.copyright {
    display: inline;
    font-size: .9167em;
}

div#footer div.copyright {
    display: inline;
    font-size: .9167em;
}

div#footer div.general-disclaimer {
    display: inline;
    font-size: .9167em;
    margin-top: .9091em;
    font-size: .9167em;
}

div#footer div.general-disclaimer {
    display: inline;
    font-size: .9167em;
    margin-top: .9091em;
    font-size: .9167em;
}


input {
    background-color: #fff!important;
}

.btn-primary {
    background-color: #003869!important;
    border-color: #003869!important;
    color: #ffffff!important;
    background-image: none!important;
    border-color: #006e9c;
    color: #ffffff;
}

.btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 0px;
}

input {
    background-color: #fff!important;
    border: 0;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.labelLogin {
    color: #6d6e71;
    font-size: 12px;
    font-weight: normal;
    margin-left: 30px
}

.inputLogin {
    margin-left: 0px;
	min-width: 70%;
	max-width: 85%;
    font-weight: bold;
	margin-bottom: 3px;
}

.linkLogin {
    color: #333;
    text-decoration: underline;
    font-size: 10px;
}

.tituloLogin {
    text-align: center!important;
    padding: 20px!important;
    background: white!important;
    margin-top: 60px;
    border-top:  1px solid #c8c8c8;
    border-left:  1px solid #c8c8c8;
    border-right:  1px solid #c8c8c8;
}

.divInputs {
    border-bottom: 1px solid #000;
}

.divInputCPF {
    border-bottom: 1px solid #000;
}

.divInputUsername {
    border-bottom: 1px solid #000;
}

.divInputSenha {
    border-bottom: 1px solid #000;
}

.divInputEmail {
    border-bottom: 1px solid #000;
}

.comboPerguntas {
	height: 30px;
}

.divInputPassword {
    border-bottom: 1px solid #000;
}
.divInputConfirm {
    border-bottom: 1px solid #000;
}

.div-kc-form {
    /*background: #fff!important;
    border: 1px solid #c0c0c0!important;
    height: 300px!important;*/
}

#kc-form-buttons input{
    /*width: 100%!important;*/
    height: 45px;
    font-weight: normal;
}

#kc-form-buttons a.btn {
    /*width: 100%!important;*/
    line-height: 39px;
    font-weight: normal;
}

.pficon-error-circle-o:before {
    color: #eeeeee !important;
    content: "\e61d";
}

/* [START] LOGIN LAYOUT NOVO */

.backgroundCS {
    background-size: auto 120%!important;
    background-attachment: fixed!important;
    background-position: center; 
    background-repeat: repeat-y!important;
}

.login-content {
    height: 100%;
}

.bg-login {
    background-color: #fff;

}

.container {
    padding-top: 0px!important;
    position: initial;
}

#kc-logo {
    display: none;
}

div#footer {
    width: auto;
    margin-top: 100px;
}

.login-pf .container {
    bottom: 0%!important;
}

.logo-cshg {
    margin-top: 70px;
}

.alert {
    padding-top: 12px;
    padding-bottom: 12px;
}

.alert .pficon {
    top: 12px;
    color: #fff;
}

.pficon-ok:before,
.pficon-warning-triangle-o:before
 {
    color: #fff!important;
}



.alert-error {
    border-color: #cc0000!important;
    background-color: #cc0000!important;
    color: #ffffff!important;
}

.alert-success {
    border-color: #3f9c35!important;
    background-color: #3f9c35!important;
    color: #ffffff!important;   
}

.alert-warning {
    border-color: #ec7a08!important;
    background-color: #ec7a08!important;
    color: #ffffff!important;   
}



.text-download {
    color: #979797;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.icon-app-cshg {
    margin-top: 20px;
    margin-bottom: 20px;
}

.img-download {
    width: 100%;
    max-width: 168px;
}

.img-download-app {
    height: 80px;
}

.linkLogin {
    color: #979797;
    font-size: 14px;
}
/*
.img-download.ios {
    padding-top: 2px;
    padding-bottom: 2px; 
}
*/

#footer .general-disclaimer {
    position: relative;
    top: 15px;
}

.right {
    float: right;
}

.left {
    float: left;
}

@media (max-width: 767px) {
    .logo-cshg {
        margin-top: 50px!important;
    }
    
}

@media (max-width: 400px) {
    .logo-cshg {
        margin-top: 20px!important;
    }
    
    .form-container,
    .col-icon-downalod {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    
}
/* [END] LOGIN LAYOUT NOVO */