@charset "UTF-8";
/* CSS Document */

.accountContent a{
	color: #777;
	text-decoration: none;
	font-weight: bold;
}

.accountContent input[type=text], input[type=password]{

	width: calc(100vw - 100px);
	max-width: 400px;
	margin: auto;
	padding: 12px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 10px;
	border: 0px solid #777;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14px;
	background-color: rgba(255,255,255,0.1);
	color: #ffffff

}

.accountContent input[type=submit]{

	width: 140px;
	height: 44px;
	font-size: 18px;
	line-height: 44px;
	border: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #222;
	color: #fff;
	border-radius: 40px;
	box-sizing: border-box;

}

.accountModal *:focus {
	outline: none; 
}

.promoCard{
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.promoCard{
	width: 260px;
	height: 260px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}

.promoCard img{
	width: 100%;
	height: 100%;
}

.feature_list{
	font-size: 12px;
	line-height: 18px;
	margin: auto;
	margin-bottom: 10px;
	text-align: left;
	border: 0px solid white;
	padding-left: 10px;
	width: 240px;
	height: auto;
}

.actionButton{
	width: auto;
	margin: auto;
	font-size: 14px;
	text-align: left;
	border-bottom: 0px solid #e3e3ea;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	border: 0px solid green;
	margin-top: 4px;
	margin-bottom: 4px;
}

.actionButton a{
	background: #FF007B; 
	color: #fff;
	padding: 10px 22px; 
	margin: 8px 8px; 
	border: 0 none;
	border-radius: 9px; 
	width: auto;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	display: inline-block;
	line-height: 18px;
	font-size: 14px;
	vertical-align: middle;
	text-transform: uppercase;
	text-decoration: none;
}

#note{
	height: 30px;
	padding: 4px;
	margin: 4px;
	box-sizing: border-box;
	color: #FF007B;
}

.botId{
	width: 100%;
	height: auto;
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
