/* Start: Intern Box */
.cms_intern_box { display: block; width: 100%; }
/* End: Intern Box */

/* Start: Login Form Box */
.cms_loginFrm_box { display: block; width: 100%; }
/* End: Login Form Box */

/* Start: Form Element */
form#frmLogin { display: block; max-width: 529px; width: 100%; margin: 0 auto; }
/* End: Form Element */

/* Start: Form Input Box */
.cms_loginFrm_inputBox { position: relative; display: block; width: 100%; }
/* End: Form Input Box */

/* Start: Form Heading */
.cms_loginFrm_title h1 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 0.8px;
	color: #007B3D;
	text-align: center;
	padding: 0 0 28px 0;
}
/* End: Form Heading */

/* Start: Form Description */
.cms_loginFrm_description p {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 37px;
	letter-spacing: 0.6px;
	color: #000000;
	text-align: center;
	padding: 0 0 114px 0 !important;
}
.cms_loginFrm_description a {
	display: inline-block;
	font-family: inherit;
	font-weight: 700;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-align:inherit;
	text-decoration: none;
}
.cms_loginFrm_description a:hover { text-decoration: underline; }
/* End: Form Description */

/* Start: Form Title */
.cms_loginFrm_frmTitle > h2 {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	color: #000000;
	text-align: center;
	padding: 0 0 28px 0;
}
/* Start: Form Title */

