#entryBox *{font-family: 'Arimo', sans-serif;}

/*Do not delete anything below this line*/

.entryText{font-size:24px;margin:12px 0px;}
.entrySubTxt{font-size:15px;padding-left:20px;}
.entryInput{font-size:1rem;box-sizing:border-box;width:100%;height:30px;padding-left:5px;}
.entryInfo{display:none;margin-bottom:5px;}

#entryBckBox{
	box-sizing:border-box;
	width:100%;
	padding:0px 15px 15px 15px;
}

#entryBox{
	width:100%;
	background-color:#ffffff;
	padding:10px;
	box-sizing: border-box;
}

.entryButton{
	background-color:#990033;
	color:#ffffff;
	border:2px solid #990033;
	padding: 5px 28px;
	transition:box-shadow .2s, background-color .2s, border .2s;
	font-size:1rem;
	border-radius:5px;
	cursor:pointer;
}

.entryButton:hover{
	background-color:#303030;
	border:2px solid #303030;
}

.entryButton:active{
	border:2px solid #303030;
	background-color:#303030;
}

#welText{
	font-size:18px;
}
#link, #clearSess{
	display:none;
}
/*Do not delete anything above this line*/