﻿.LoginBox {
	margin-left: 33.33333333%;
	width: 33.33333333%;
	margin-top: 25px;
	box-shadow: 0 0 5px #C6c6c6;
	padding: 20px;
	border-radius: 2px;
	background-color: #F6F4F1;
}

.LoginTitle {
	text-align: center;
	font-size: 30px;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 700;
	color: #333333;
}

.CredentialsBox {
	background-color: #fefefe;
	padding: 10px 25px;
	margin-top: 10px;
	box-shadow: 0 0 5px #ccc;
	border-radius: 6px;
	width: 83.33333333%;
}


.LoginFormGroup {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 15px;
	color: #333333;
}
	.LoginFormGroup:before {
		display: table;
		content: " ";
	}

.LoginLabel {
	margin-left: 3.33333333%;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
}

.LoginPassword {
	padding-right: 55px;
	margin: 0px;
}

.LoginInput {
	display: block;
	width: 83.33333333%;
	margin-left: 3.33333333%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.LoginButtonContainer {
	width: 26.33333333%;
	float: right;
}

.LoginButton {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.LoginShowHide {
	background: transparent;
	border: 0;
	border-radius: .25em;
	color: #555;
	cursor: pointer;
	font-size: .75em;
	font-weight: bold;
	margin-right: .5em;
	padding: .5em;
	text-transform: uppercase;
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	right: 8%;
	top: 50%;
	margin-top: -13px;
}

.ISASIJoinBox {
	margin-top: 80px;
	text-align: center;
}

.ISASIJoinButtonContainer {
	margin-top: 25px;
	text-align: center;
}

.ISASIJoinButton {
	border: 1px solid #000;
	padding: 10px 50px;
	color: #000 !important;
	transition: all 300ms;
}

	.ISASIJoinButton:hover {
		background-color: #000;
		color: #FFF !important;
		text-decoration: none;
		transition: all 300ms;
	}