/* @import url('../../keycloak/lib/zocial/zocial.css');*/

@viewport{
    zoom: 1.0;
    width: device-width;
}

/* small screens */
/*
@media screen and (max-device-width: 600px) {
  div#kc-header, div#kc-content {
	width: 100% !important;
	max-width: 100% !important;
  }
}
*/
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #ffffff;
    /*background-image: url('../img/bkgrnd.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;

    color: #4a4a4a;
    font-family: sans-serif;
    margin: 0px;
}

a {
    color: #E3000F;
    text-decoration: none;
}

/* Change content to change the title of the page*/
div#kc-header {
  font-size: 25px;
  line-height: 20px;
}

div#kc-header-wrapper { 
  padding-top: 52px;
}

div#kc-header {
/*  background: rgb(255,255,255);*/
  background: linear-gradient(to top, rgba(74,74,74,1) 0%,rgba(74,74,74,1) 50%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); 
    margin: auto;
    text-align: center;
    width: 100%;
    max-width: 450px;
    color: #FFFFFF;
/*    padding: 20px;*/
  height: 110px;
/*    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);*/

  background-image: url('logo.png');
  background-repeat: no-repeat;
  padding-left: 200px;
  display: block;
}

div#kc-info {
}


.kc-logo-text span { 
  display: none;
}

/*
div#kc-header-wrapper:before { 
  content: 'Log in';
}
*/

/*title banner size and colour*/
div#kc-container-wrapper {
    width:100%;
    background-color: #ffffff;
  margin-top: 50px;
}

div#kc-content, header {
    /*background-color: #e0e0e0;*/
    width: 100%;
    max-width: 450px;
    margin: auto;
    padding: 20px;
    /*box-shadow: 0px 0px 6px rgba(0,0,0,0.5);*/
    border-style: solid;
    border-width: 0px 1px 1px 1px;
    border-color: #a4a4a4;
}

div#kc-form {

}
/* label change Username, Password text*/
div#kc-form label {
    display: block;
    padding: 0px;
}
/**/
div#kc-form-login {
    text-align: center;
}

div#info-area {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-top: 45px;
    background-color: #e0e0e0;
    padding: 20px;
    width: 99%;
}

div#info-area p {
    margin-right: 30px;
    display: inline;
    text-shadow: none;
}
/*fields*/
input[type=text], input[type=password] {
    margin-bottom: 20px;
    background: none;
    border-width: 0 0 1px 0;
    border-color: #4a4a4a;
    padding: 5px;
    width: 95%;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

input[type=text]:hover, input[type=password]:hover {
    background-color: #0084c6;
}
/*button*/
input[type=submit],
#kc-social-providers > ul > li {
    border-radius: 3px;
    border: 1px solid;
    background-color: #FFFFFF;
    border-color: #0084c6;
    color: #0084c6;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 3em;
    width: 98%;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
}

input[type=submit]:hover {
    background-color: #0084c6;
    color: #FFFFFF;
}

div#kc-form-options div {
    display: inline-block;
    margin-right: 20px;
}

div#kc-form-options div label {
}

div#kc-feedback {
    /*box-shadow: 0px 0px 6px rgba(0,0,0,0.5);*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

div#kc-feedback-wrapper {
    padding: 1em;
}

div.feedback-success {
    background-color: rgba(155,155,255,0.1);
}

div.feedback-warning {
    background-color: rgba(255,175,0,0.1);
}

div.feedback-error {
    background-color: rgba(255,0,0,0.1);
}

div#kc-registration {
    margin-bottom: 20px;
    margin-top: 2em;
}

div#social-login {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    float: right;
    width: 150px;
    padding: 20px 0 200px 40px;
}

div.social-login span {
    display: none;
}

div#kc-social-providers ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

div#kc-social-providers ul li {
    margin-bottom: 20px;
}

div#kc-social-providers ul li span {
    display: inline;
    width: 100px;
}

a.zocial {
    border: none;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
    background: -ms-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
    background: -o-linear-gradient(top, rgba(255,255,255,0.8), rgba(255,255,255,0.1)) !important;
    /*box-shadow: 0px 0px 6px rgba(0,0,0,0.5);*/
    width: 130px;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}


#kc-container-wrapper li {
	list-style-type: square;
}

#kc-page-title {
	display: none;
}

/* hide federation login (CODESYS GROUP) */
#kc-social-providers a {
    color: #0084c6;
	font-size: 10pt;
}
div#kc-social-providers ul li {
    text-align: center;
	display: none;
}
div#kc-social-providers h2 {
	display: none;
}

/* remove "show password" button
#password + button
{
	display: none;
}

