@charset "utf-8";
/* CSS Document */
.link_container a{
	padding: 15px;
	width: 100%;
	background-color: #AF60EE;
	position: absolute;
	display: block;
	text-align: center;
	color: white;
}
.link_container{
	width: 50%;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 25%;
	bottom: 50%;
	;
	
}

@media only screen and (max-width: 1050px){
	.login_container{
	width: 80%;
	border-radius: 10%;
	top: 70px;
	height: 500px!important;
	}
}