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

    #kc-logo-wrapper {
        width: auto !important;        
        background: url("../img/GAIG-Logo-trucking-vertical.jpg") no-repeat center center;
    }

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

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

    /* JIRA#4149  --START*/
    .login-pf .container {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* JIRA#4149  --END*/
}

@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;
}

#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 {
    background-size: 145px auto;
    right: inherit;
    top: 0;
    height: 95px;
    width: 270px;
}

#kc-info {
    display: none;
}

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

#kc-form-login {
    background-color: white;
    padding: 25px;
    border: 1px solid lightgray;
    border-radius: 5px;
	margin-top: 60px;
}

.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 : 43px;
}

.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;
}
.identity-provider-List-sec{
    background: #fff;
    border: 1px solid lightgray;
    margin-top: -5px;
    padding: 15px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
}
