body{
  background:#405d9b;
}
:focus{outline:none}
:invalid {
  box-shadow: none !important;
}

:-moz-submit-invalid {
  box-shadow: none !important;
}

:-moz-ui-invalid {
  box-shadow:none !important;
}
.box
{
    background:#fefefe;
     
	border-top:1px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    /*-moz-box-shadow:rgba(0,0,0,0.15) 0 0 1px;
    -webkit-box-shadow:rgba(0,0,0,0.15) 0 0 1px;
    box-shadow:rgba(0,0,0,0.15) 0 0 1px;*/
    color:#444;
   font-family: 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    margin:0 auto 30px;
	overflow:hidden;
}
.box.login
{
    height: 480px;
    margin-top: 20px;
    width: 332px;
}
.boxBody
{
    margin-top:40px;
    background:#fff;
    padding:10px 20px;
}
.boxBody input{font-family: 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif !important;}
.boxBody .welcome-user{margin-bottom:26px;}
.boxBody .welcome-user span {font-size:16px; font-weight:600;  margin-left:6px;float:left}
.boxBody .welcome-user #back-login {font-size:34px; margin-left:-22px; padding:0  10px 10px 10px; display:inline-block; color:#aaa;margin-top: -7px;float:left}
.box footer
{
    /*background:#eff4f6;*/
    border-top:1px solid #fff;
    padding:18px 17px;
    overflow:hidden;
	height:55px;
}
.box label
{
    display:block;
    font-family: 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    margin:20px 0 0 6px;
    cursor:default !important;
    color:#000;
    font-weight:bold;
}
.box footer label{
	float:left;
	margin:4px 0 0;
}
.box footer input[type=checkbox]{
	vertical-align:sub;
	*vertical-align:middle;
	margin-right:10px;
}
.box input[type=text],
.box input[type=password],
.txtField,
.cjComboBox
{
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 1px solid #ccc !important;
    border-image: none;
    border-left: 0 none;
   
    border-right: 0 none;
    border-top: 0 none;
    
    display: block;
    margin: 3px 0 4px;
    padding: 8px 6px;
    width: 280px;
}
input:invalid, textarea:invalid { border-bottom: 1px solid red !important;}
.box input[type=text]:focus,
.box input[type=password]:focus,
.txtField:focus,
.cjComboBox:focus,
.select-style:focus
{
    border-bottom: 1px solid #0099e0 !important;
    -webkit-appearance:none; -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
.cjComboBox
{
    width:294px;
}
.cjComboBox.small
{
    padding:3px 2px 3px 6px;
    width:100px;
    border-width:3px !important;
}
.txtField.small
{
    padding:3px 6px;
    width:200px;
    border-width:3px !important;
}

.rLink{padding:0 6px 0 0; font-size:11px; float:right;}
.box a{color:#999;}
.box a:hover, .box a:focus{text-decoration:underline;}
.box a:active{color:#f84747;}
 #loginerror { float: left;
    padding-bottom: 10px;
    padding-left: 10px;
    }
.btnLogin, .btnForgot
{
    background:orange;
    border:0px solid #7db0cc !important;
    cursor: pointer;
    padding:11px 16px;
    font-family: 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    text-shadow:rgba(0,0,0,0.2) 0 1px 0px; 
    color:#000 !important;
    margin-left:10px;
    float:right;
	padding:6px 21px 8px 21px;
    width:100%;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.btnCancelForgot, .btnbacktoLogin
{
    background:#fff;
    border:1px solid #ccc !important;
    cursor: pointer;
    padding:11px 16px;
    font-family: 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif !important;
    color:#444 !important;
    margin-left:10px;
    float:right;
	padding:5px 21px 6px 21px;
    width:100%;
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-top:10px;
}
.btnLogin:hover,
.btnLogin:focus,
.btnLogin:active,
.btnForgot:hover,
.btnForgot:focus,
.btnForgot:active{
    background:#71c73e;
   
}
.btnLogin:active
{
    text-shadow:rgba(0,0,0,0.3) 0 -1px 0px; 
}
.btnLogin a,.btnForgot a,
.btnLogin a:visited,.btnForgot a:visited {color:#fff !important; text-decoration:none}
footer#main{
	color:#fff;
	position:fixed;
	left:0;
	bottom:10px;
	text-align:center;
	 font-family: 'Open Sans',Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 11px;
	width:100%;
}
.login-tools {padding: 0px 20px; margin-top: 10px;}
.login-tools .login-remember {  padding-bottom: 14px; float:left; width:50% }
.login-tools .login-remember label {margin:0; font-size:13px;}
.login-tools .login-remember input {  vertical-align: middle;    margin-right: 8px; }
.login-tools .login-forgot {  font-size: 12px;float:right;width:50%}
.login-tools .login-forgot a, .login-tools .login-forgot a:visited { color: #066896;   }
.new-od-user { display: block;
    font-size: 13px;
    margin-top: 10px;
    padding: 20px 0;
    text-align: center;
    width: 100%;}
.new-od-user a {border:1px solid #ccc; padding:6px 14px; margin-left: 12px;text-decoration:none !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.new-od-user a:hover {text-decoration:none !important; color:#fff !important;border:1px solid #0099e0 !important; background-color:#48a8f4 !important}
.password-strength{display:block; width:100%; margin:20px 0}
.select-style { border:none;border-bottom:1px solid #ddd!important;padding:6px;-webkit-appearance:none;background-color:#fff;width:100%;-webkit-appearance: none; -moz-appearance: none; appearance: none; background: rgba(255, 255, 255, 1) url("../images/arrow2.png") no-repeat scroll 98% 50% !important; margin-top:4px;}
 

/***********spinner loading css *************/
.spinner { margin: 0 auto; padding-top: 23px; text-align: center; width: 100%; clear:both;}
.spinner > div { width: 12px; height: 12px;  background-color: #949494; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both;}
.spinner .bounce1 {  -webkit-animation-delay: -0.32s; animation-delay: -0.32s;}
.spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s;}
@-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0) }  40% { -webkit-transform: scale(1.0) }}
@keyframes sk-bouncedelay {0%, 80%, 100% {   -webkit-transform: scale(0); transform: scale(0); } 40% {  -webkit-transform: scale(1.0); transform: scale(1.0); }}



.login-process {background-color:#fff !important; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;padding:20px 0 }
#back-login  {font-size:34px; margin-left:-34px; padding:0  10px 10px 10px; display:inline-block; color:#aaa;margin-top: -7px;float:left}