body{
	a:text-decoration: none;
}


 a {
  text-decoration:none!important;
}

.roundwhite 
{
	text-decoration: none!important;

	padding: 5px; 
	padding-left: 10px; 
	padding-right: 10px; 
	border: 1px dotted #6073EB; 
	border-radius: 20px;
	 background-color: white; 
	color: #6073EB;
}


.formacc
{
	margin: 0 auto;
	color:white;
	width:360px;
	text-align:center;
	 font-family: sans-serif;
	 font-size:16px;
}
.input
{
	width:240px;
	padding:5px;
	font-size:16px;
	border-radius:5px;
	margin:5px;
	color:black;
	border: 1px solid lightgray;
}
.btn
{
	background-color:white;
	max-width:200px;
	font-size:16px;
	padding:5px;
	border-radius:5px;
	margin:10px;
	color:#777777;
	font-weight: 600;	
	border: 1px solid lightgray;
}
.account
{
	background-color:#f5ffba;
	width:320px;
	margin:0 auto;
	
	padding:20px;
	border-radius:10px;
	text-align:center;
	font-size:16px;
	
	
}

