@media (max-width: 500px) {
    .loginscreen.middle-box {
        /* width: 300px !important; */
        width:100% !important;
        /* JIRA#4149 */
        padding-top: 0; 
    }

 #kc-logo-wrapper {
        width: auto !important;        
        background: url("../img/kbic-logo.JPG") no-repeat center center;
    }  
	
	

    .disable-ios-auto-zoom {
        font-size: 16px !important;
    }

    #kc-form-login {
        margin-top: 60px !important;
    }

    /* JIRA#4149  --START*/
    .login-pf .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* JIRA#4149  --END*/
}
@media (max-width: 400px) {
	#kc-form-login {
        margin-top: 125px !important;
    }
}
@media (max-height: 645px) {
    /* JIRA#4149  --START*/
    #kc-container-wrapper {
        padding-top: 0;
        top: 20px !important;
    }
    /* JIRA#4149  --END*/
}

.loginscreen.middle-box {
    width: 400px;
}

.login-pf body {
   /* background: #F4F6F9;
 padding: 70px 48px;
   */
   background: #1299A0;
  
	/* position: absolute; */
	/* top:50%; */
	/* left:50%; */
	/* transform:translate(-50%,-50%); */
}

#kc-logo {
	display : none;
}

#kc-container-wrapper {
    /* bottom: 50%; */
	top : 15%;
}

#kc-header {
	display : none;
}

#kc-locale-1 {
	display : none;
}

#kc-locale{
    position: relative;
    width: 200px;
    text-align: right;
    z-index: 9999;
	left: 0px;
}

a#kc-current-locale-link:hover {
    background-color: inherit;
}

#kc-locale-dropdown a {
    color: inherit;
}

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

#kc-logo-wrapper {
	position: relative;
	right: inherit;
  top: 0px;
    height: 63px;
    width: 138px;
    background-size: 275px auto;
}

#kc-info {
    display: none;
}

#kc-form {
	width : 100% !important;
}

#kc-form-login {
	padding:30px;
    border-radius: 20px;
    border: 1px solid #d7d7d7;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 14px 0px rgba(0, 0, 0, 0.15);
}

.login-pf .container {
	color: #676a6c;
}

.alert > .pficon, .alert > .pficon-layered {
	left: 0px;
    top: 3px;
    position: relative;
	margin-left: -30px;
}

.alert {
	text-align: center;
}
.alert-success {
    border: 1px solid transparent;
}

.footer-message {
    position: fixed;
    bottom: 10px;
}

input[type=text], input[type=submit], input[type=password] {
	height : 52px;
}

input[type=text]::placeholder,input[type=password]::placeholder {
  color: #A0A6AB;
  font-style:normal;
}

.free-trial {
    display: block;
    text-align: center;
    margin-top: 28px;	
}

.free-trial p {
    display: inline;
	padding: 15px;
}
	
.free-trial	a {
    color: #0099d3;
	border : 1px solid transparent !important;
	height: 43px;
    padding-top: 10px;
}

.background-hover:hover {
    background-color: #F4F6F9;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
	height:16px;
	width:16px;
	padding:10px;
	box-shadow: 0px 3px 6px #00000029;
	border-color: 1px solid #e5e6e7
}
