@charset "UTF-8";

/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* SIGN IN */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

body {
	background-color: #3b93a5;
}

.acc_signin_wrapper {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-flex-direction: row;
	-moz-box-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.acc_signin {
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 0px 15px 0px 15px;
	width: calc(100% - 30px);
	max-width: 400px;
}
 @media only screen and (min-width : 1px) and (max-width :740px) {

.acc_signin_wrapper {
	display: block;
	position: relative;
}

.acc_signin {
	position: relative;
	display: block;
	margin: 40px auto 0px auto;
}
}

.acc_signin_header_img_wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	position: relative;
	height: 100%;
	text-align: center;
}

.acc_signin_header_img {
	margin: 0px auto 0px auto;
	padding: 0px 0% 0px 0%;
	width: 100%;
}

.acc_signin_sc_logo {
	width: 280px;
	height: 140px;
}
 @media only screen and (min-width : 1px) and (max-width :400px) {

.acc_signin_sc_logo {
	width: 190px;
	height: 95px;
}
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FORM CONTAINERS */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.acc_signin_form_wrapper {
	margin: 50px auto 10px auto;
	padding: 20px 0px 15px 0px;
	text-align: center;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,.2);
	border-bottom: 1px solid rgba(255,255,255,.2);
}
 @media only screen and (min-width : 1px) and (max-width :400px) {

.acc_signin_form_wrapper {
	margin: 40px auto 10px auto;
}
}

.acc_signin_header_txt {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.acc_signin_form_line {
	margin: 0px 0% 10px 0%;
	padding: 0px 0px 0px 0px;
	float: left;
	text-align: left;
	width: 100%;
}

/* The container */



.acc_signin_checkbox_container {
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 19px;
	color: #ffcc00;
	display: block;
	position: relative;
	padding-top: 3px;
	padding-left: 35px;
	margin-bottom: 0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */



.acc_signin_checkbox_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* custom checkbox */



.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border-radius: 0px;
	background-color: #ffcc00;
}

/* On mouse-over, add a light blue background color */



.acc_signin_checkbox_container:hover input ~ .checkmark {
	background-color: #e0b400;
}

/* When the checkbox is checked, add white background */



.acc_signin_checkbox_container input:checked ~ .checkmark {
	background-color: #ffcc00;
}

/* Create the checkmark/indicator (hidden when not checked) */



.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */



.acc_signin_checkbox_container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */



.acc_signin_checkbox_container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #222222;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FORM TEXT ENTRY */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.acc_signin_entry_box {
	margin: 0px 0px 0px 0px;
	padding: 4px 8px 6px 8px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #222222;
	border-radius: 5px;
	border: 0px solid #ffffff;
	background-color: #fefefe;
	width: calc(100% - 18px);
	height: 26px;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* SIGN IN BUTTON */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


.acc_signin_form_button {
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 9px 18px 12px 18px;
	background-color: #cc0000;
	display: inline-block;
	color: #ffffff;
	border-radius: 5px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.acc_signin_form_button:hover {
	color: #ffffff;
	background-color: #990000;
}

.acc_signin_form_button:active {
	color: #ffffff;
	background-color: #990000;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
/* FORGOTTEN PASSWORD */
/*--------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.acc_signin_forgotten_wrapper {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.acc_signin_p1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "din500", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 16px;
	color: rgba(255,255,255,0.3);
	text-decoration: none;
	text-align: center;
}

.acc_signin_p1 a:link {
	text-decoration: none;
	color: rgba(255,255,255,0.3);
}

.acc_signin_p1 a:visited {
	text-decoration: none;
	color: rgba(255,255,255,0.3);
}

.acc_signin_p1 a:hover {
	text-decoration: underline;
	color: rgba(255,255,255,0.3);
}

.acc_signin_p1 a:active {
	text-decoration: none;
	color: #333333;
}
