@charset "utf-8";

html,
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #555;
	height: 100%;
	width: 100%!important;
	background-color: #33383d;
	margin: 0;
	padding:0;
}

body > .row {
	margin-left: 0;
	margin-right: 0;
}

.label {
	text-transform: uppercase;
	font-weight: 700;
}

.btn {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	transition: background .2s;
	padding: 9px 12px;
	border: 0;
}

.btn-default {
	color: #fff;
	border: 0;
	background-color: #c0c2c7;
	border-color: #c0c2c7;
	cursor:pointer;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #a7aab1;
	border-color: #c0c2c7;
}

/* ========================================================================
 * form style
 * ======================================================================== */

.orb-form fieldset {
	display: block;
	padding: 10px 0;
	border: none;
}

.orb-form fieldset + fieldset { border-top: 5px solid rgba(0,0,0,.1); }

.orb-form section { margin-bottom: 10px; }

.orb-form footer {
	display: block;
	padding: 10px;
	border-top: 5px solid rgba(0,0,0,.1);
	margin: 0 -10px;
}


.inner-spacer .orb-form footer {
	padding-bottom:0;
}


.orb-form footer:after {
	content: '';
	display: table;
	clear: both;
}

.orb-form a { color: #969fa1; }

.orb-form .label {
	display: block;
	margin-bottom: 6px;
	line-height: 19px;
	font-weight: 400;
}

.orb-form .label.col {
	margin: 0;
	padding-top: 10px;
}

.orb-form .input input,
.orb-form .select select,
.orb-form .textarea textarea {
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	font-weight: 600;
	height: 38px;
	padding: 8px 10px;
	outline: none;
	border-width: 2px;
	border-radius: 3px;
	border-style: solid;
	background: #fff;
	appearance: normal;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* grid */

.orb-form .row { margin: 0 -15px; }

.orb-form .row:after {
	content: '';
	display: table;
	clear: both;
}

.orb-form .col {
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/* normal state */
.orb-form .input input,
.orb-form .select select,
.orb-form .textarea textarea,
.orb-form .radio i,
.orb-form .checkbox i,
.orb-form .toggle i,
.orb-form .icon-append,
.orb-form .icon-prepend {
	border-color: #c0c2c7;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}


/* ========================================================================
 * ========================================================================
 * ========================================================================
 * Login style
 * ========================================================================
 * ========================================================================
 * ======================================================================== */

.colorful-page-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0;
	background:url(../images/backgrounds/default.jpg) repeat;
	/* try 2.png,3.png...12.png */
	
}

/* Login and Lock Screen Pages */

.center-block {
	width: 50%;
	width: 330px;
	height: 80%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.center-block .using-social-header {
	text-align: center;
	font-size: 0.85em;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase
}

.center-block .social-buttons {
	margin: 10px auto 10px auto;
	clear: both;
}

.center-block .social { font-size: 2.4em; }

.copyrights {
	margin-top: 10px;
	font-size: 0.85em;
	text-align: center;
}

.center-block .copyrights { color: #fff; }

.login-block,
.lock-block {
	position: relative;
	padding: 0 20px;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 11px;
}

.login-block header .image-block,
.lock-block header .image-block {
	display: block;
	margin: 0 auto;
	max-width: 130px;
}

.lock-block header .image-block img {
	display: inline-block;
	max-width: 100%;
	border: none;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255,255,255,0.5)
}

.login-block header .image-block img {
	display: inline-block;
	max-width: 100%;
	border: none;
}

.login-block header,
.lock-block header {
	color: #fff;
	padding: 20px 10px 10px;
	background: #454b52;
	text-align: center;
	border-bottom: 0;
	font-size: 1.9em;
	font-weight: 300;
	margin: 0 -20px 10px -20px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.login-block header small,
.lock-block header small {
	font-size: 12px;
	display: block
}

.login-block footer,
.lock-block footer {
	margin: 0 -20px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	background: #454b52;
}

.login-block footer .btn,
.lock-block footer .btn { 
	float: right;
	border-radius: 3px;
}


