﻿body {
	width: 95%;
}

.loginlogo
{
	padding-top: 20px;
    padding-bottom: 20px;
}


.FramedLoginParent
{
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	/*background-color: #FBFCFD;*/
}

.FramedLogin
{
	min-width: 320px;
	max-width: 320px;
	width: 320px;
	min-height: 150px;
	max-height: 280px;	
	/*padding: 20px;	*/
	position: absolute;
	top: 0;
	left: 0;	
	text-align: left;	
}

.loginform
{
	min-width: 100%;
	max-width: 100%;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
		background-position: left bottom;
	background-repeat: no-repeat;	
}

.LoginIcon
{
	padding: 0  !important;
	height: 23px !important;
	width: 23px !important;	
	border:none !important;
	margin-left: 5px  !important;	
	background-image: url('https://software.memic.maastrichtuniversity.nl/global_Images/Icons/Login.png')  !important;
}

.LoginIcon:hover
{
	-moz-box-shadow: 1px 1px 1px #C0C0C0;
	-webkit-box-shadow: 1px 1px 1px #C0C0C0;
	box-shadow: 1px 1px 1px #C0C0C0; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C0C0C0')"; /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#C0C0C0');
}