
.class_main_btn {
	width:90%;
	height:150px;
	font-weight: bold;
	font-size: 40px;
	/*
background: #020024;
background: radial-gradient(circle,rgba(2, 0, 36, 1) 0%, rgba(36, 36, 189, 1) 100%, rgba(0, 212, 255, 1) 100%);
*/
background: #2a2673;
background: radial-gradient(circle,rgba(42, 38, 115, 1) 29%, rgba(27, 57, 179, 1) 70%, rgba(65, 65, 156, 1) 100%);

	/*background: #2525c8; #d8d8d8;*/
	color: white;
	margin:10px;
	margin-top:30px;
}

.class_visible {
	display: none;
}

.exit_div {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 8%;
	height: 8%;
}

.exit_btn{
	width: 100%;
	height: auto;
}

.reload_div {	
	position: fixed;
	top: 10px;
	left: 10px;
	width: 8%;
	height: 8%;
}

.input_pass {
	
	background-color: white;
	font-size:40;
	border-radius: 20px;
	
}

