html {
	font-family: 'Montserrat';
}

body {
	background: url("../images/sso/sso_bg.jpg") !important;
}

.supportFormContent {
	background-color: #152226;
	opacity: 0.9;
	width: 550px;
	text-align: center;
	margin: 20px auto;
	padding: 20px;
}

#sg_main{
	width: 100%;
}

.sg_bg{
	background: none !important;
}

#sg_header_banner {
	height: 60px;
	width: 100%;
	background: rgba(21,35,38,.9) url(../images/sso/header_logo_mini.png) no-repeat center;
}

#sg_sso_back{
	width: 100%;
	background: none;
}

#sg_footer{
	display: none;
}

.sg_font_std {
	font-family: 'Montserrat' !important;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 10px;
}

.form_label {
	font-size: 8pt;
	color: #ffffff;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 150px;
	margin: auto;
	text-align: left;
	word-break: break-word;
}

.form_textfield, .form_select, .form_button {
	margin-bottom: 10px;
	font-family: 'Montserrat';
}

.form_textfield, .form_select {
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #ffffff36;
	padding: 7px;
}

.form_textfield, .form_button {
	background: none;
}

.form_textarea {
    resize: none;
}

.form_textfield {
	width: 400px;
}

.form_select {
	background-color: #162327; /*Fallback for browsers that don't support transparency*/
	background-color: #162327e6;
	width: 416px;
}

.form_button, .sg_pointer a{
	width: auto;
	height: 32px;
	display: inline-flex;
	margin: auto;
	align-items: center;
	justify-content: center;
	background: none;
	color: white;
	font-size: 8pt;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	border: 1px solid white;
	cursor: pointer;
	padding: 0 15px;
}

.rows {
	flex-direction: row;
	display: flex;
}

#supportMsg {
	font-family: 'Montserrat' !important;
	font-size: 10pt;
	color: #ffffff;
}

.sg_popup_paper_msg {
	min-height: auto;
}

.sg_popup_paper_content {
	min-width: 500px;
}

.sg_popup_paper_content a {
	color: white !important;
}


@media (max-width: 767px) {
	.supportFormContent {
		width: 100%;
		padding: 20px 0;
	}

	.form_label {
		width: 100%;
		text-align: center;
	}

	.form_textfield, .form_button {
		width: 80%;
	}

	.form_select {
		width: calc(80% + 14px);
	}

	.rows {
		flex-direction: column;
	}

	.sg_popup_paper {
		position: absolute !important;
	}

	.sg_popup_paper_content {
		min-width: 80%;
	}
}