@charset "utf-8";

body{
	background-image: url("./image/bg.jpg");
	background-repeat:repeat;
}

#login-box{
	width:350px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-230px;
	margin-left:-175px;
}

#login-box .top{
	margin-bottom: 20px;
}

#login-box .middle{
	margin-bottom:20px;
}

#login-box .bottom{
	color:#fff;
	font-size: 10px;
}

#login-box .logo{
	display:block;
	width:350px;
	height:31px;
	background-image: url("./image/logo.png");
	background-repeat:no-repeat;
}
#login-box .c_logo{
	display:block;
	width:350px;
	height:31px;
	background-image: url("./image/c_logo.png");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
}
#login-box .a_logo{
	display:block;
	width:350px;
	height:45px;
	background-image: url("./image/ai_logo.png");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center;
}

#login-box .title{
	font-size:18px;
}

#login-box .middle{
	padding:34px 25px;
	background-color: #EEEEEE;
	border-radius: 3px;
}

#login-box .input{
	width:100%;
	height:40px;
	line-height: 40px;
	font-size:16px;
	padding:0px 10px;
}

#login-box label{
	font-size:13px;
	width:62px;
}

#language_select{
	padding:0px 10px;
	height:32px;
	line-height: 32px;
	width:235px;
}

input[type="submit"] {
	width:100%;
	height:44px;
	line-height: 44px;
	cursor: auto;
    border-style: none;
    color: #FFF;
    padding: 2px 5px;
    border-radius: 3px;
    background-color: #344A8B;
}

#login-box .bottom a:link,#login-box .bottom a:hover,#login-box .bottom a:active,#login-box .bottom a:visited{
	color:#288CC3;
	text-decoration:underline;
}

#login-box #flashMessage{
	font-size:13px;
	color:red;
	font-weight:bold;
	margin-bottom:20px;
}

.screen-switch{
	background	: #F0F0F0;
	text-align	: center;
	padding		: 5px 0px;
	margin-top	: 20px;
	border		: solid 1px #707070;
	font-size   : 14px;
}

#javascript-warning{
	color       : red;
	font-weight : bold;
}

#javascript-warning .warning-icon{
	margin-right : 5px;
}

#a-loading{
	display : none;
}

.safari-alert {
	border: 2px solid #E50000;
    color: #E50000;
    margin-bottom: 16px;
    padding: 16px;
    background-color: #FFF0F0;
    font-size: 10px;
    line-height: 1.8;
  }
  
  .safari-alert a {
	text-decoration: underline;
  }