/* Use this file to provide custom overrides to the default CSS */
.app-canvas {
  min-height: 90vh;
  background-image: url('./images/idp-login-bkgd-new-colorized-optimized.jpg');
  background-size: cover;
  padding-top: 20px;
}

.fis-iaf-login-header .top-bar-container{
background: rgb(0,86,91);
overflow: hidden;
padding: 0px 10px;
}

.fis-iaf-login-header h1{
    color: white;
    font-size: 23px;
    font-weight: 400;
	padding-top: 8px;
	padding-left: 84px;
	margin-top: 8px;
}

.fis-iaf-login-header .fis-common-menu{
	background-size: 70px;
    background-image: url('./images/fis-logo.png');
	width: 77px;
    float: left;
	height: 31px;
    background-repeat: round;
}

.login-page-footer{
	position: fixed;
    width: 100%;
    background-image: none;
    background-color: rgba(204, 204, 204);
    height: 38px;
    clear: both;
    bottom: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    color: gray;
    vertical-align: middle;
    padding: 11px 11px;
}
.login-page-footer .version-container{
	float: right;
}
.login-page-footer .fis-copyright{
	float: left;
}
.idp-first-time-login-sign-in{
margin-top: 50px !important;
}