.stz_clearfix:after,
.stz_clearfix:before,
.stz_container:after,
.stz_container:before,
.stz_form_wrapper:after,
.stz_form_wrapper:before{
	content: " ";
	clear: both;
	display: table;
}

body{
	padding: 0;
	margin: 0;
}

.registerWrap{
	background-image: url(https://integration.thematrixexchange.com/register_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	min-height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}

.stz_form_center{
	position: absolute;
	width: 100%;
	height: auto;
	left: auto;
	right: auto;
	top: 50%;

	-webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.siteLogo{
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	padding: 25px 25px 20px;
}
.siteLogo a{
	display: inline-block;
	width: 70%;
}
.siteLogo a img{
	display: block;
	max-width: 100%
}

.stz_container{
	width: 100%;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.stz_form_wrapper{
	background: rgba(255, 255, 255, 1);
	position: relative;
	display: block;
	vertical-align: middle;
	width: 100%;
	max-width: 400px;
	padding: 0;
	border-radius: 3px;
	margin: 30px auto;

	-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.stz_right{
	float: right;
}
.stz_m30{
	margin: 30px;
}

/** tab style **/
.stz_tab_block{
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 0 15px;
	margin-bottom: 30px;
}
.stz_tab{
	padding: 0;
	margin: 0 0 -1px;
	list-style: none;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.stz_tab li{
	display: block;
	width: 50%;
	float: left;
	text-align: center;
	background: #f3f3f3;
	border: 1px solid #ccc;
}
.stz_tab li.active{
	border-bottom: none; 
	background: #fff;
}

.stz_tab li:first-child{
	border-right: none;
	border-radius: 3px 0 3px 0;
}
.stz_tab li:last-child{
	border-radius: 0 3px 0 3px;
}
.stz_tab li a{
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding: 8px 10px;
	font-size: 14px;
	line-height: 1.2;
	text-transform: capitalize;
	color: #363636;
	text-decoration: none;
}

.stz_tab_content{
	border: 1px solid #ccc;
	border-top: none;
	display: block;
	width: 100%;
	padding: 15px;
	position: relative;
	border-radius: 0 0 3px 3px;

	-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}

.stz_tab_block h2,
.stz_tab_content h2{
	color: rgba(222, 30, 43, 1);
}

.stz_tab_pane{
	display: none;
	min-height: 255px;
}
.stz_tab_pane.active{
	display: block;
}

.stz_form_wrapper .stz_tab_pane  .stz_form{
	box-shadow: none;
	padding: 0;
}
.stz_form_wrapper .stz_tab_block  .stz_form{
	box-shadow: none;
	padding: 0 20px;
}

/** intro style **/
.stz_intro{
	font-family: Arial, Helvetica, sans-serif;
	padding: 30px;
	display: inline-block;
	vertical-align: middle;
	width: 470px;
	max-width: 100%;
	color: #fff;
}
.stz_intro h2{
	font-size: 80px;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 0;
}
.stz_intro p{
	line-height: 1.5;
	font-size: 14px;
	padding: 0;
	margin: 0 0 20px;
}
.text_white{
	color: #fff;
}

.stz_form_wrapper *{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.stz_form_wrapper h2{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0;
}
.stz_form_wrapper a{
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	font-weight: normal;
	text-decoration: none;
}
.stz_form_wrapper p{
	font-family: Arial, Helvetica, sans-serif;
	color: #363636;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0 0 16px;
	padding: 0;
}

.stz_form_wrapper .stz_form{
	display: inline-block;
	width: 100%;
	margin: 0;
	background: none;
	padding: 30px 25px;
	border-radius: 0 0 3px 3px;

	-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
	   -moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.2);
}
.title_head{
	background: rgba(0, 0, 0, 0.30);
	padding: 15px 25px;
	display: block;
	width: 100%;
	border-radius: 3px 3px 0 0;
	color: #fff;
}
.title_head h2{
	margin: 0;
}

.stz_form label{
	color: #363636;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	width: 100%;
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
}
.stz_form input[type="url"],
.stz_form input[type="text"],
.stz_form input[type="password"],
.stz_form input[type="email"],
.stz_form input.stz_input,
.stz_form .stz_input{
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 40px;
	display: block;
	border: 1px solid #ccc;
	padding: 10px 10px;
	text-align: left;
	font-size: 14px;
	line-height: 1.2;
	box-shadow: none;
	margin: 0 0 15px;
	max-width: 100%;
	min-width: auto;
	border-radius: 3px;
	outline: none !important;
	color: #555555;
}

.stz_form .stz_submit{
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(0, 0, 0, 0.30);
	border: 1px solid rgba(0, 0, 0, 0.05);
	color: #fff;
	max-width: 100%;
	width: 120px;
	height: 38px;
	padding: 10px 20px;
	font-size: 15px;
	line-height: 1.2;
	cursor: pointer;
	border-radius: 3px;
	text-transform: capitalize;
	text-align: center;
	outline: none !important;

	-webkit-transition: all 0.3s ease-in-out 0s;
       -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
         -o-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;

	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	   -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	       box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
.stz_form .stz_submit:hover{
	background: rgba(222, 30, 43, 1);
}


.stz_theme_gray .stz_form_wrapper{
	background: rgba(211, 211, 211, 1);
}
.stz_theme_01 .stz_form_wrapper{
	background-image: linear-gradient(150deg, #360033 15%, #0b8793 70%, #360033 94%);
}
.stz_theme_02 .stz_form_wrapper{
	background-image: linear-gradient(150deg, #83a4d4 15%, #b6fbff 70%, #83a4d4 94%);
}
.stz_theme_03 .stz_form_wrapper{
	background-image: linear-gradient(150deg, #92FE9D 15%, #00C9FF 70%, #92FE9D 94%);
}
.stz_theme_04 .stz_form_wrapper{
	background-image: linear-gradient(150deg, #f83600 15%, #fe8c00 70%, #f83600 94%);
}
.stz_theme_05 .stz_form_wrapper{
	background-image: linear-gradient(150deg, #00c6ff 15%, #0072ff 70%, #00c6ff 94%);
}

.auth_key{
	margin: 20px 0;
}
.auth_key pre{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	margin: 0;
	white-space: normal; 
	word-wrap: break-word;
	background-color: #f3f3f3;
}

.stz_msg{
	border: 1px solid;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin: 40px 0 0;
}
.stz_msg.stz_error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

/** loading **/
.stz_loading{
	min-height: 0px;
}

.spinner {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    height: 100%;
    width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 3px;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    border-radius: 50%;
    border: 2px solid #d90d1b;
    border-top-color: #f9f9f9;
    animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
}

.hide{
	display: none;
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}

/** custom modal style **/
.stz_modalDialog {
	background: rgba(0,0,0,0.8);
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	opacity: 0;
	pointer-events: none;

	-webkit-transition: opacity 400ms ease-in;
	   -moz-transition: opacity 400ms ease-in;
	        transition: opacity 400ms ease-in;
}

.stz_modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.stz_modalDialog .stz_modal_content {
	background-image: linear-gradient(150deg, #360033 15%, #0b8793 70%, #360033 94%);
	width: 400px;
	max-width: 100%;
	position: relative;
	margin: 10% auto;
	padding: 0;
	border-radius: 6px;
	color: #fff;
}
.stz_close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	z-index: 10;

	-webkit-border-radius: 12px;
	   -moz-border-radius: 12px;
	        border-radius: 12px;

	-webkit-box-shadow: 1px 1px 3px #000;
	   -moz-box-shadow: 1px 1px 3px #000;
	        box-shadow: 1px 1px 3px #000;
}

.stz_close:hover { 
	background: #d90d1b; 
}


@media (max-width: 991px){
	body{
		min-height: 100vh;
	}
	.registerWrap{
		min-height: 100vh !important;
	}
	.registerWrap .stz_form_center{
		position: relative;
		top: auto;
		left: auto;
		-webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);

	}
	.registerWrap .stz_form_wrapper{
		float: none;
		margin: 30px auto;
	}
	.registerWrap .stz_intro{
		display: block;
		width: 400px;
		margin: 0 auto 20px;
		padding: 30px 0;
	}
	.stz_intro h2{
		font-size: 50px;
	}

}