@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2015-11-11 00:50:38
 * @version $Id$
 */
 *:focus { outline: none !important; box-shadow: none!important; }
 input {outline: none !important;box-shadow: none!important;}
 a:focus,input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
 li { list-style: none; }
 .ml10 { margin-left: 1em; }
 .mt10 { margin-top: 1em; }
.li_navbar {
display: inline-block;
cursor: pointer;
line-height: 40px;
color: #fff;
}

.formWarp {
 width: 100%;
 background-color: #fff;
 text-align: center;
 padding: 0em 0em 1em 0px; 
 border-radius: 4px;

}
.formWarp li { 

 }
.logo { padding: 3.5em 0 0.5em 0 ;  background-color: #0088CC; }
.logoB {padding: 4.5em 0 0em 0 ; background-color: #fff; }
.logoplace { 

	width: 100px;
	/*border: 0.1em solid #fff ;*/
	height: 100px; width: auto;
	max-width: 350px;
	padding: 5px;
 }

 .formR { 
 	text-align: left;
 	border: none;
 	padding: 0 1em;
 }
  .formR p { padding-left:5px; 
  height: 50px; margin-top: 20px; }
 .formR span {

 }

.formR input {
    border: medium none;
    box-shadow: none;
    height: 40px;
    margin-bottom: 0;
    position: relative;
    top: 0;
}
.submitBtn { text-align: center; margin-top: 1em; }
.submitBtn button {     background-color: #0088cc;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 1.5em;
    letter-spacing: 0.5em;
    padding: 0.4em 2em;
    width: 100%; } 
.submitBtn input {     background-color: #0088cc;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 1.4em;
    letter-spacing: 0.5em;
    padding: 0.4em 2em;
    width: 100%; } 
 .goback { 
 	background-color: #fff;
border: none;
color: #0088CC;
float: right;
margin: 2em 0em;
  }
  .msg { display: inline-block;
		position: relative;
	 width: 170px; height: 50px;
	 margin-top: -25px; margin-left: -85px;
	 top:100px; left: 50%;
	  background-color: #EDECE9;
	  border-radius: 4px;
	  line-height: 50px;
	  color: #44AD57;
	  text-indent: 40px;
	   font-size: 14px;
	   box-shadow: 1px 1px 3px; #3D7339;  }
	.msg img { width: 25px; position: absolute; top: 13px; left: 10px; }
