﻿#account-registration {
	display: none;
}

#account-response {
	text-align: center;
}

.account-button {
	cursor: pointer;
}

.account-form {
	margin-bottom: 20px;
}

.account-form .account-link {
	padding: 0 3px;
	border-bottom: solid 1px #333;
	color: #000;
	cursor:pointer;
}

.account-form .account-sep {
	margin-top: 10px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
	width: 50px;
}

.account-form .account-title {
	font-size: 1.75rem;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

.account-form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.account-form .btn-account {
	border:solid 1px #ccc;
	width:100%;
}


