*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}
body {
  background:#f4f4f4 ;
  font-family: 'open sans', sans-serif !important;
}
/*Login*/
.mn_main{
  background: url(../images/bg01_1.jpg) no-repeat;
  width: 100%;
 max-height: 700px;
  position: absolute;
  float: left;
  background-size: cover;
}
.form-box{
  background: rgba(0,0,0,0.7);
  margin: 80px auto;
  max-width: 350px;
  box-shadow: 0 3px 6px 0px rgba(0,0,0,0.16), 0 3px 6px 0px rgba(0,0,0,0.23);
  position: relative;
}
form#indexLogin {
  position: relative;
  padding: 40px;
}
.head {
  color: #fff;
  font-size: 34px;
  font-weight: normal;
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase;
  background: #f3efec;
}
.head img{
  width: 200px;
}
.form-group-1 {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}

.form-group-1 .label-control {
  color: #fff;
  display: block;
  font-size: 14px;
  position: absolute;
  top: 0;
  font-weight: normal;
  left: 0;
  padding: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
}
.form-control-1 {
  color:#fff !important;
  border: none;
  background: none;
  border-radius: 0;
  margin-top: 20px;
  padding: 12px 0;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
.form-control-1:focus {
  outline: none;
  box-shadow: none;
}

.form-group-1 .label-control .label-text{
   -webkit-transform: translate3d(0, 30px, 0) scale(1);
    -moz-transform: translate3d(0, 30px, 0) scale(1);
    transform: translate3d(0, 30px, 0) scale(1);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
}
.form-group-1 ul li input[type="checkbox"] {
    display: none;
}
.form-group-1 ul li input[type="checkbox"] + label {
    border: medium none #f0f8ff;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding-left: 25px;
    position: relative;
  font-weight: normal;
}
.form-group-1 ul li input[type="checkbox"] + label span:first-child {
    border: 1px solid #aaa;
    bottom: 4px;
    display: inline-block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 16px;
}
.form-group-1 ul li input[type="checkbox"]:checked + label span:first-child::before {
    content: "✔";
    font-size: 11px;
    height: 10px;
    left: 3px;
    position: absolute;
    top: 0;
    width: 10px;
}
.form-group-1 ul{
  float: left;
}
.form-group-1 a {
    color: #fff;
    float: right;
    font-size: 13px;
    margin: 3px 0 0 0
}
.form-group-1 a:hover {
    color: #54dcf3;
  transition: all 0.15s ease-in-out 0s;
}

.active .label-control::after{
   -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
li{
    list-style-type: none;
}
.active .label-control .label-text {
    opacity: 1;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    color:#54dcf3;
}

.input-field label:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #B9C1CA;
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
}


input.btn[type="button"],input.btn[type="submit"] {
  background: #0a66a1;
  border:none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 5px 0;
  outline: medium none;
  overflow: hidden;
  padding: 10px;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out 0s;
  width: 100%;
  box-shadow: 0 1px 2px 0px rgba(0,0,0,0.16), 0 1px 2px 0px rgba(0,0,0,0.23);
}
input.btn[type="button"]:hover {
  background: #9bad00;
  box-shadow: 0 2px 4px 0px rgba(0,0,0,0.16), 0 2px 4px 0px rgba(0,0,0,0.23);
}
.text-p{
  font-size: 14px;
  text-align: center;
  margin: 10px 0;
}
.text-p a{
  color: #175690;
}
@media (max-width: 480px){
  form#indexLogin {
    width: 90%;
    margin: 30px auto;
  }
}


/*register*/
.mn_main_1{
  background: url(../images/bg01_1.jpg) no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  background-size: cover;
}
.header{
  width: 100%;
  float: left;
  background:rgba(0,0,0,0.5);
  padding: 10px 0;
}
.mn_left{
  float: left;
}
.mn_left img{
  width: 70px
}
.mn_right{
  float: right;
}
.mn_right a{
  background: #0eaeca;
  padding: 10px 15px;
  color: #fff;
  margin: 10px 0;
  float: right;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.23);
  text-transform: uppercase;
}
.mn_right a:hover{
    background: #097c90;
    transition: all 0.15s ease-in-out 0s;
    color: #fff;
    text-decoration: none;
}
.mn_register{
  width: 100%;
  float: left;
}


.or_submit{
	width:100%;
	float:left;
}
.org_submit{
	background:#f8981d;
	float:left;
	padding:0 20px;
	height:35px;
	border:none;
	border-bottom:solid 1px #0882c9;
	color:#fff;
}
#Invalid{
	    color: red !important;
    margin: auto;
    text-align: center;
}
.error_msg{
    position: absolute;
    right: -228px;
    background: red;
    color: #fff !important;
    padding: -7px;
    padding: 0px 10px 0px 10px;
    top: 39px;
}
.select_org{
display:none;
}
