/* only for custom styles */
#loginpage::before, #logoutpage::before, #changepasswordpage::before {
    background-image: url("images/team7.jpeg");
	background-size: 70%;
	background-position: 50% 90%;
}

#loginpage .master, #logoutpage .master, #loginopenwindowpage .master, #changepasswordpage .master {
    background-color: rgb(0, 0, 0);
}
	
#loginpage .master, #logoutpage .master, #loginopenwindowpage .master, #changepasswordpage .master, #samldiscoverypage .master, #samlauthenticationfailurepage .master {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -115px;
    margin-top: -125px;
    border-radius: 10px;
    background: rgb(0,0,0);
    width: 210px;
    height: auto;
    padding: 1px 10px 1px 10px;
    color: #FDFDFD;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    z-index: 1;
}