﻿/*--------FORM STYLES--------------------*/
.form-sect { 
	width: 100%; padding: 80px max(5vw, calc(50% - 600px)); 
	display: flex; flex-direction: column; align-items: stretch; 
	background: #0f1433; background-image: url('/siteart/bg-gears.jpg'); 
	background-size: cover; background-position: center; background-repeat: no-repeat; 
}
.form-sect .content-sect { width: 100%; padding: 0 0 24px 0; }

form.morgan-form .title { 
	width: 100%; margin: 30px 0 -12px 0; font-size: 25px; 
}
form.morgan-form p.txt-default { width: 100%; text-align: left; color: #fff; padding: 20px 0 0 0; }
form.morgan-form p.txt-default.center-style { text-align: center; }

form.morgan-form p.form-important-message { font-size: 18px; letter-spacing: .25px; }

form.morgan-form { 
	position: relative; 
	display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: flex-start; 
	column-gap: 24px; row-gap: 12px; 
}
form.morgan-form .formrow { width: 100%; display: flex; justify-content: center; }
form.morgan-form .formrow-captcha { width: 100%; display: flex; flex-direction: column; align-items: center; margin-top: 8px; }

form.morgan-form .smcol { 
	width: calc(25% - 18px); 
	display: flex; flex-direction: column; align-items: flex-start; 
}
form.morgan-form .smcol.width50 { width: calc(50% - 12px); }

form.morgan-form .subtitle { 
	width: 100%; margin-top: 32px; padding-bottom: 8px; border-bottom: 1px solid #262626; 
}

form.morgan-form label { 
	width: 100%; padding: 12px 0 10px 0; box-sizing: border-box; margin-top: 10px; 
	color: #ddd; font-size: 18px; 
	line-height: 1.4; letter-spacing: .5px; 
}
form.morgan-form select, form.morgan-form input, form.morgan-form input[type="text"], form.morgan-form input[type="email"], form.morgan-form textarea, form.morgan-form #CaptchaAnswer {
	width: 100%; height: 42px; padding: 12px 10px; box-sizing: border-box; 
	color: #000; font-size: 16px; 
	line-height: 1.4; letter-spacing: .5px; 
	border: none; outline: 1px solid #000; 
}
form.morgan-form textarea { height: 120px; }
form.morgan-form select { background: #fff; border-right: 10px solid #fff!important; }

form.morgan-form a:not(.invisilink) { cursor: pointer; margin: 20px 0 0 0; }
form.morgan-form .CaptchaMessagePanel { font-family: 'new-frank', sans-serif!important; color: #fff; }
form.morgan-form #CaptchaAnswer { width: 180px!important; }
form.morgan-form div.CaptchaWhatsThisPanel a { 
	font-family: 'new-frank', sans-serif!important; color: cyan; 
	background: #000; padding: 12px; transition: .15s ease all; 
}
form.morgan-form div.CaptchaWhatsThisPanel a:hover { text-decoration: underline; }
form button[type="submit"], form input[type="submit"] { cursor: pointer; border: none; }

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1080px) {
	form.morgan-form .smcol { width: calc(50% - 12px); }
}

@media only screen and (max-width: 750px) {
	form.morgan-form .smcol, form.morgan-form .smcol.width50 { width: 100%; }
}
