	html{
		height: 100%;
		width: 100%;	
		min-height: 600px;
	}

	body{
		margin: 0;
		height: 100%;
		width: 100%;
		
		background: url(../images/logo4.png), url(../images/bgauth.png);
		background-repeat: no-repeat, no-repeat;
		background-size: 220px, cover; /*calc(max(100%, 1920px));*/
		background-position: 20px 20px, left top; 
		background-color: #03233f;
		
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		
		justify-content: center;
		align-items: center;
	}
	
	#content{
		font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
		font-size: 30px;
		color: white;
		border-left: 2px solid white;
		padding-left: 20px;
		padding-bottom: 10px;
	}
	
	#content input{
		padding: 10px;
		font-size: 18px;
		border-radius: 3px;
		border: none;
		width: 280px;
	}
	
	.copy{
		padding-top: 20px;
		font-size: 16px;
	}
	
	.title{
		font-size: 47px;
	}
	
	.btn{
		background: linear-gradient(90deg, rgb(0, 102, 170) 0%, rgb(53, 169, 225) 100%);
		padding: 10px 15px;
		border: none;
		border-radius: 3px;
		color: white;
		font-size: 16px;
	}
	
	.btn:hover{
		cursor: pointer;
	}
	
	.error{
		font-size: 18px;
		width: 260px;
		background-color: #a82c2c;
		border: none;
		border-radius: 3px;
		padding: 10px;
	}
	
	.iritrack{
		background-image: url(../images/iritrack.png);
		background-repeat: no-repeat;
		background-size: 80px;
		background-position: 4px top; 		
		padding-left: 88px;
		font-size: 16px;
	}	