@charset "utf-8";
/* CSS Document */

.mainBlock { 
	height: 710px;
    width: 900px; 
    background: #000;
    padding: 10px;
    padding-right: 10px;  
	margin: auto;
	position: relative;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
   }

.header{ 
	height: 60px;
    width: 850px; 
    background: #0000FF;
    padding: 10px;
    padding-right: 10px;  
	position: absolute;
	border-radius: 15px;
	border: 5px solid white;
	
	}
	
	.relays{ 
	height: 400px;
    width: 850px; 
    background: #0000FF;
    padding: 10px;
    padding-right: 10px;  
	position: absolute;
	border-radius: 15px;
	border: 5px solid white;
	
	}
	
	
.login{ 
	height: 170px;
    width: 850px; 
    background: #0000FF;
    padding: 10px;
    padding-right: 10px;  
	position: absolute;
	border-radius: 15px;
	border: 5px solid white;
	
	}

.inputLogin{ 
    background: #0000FF;
    padding: 10px;
    padding-right: 10px;  
	position: absolute;
	border-radius: 15px;
	border: 5px solid white;
	color: white; 
    font-size: 28px;
	line-height: 10px;
	font-family: Arial, 'Arial Unicode MS';
	}

.inputRelayRed{ 
    background: #0000FF;
    padding: 10px;
    padding-right: 10px;  
	position: absolute;
	border-radius: 15px;
	border: 5px solid red;
	color: white; 
    font-size: 28px;
	line-height: 10px;
	font-family: Arial, 'Arial Unicode MS';
	}
.inputRelayGreen{ 
    background: #0000FF;
    padding: 10px;
    padding-right: 10px;  
	position: absolute;
	border-radius: 15px;
	border: 5px solid #33FF00;
	color: white; 
    font-size: 28px;
	line-height: 10px;
	font-family: Arial, 'Arial Unicode MS';
	}
.submit{
	height: 145px;
    width: 250px; 
    background: #0000FF;
    padding: 10px;
    padding-right: 10px;  
	position: absolute;
	border-radius: 15px;
	border: 5px solid white;
	color: white; 
    font-size: 35px;
	line-height: 10px;
	font-family: Arial, 'Arial Unicode MS';
}
.error{
	height: 60px;
    width: 850px; 
    background: #FF0000;
    padding: 10px;
    padding-right: 10px;  
	position: absolute;
	top: 350px; 
	left: 20px;
	border-radius: 15px;
	border: 5px solid white;
	text-align:center;
	color: white; 
    font-size: 30px;
	line-height: 10px;
	font-family: Arial, 'Arial Unicode MS';
}


.fontWhite{
    color: white; 
    font-size: 45px;
	line-height: 10px;
	font-family: Arial, 'Arial Unicode MS';	
   }
