
body{background-color: #fff;}

.login_page{
	width: 600px;
	margin: 10% auto 0 auto;
}
.ec_logo {
	padding-bottom:20px;	
}
.logo_width{
	width: 50%;
	background-image: url(../img/eclogo.svg);
    background-repeat: no-repeat;
    height: 57px;
    margin: 0 auto;

     /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.login_form{
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 20px;
	border:1px solid #f8f8f8;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
}
.ECButton{
    padding-left: 10px;
    padding-right: 10px;
    background: #8eb245;
    color: #ffffff;
    border: 1px solid #8eb245;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 11px;
    border-radius: 2px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer !important;
	margin-top: 25px;
    margin-left: 10px;
	float:right;
}

.ec-error-circle-o:before {
    color: #cc0000;
    content: "\e926";
    font-family: "PatternFlyIcons-webfont";
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

/* Remove the "Sign in to your account" text */
.formHeader {
    display: none;
}

.login-input{
	width: 40%;
    text-align: left;
	float:left;
	margin-right:12px;
}

.usertext{
	background-color: #fff;
	border: none;
	padding: 5px;
    width: 100%;
	border:1px solid #ccc;
}


@media (min-width: 0px) and (max-width: 767px){
    .login_page{
        width: 90%;
    }

    .logo_width{
        width: 60%;
    }

    .login-input{
        width: 100%;
        float:none;
        margin-right:0;
        margin-bottom:20px;
    }
}

.alert-error {
    background-color: #ffffff;
    border-color: #cc0000;
    color: #333333;
}

.pf-c-alert .pf-c-alert__icon {
    display: inline;
}

.ec-input-group {
    display: flex;
}

.ec-input-group > button {
    flex: 1;
    margin-left: -1px;
}

/* same style as .zocial.secondary */
.zocial.microsoft,
.zocial.oidc,
.zocial.saml,
.zocial.keycloak-oidc {
    background-color: #f0f0eb;
    color: #222;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8)
}

.zocial.microsoft:before {
    content: "\f15d";
}

div#kc-social-providers {
    margin-top: 40px;
}

#kc-social-providers ul {
    list-style-type: none;
    padding-inline-start: unset;
}

#kc-social-providers ul li {
    display: inline-block;
}