/* Start: Message Box */
.cms_loginFrm_msgbox {
	position: relative;
	display: none;
	width: 100%;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 33px;
	color: #000000;
	text-align: center;
	padding: 10px;
	margin: 0 0 28px 0;
	background: transparent;
	border: 2px solid #000000;
	border-radius: 0;
}
.cms_loginFrm_msgbox:after { content: none !important; }
.msg_box_error { color: #CD1719; background: transparent; border-color: #CD1719; }
.msg_box_info { color: #000000; background: transparent; border-color: #000000; }
.msg_box_success { color: #007B3D; background: transparent; border-color: #007B3D; }
.msg_box_show { display: block; }
/* End: Message Box */

/* Start: Input Elements */
.cms_loginFrm_inputBox input {
	display: block;
	width: 100%;
	height: auto;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: rgba(0,0,0,0.6);
	text-align: center;
	padding: 7.5px 9px;
	margin: 0 0 28px 0;
	background: #FFFFFF;
	border: 1px solid #000000;
	border-radius: 10px;
	outline: 0;
}
.cms_loginFrm_inputBox input::placeholder {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: rgba(0,0,0,0.6);
	text-align: center;
}
.cms_loginFrm_inputBox input:-ms-input-placeholder {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: rgba(0,0,0,0.6);
	text-align: center;
}
.cms_loginFrm_inputBox input::-ms-input-placeholder {
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: rgba(0,0,0,0.6);
	text-align: center;
}
.cms_loginFrm_inputBox input:-webkit-autofill {
	-webkit-text-fill-color: rgba(0,0,0,0.6) !important;
	-moz-text-fill-color: rgba(0,0,0,0.6) !important;
	-o-text-fill-color: rgba(0,0,0,0.6) !important;
	-ms-text-fill-color: rgba(0,0,0,0.6) !important;
	text-fill-color: rgba(0,0,0,0.6) !important;
	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-moz-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-o-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-ms-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
.cms_loginFrm_inputBox input:-webkit-autofill:hover {
	-webkit-text-fill-color: rgba(0,0,0,0.6) !important;
	-moz-text-fill-color: rgba(0,0,0,0.6) !important;
	-o-text-fill-color: rgba(0,0,0,0.6) !important;
	-ms-text-fill-color: rgba(0,0,0,0.6) !important;
	text-fill-color: rgba(0,0,0,0.6) !important;
	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-moz-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-o-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-ms-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
.cms_loginFrm_inputBox input:-webkit-autofill:focus {
	-webkit-text-fill-color: rgba(0,0,0,0.6) !important;
	-moz-text-fill-color: rgba(0,0,0,0.6) !important;
	-o-text-fill-color: rgba(0,0,0,0.6) !important;
	-ms-text-fill-color: rgba(0,0,0,0.6) !important;
	text-fill-color: rgba(0,0,0,0.6) !important;
	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-moz-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-o-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-ms-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
.cms_loginFrm_inputBox input:-webkit-autofill:active {
	-webkit-text-fill-color: rgba(0,0,0,0.6) !important;
	-moz-text-fill-color: rgba(0,0,0,0.6) !important;
	-o-text-fill-color: rgba(0,0,0,0.6) !important;
	-ms-text-fill-color: rgba(0,0,0,0.6) !important;
	text-fill-color: rgba(0,0,0,0.6) !important;
	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-moz-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-o-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-ms-box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	-moz-transition: background-color 5000s ease-in-out 0s;
	-o-transition: background-color 5000s ease-in-out 0s;
	-ms-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
/* End: Input Elements */

/* Start: Submit (Input) */
.cms_loginFrm_inputBox input[type="submit"] {
	cursor: pointer;
	position: relative;
	display: table;
	width: 100% !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	padding: 7.5px 9px;
	margin: 0;
	background: #CD1719;
	border: 1px solid #CD1719;
	border-radius: 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
}
.cms_loginFrm_inputBox input[type="submit"]:hover {
	display: table;
	width: 100% !important;
	color: #CD1719;
	background: #FFFFFF;
	border: 1px solid #CD1719;
	border-radius: 10px;
	text-decoration: none;
}
/* End: Submit (Input) */

/* Start: Input Box Icon */
.cms_loginFrm_inputBox.icon { position: relative !important; }
.cms_loginFrm_inputBox.icon input:not([type='submit']) { padding: 7.5px 47px 7.5px 9px !important; margin: 0 0 33px 0; }
/* End: Input Box Icon */

/* Start: Show Password */
.frmPwdShow { cursor: pointer; position: absolute; top: 1px; right: 1px; width: 39px; height: 39px; background: transparent; border-radius: 10px; }
.frmPwdShow:before {
	content: "\f070";
	position: absolute;
	z-index: 18;
	top: 0;
	left: 4.5px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-family: FontAwesome;
	font-weight: normal;
	font-size: 30px;
	line-height: 39px;
	text-align: center;
	color: #000000;
}
/* End: Show Password */

@media screen and (max-width: 959px) {
	/* Start: Form Heading */
	.cms_loginFrm_title h1 { padding: 0 0 15px 0; }
	/* End: Form Heading */

	/* Start: Form Description */
	.cms_loginFrm_description p { padding: 0 0 50px 0 !important; }
	/* End: Form Description */

	/* Start: Form Title */
	.cms_loginFrm_frmTitle > h2 { padding: 0 0 15px 0; }
	/* Start: Form Title */

	/* Start: Message Box */
	.cms_loginFrm_msgbox { margin: 0 0 15px 0; }
	/* End: Message Box */

	/* Start: Input Elements */
	.cms_loginFrm_inputBox input { margin: 0 0 15px 0; }
	/* End: Input Elements */

	/* Start: Input Box Icon */
	.cms_loginFrm_inputBox.icon input:not([type='submit']) { margin: 0 0 20px 0; }
	/* End: Input Box Icon */
}
@media screen and (max-width: 767px) {
	/* Start: Form Heading */
	.cms_loginFrm_title h1 { font-weight: 700 !important; font-size: 35px !important; line-height: 40px !important; }
	/* End: Form Heading */

	/* Start: Form Description */
	.cms_loginFrm_description p { font-weight: 300 !important; font-size: 18px !important; line-height: 24px !important; }
	/* End: Form Description */

	/* Start: Form Title */
	.cms_loginFrm_frmTitle > h2 { font-weight: 700 !important; font-size: 25px !important; line-height: 30px !important; }
	/* Start: Form Title */

	/* Start: Message Box */
	.cms_loginFrm_msgbox { font-weight: 400 !important; font-size: 25px !important; line-height: 30px !important; }
	/* End: Message Box */

	/* Start: Input Elements */
	.cms_loginFrm_inputBox input { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	.cms_loginFrm_inputBox input::placeholder { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	.cms_loginFrm_inputBox input:-ms-input-placeholder { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	.cms_loginFrm_inputBox input::-ms-input-placeholder { font-weight: 400 !important; font-size: 18px !important; line-height: 24px !important; }
	/* End: Input Elements */

	/* Start: Submit (Input) */
	.cms_loginFrm_inputBox input[type="submit"] { font-weight: 700 !important; font-size: 18px !important; line-height: 24px !important; }
	/* End: Submit (Input) */
}