@charset "utf-8";

/* 2015.02.09 Add */
.wrap { width:100%; margin: 0 auto; padding: 40px 40px 0px; /* overflow: hidden */; position: relative;}


.login-image {
	text-align:right;
}

#msg_box {
	/*width:400px;
	background:#ccc;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-248px;
	margin-top:-150px
	vertical-align:middle;
	top:50%;*/
}


.sc-docs-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  color: #767676;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

.cl_w {color:#FFF;}


/* LOGIN PAGE */

@import url(http://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);

body{
	margin: 0;
	padding: 0;
	background: #fff;

	color: #fff;
	font-family: Arial;
	font-size: 12px;
}

.body{
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background-image: url("../images/login_bg.jpg");
	background-size: cover;
	z-index: 0;
}

.grad{
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: 1;
	opacity: 0.7;
}

.header{
	position: absolute;
	top: calc(38% - 35px);
	left: calc(48% - 250px);
	z-index: 2;
}

.header div{
	float: left;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 28px;
	font-weight: 200;
}

.header div span{
	color: #5379fa !important;
}

.login_bn{
	position: absolute;
	top: calc(45% - 35px);
	left: calc(50% - 350px);
	z-index: 2;
}

.login{
	position: absolute;
	top: calc(40% - 75px);
	left: calc(50% - 50px);
	height: 150px;
	width: 350px;
	padding: 10px;
	z-index: 2;
}

.login input[type=text]{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
}

.login input[type=password]{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 10px;
}

.login input[type=submit]{
	width: 250px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
}

.login input[type=submit]:hover{
	opacity: 0.8;
}

.login input[type=button]:active{
	opacity: 0.6;
}

.login input[type=text]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=password]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=submit]:focus{
	outline: none;
}

::-webkit-input-placeholder{
   color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder{
   color: rgba(255,255,255,0.6);
}

.memo_row {
	margin-right: -15px;
	margin-left: -15px;
}

.memo_content {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.memo_button {
	vertical-align:top;
}

.memo_span {
	white-space: pre-wrap; /* css-3 */ 

	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 

	white-space: -pre-wrap; /* Opera 4-6 */ 

	white-space: -o-pre-wrap; /* Opera 7 */ 

	word-wrap: break-word; /* Internet Explorer 5.5+ */ 
}

.navbar-nav .working-check-link{color:#fff; line-height:35px;}
.req-wrap {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999;
	display: flex;
	flex-direction: column;
	width: 300px;
	height: auto;
}

.req-wrap a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	font-size: 18px;
}

.req-wrap a span {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.req-wrap a span:before {
	margin: 0 20px 0 0;
}