#nav-sel {
	color: #606263;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1345px;
	width: 95%;
}

#nav-sel a {
	text-decoration: none;
	color: inherit;
}

#nav-sel a:hover {
	color:  #000;
}


#logsignWrap {
	display: flex;
	max-width: 1345px;
	width: 95%;
	font-family: 'Montserrat', sans-serif;
	margin: auto;
	margin-top: 40px;
	overflow: hidden;
	margin-bottom: 20px;
}


#logcont {
	display: inline-block;
	margin-right: 3%;
	margin-left: auto;
	width: 45%;
	padding: 2%;
}

#signcont {
	width: 45%;
	padding: 2%;
	float: right;
}

#signcont h2,
#logcont h2 {
	font-size: 18px;
}

.logsign-form-submit {
	height: 36px;
	line-height: 36px;
	background:  #000;
	color: #fff;
	border: none;
	font-weight: 700;
	border-radius: 2px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	margin-top: 20px;
}

.upper {
	text-transform: uppercase;
}

label {
	display: block;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
}

input[type=text],
input[type=password] {
	width: calc(100% - 20px);
	border: 1px solid #eee;
	height: 24px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
}



#forgot a {
	text-decoration: none;
	color: inherit;
}

#forgot a:hover {
	color:  #000;
}

#login_error,
#signup_error,
#forgot_error {
	font-size: 12.5px;
	color: #b41f25;
	margin: auto;
	margin-top: 10px;
	width: calc(100% - 20px);
}

button:focus {
	opacity: .75;
}

#conditions label a {
	color:  #000;
	text-decoration: underline;
}

div #forgot {
	margin-top: 10px;
	font-size: 14px;
	width: max-content;
	margin-left: auto;
}

div #forgot {
	text-decoration: none;
	text-align: right;
	color: inherit;
	cursor: pointer;
}

div #forgot:hover {
	color:  #000;
}

#forgot_wrap {
	width: calc(100% - 40px);
	height: calc(100% - 120px);
	margin: auto;
}