/*global css*/

body {
    color: #333333;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
}
input,textarea,div{
	resize:none;outline:none;font-size:13px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
a {
text-decoration: none;
color: #F1E7E7;
}

a:hover {
color: #F1E7E7;
}

/*login-background*/

.login-bg{
	position: absolute;height:100%;width:100%;
	background:url(../img/bg4.jpg) 0px 0px no-repeat;
}
/*login-container*/
.login-container{
	position: fixed;left:35%;height:100%;
	width:65%;
	background: url(../img/trans.png) repeat;
	background: rgba(255,255,255,0.3);
}

@media screen and (max-width: 800px)  {
	.login-container{
		left:0;
		width:100%;
	}
}
@media screen and (min-width: 801px) and (max-width: 1090px)  {
	.login-container{
		left:23%;
		width:100%;
	}
}

/* ---------head------------- */
.brand{
  font-weight:900;
  font-size:20px;
  margin-top:20px;
  cursor:pointer;
}
.brand .brand-logo{
  font-weight:100;
  font-size:12px;
  position:relative;
  top:-10px;
}
/*---------form----------*/
.form-unit > h2{
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  color: #252323;
}
.login-form input {
    font-family: inherit;
    font-size: 14px;
    color: #383838;
    display: block;
    width: 280px;
    height: 32px;
    line-height: 20px;
    padding: 8px 12px 8px 30px;
    margin-bottom: 0;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out 0s;
    vertical-align: middle;
}

.login-form .input {
    background-color: #FFFFFF;
}

.login-form .input:focus {
    border-color: #696363;
    outline: 0 none;
}
.login-form .form-control[disabled],.login-form .form-control[readonly]{
    background-color: #F1F1F1;
    cursor: not-allowed;
}

.btn-primary{
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
    min-width: 50px;
   	width: 282px;
    line-height:35px;
    padding: 5px 20px !important;
    background-color: #18A075;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    transition: border-color .5s;
    -webkit-transition: border-color .5s;
    -moz-transition: border-color .5s;
    -o-transition: border-color .5s;
    float: left;
    cursor: pointer;
    border: 1px #18A075 solid;
    -moz-box-sizing:content-box;
    -ms-box-sizing:content-box;
    box-sizing:content-box;
    margin-top: 0px;
}
.btn-primary:hover,
.btn-primary:focus {
  color: #ffffff;
  background-color: #0099e6;
  border-color: #0099e6;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #0077b3;
  border-color: #0077b3;
}
.btn-primary.disabled,
.btn-primary[disabled],
{
  background-color: #0088cc;
  border-color: #0088cc;
}
.div-select-i18n{
	width:324px;
	position:relative;
	top:10px;
}
.select-i18n{
	position:absolute;
	right:0px;
}

/*------bottom-------*/
.bottom{
  margin-top:50px;
  font-family:'Verdana';
  /*background:url(../apps/com.actionsoft.apps.coe.pal/img/coebottom2_07.png) no-repeat;*/
  position: fixed;
  right: 20px;
  bottom: 0;
  height:49px; 
  font-size:12px; 
  line-height:45px; 
  text-align:center; 
}
