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

html {
	width: 100%;
	height: 100%;
	margin: 0px;
}

body {
    background-color: #00b5e3;
    background-image: none;
    background-size: auto 100%;

    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 16px;
	height: 100%;
	width: 100%;
	margin: 0px;

    visibility : hidden;
}

a {
    color: #fff;
}

.git-form-header {
    display: none;
}

#kc-form-options {
    display: none;
}

#kc-locale ul {
    display: none;
    position: absolute;
    background-color: rgba(17, 148, 182, 0.5);
    list-style: none;
    right: 145px;
    top: 40px;
    width: 200px;
    padding: 0px;
}

#kc-locale:hover ul {
    display: block;
    margin: 0;
}

#kc-locale ul li a {
    display: block;
    padding: 5px 11px;
    color: #fff !important;
    text-decoration: none;
    display: block;
    line-height: 20px;
}

#kc-locale ul li a:hover {
    color: #4d5258;
    background-color: #218fab;
    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: 10px;
    text-align: right;
    text-decoration: none;
    padding-right: 231px;
    background-color: rgba(17, 148, 182, 0.5);
}

a#kc-current-locale-link::after {
    content: "\2c5";
    margin-left: 4px;
}

div#kc-content {
    position: absolute;
    top: 20%;
    left: 60%;
    width: 550px;
    margin-left: -225px;
}

div#kc-form {
    float: left;
    width: 350px;
}

div#kc-form label {
    display: block;
    font-size: 16px;
}

div#info-area {
    position: fixed;
    bottom: 0;
    left: 0;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 20px;
    width: 100%;
}

div#info-area p {
    margin-right: 30px;
    display: inline;
    text-shadow: none;
}

input[type=text], input[type=password] {
    color: #888;
    font-size: 18px;
	margin-top: 3px;
    margin-bottom: 20px;
    background-color: white;
    border: 2px solid #888;
    padding: 10px;
    width: 296px;
}

input[type=text]:hover, input[type=password]:hover {
    background-color: #eee;
}

input[type=submit], .pf-c-button.pf-m-primary {
    border: 2px solid #888;

	background-color: #fff;
    color: rgba(0,0,0,0.6);

    font-size: 14px;
    font-weight: normal;

    padding: 10px;
    margin-top: 20px;
    margin-right: 10px;
    width: 150px;
}

input[type=submit]:hover {
    background-color: rgba(255,255,255,0.8);
}

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

div#kc-form-options div label {
    font-size: 12px;
}

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-header {
    display: none;
}

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

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);
    color: rgba(0,0,0,0.6);
    width: 130px;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
