*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input::-webkit-input-placeholder {
  color: #666;
}

input:-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder {
  color: #666;
}

body {
  font-family: Helvetica,sans-serif;
  font-size: 22px;
  max-width: 500px;
}

.login-wrap {
  width: 640px;
  height: 927px;
  position: relative;
  padding: 194px 0 0 56px;
  overflow: hidden;
}

.login-form-wrap {
  width: 528px;
  height: 702px;
  background: rgba(54, 54, 54, 0.7);
  border: 1px solid #767676;
  border-radius: 15px;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5), 0 0 4px 0px rgba(255, 255, 255, 0.5) inset, 0 0 4px 0px rgba(255, 255, 255, 0.5), 0 0 65px 25px rgba(255, 255, 255, 0.14);
}

.l-stroke {
  position: absolute;
  top: -223px;
  left: 40px;
  width: 34px;
  z-index: 1;
  height: 108px;
  /*background: url(http://i.imgur.com/HECNjze.png);*/
}

.r-stroke {
  position: absolute;
  top: -223px;
  left: 66px;
  width: 34px;
  z-index: 3;
  height: 108px;
  /*background: url(http://i.imgur.com/d8qMj72.png);*/
}

.login-form {
  background: #fff;
  width: 90%px;
  height: 90%;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 0 0 25px 5px rgba(255, 255, 255, 0.55);
  padding: 55px 20px 0 20px;
  text-align: center;
  /*background: url(http://i.imgur.com/hzzCvwa.png) no-repeat;*/
}

.freeb {
  margin: 0 auto 40px auto;
  width: 253px;
  height: 65px;
  display: block;
}

.input-wrap {
  border: 1px solid #dbdbdb;
  height: 72px;
  border-radius: 15px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.13) inset;
  background: #fff;
}

.input-wrap-small {
  border: 1px solid #dbdbdb;
  /*height: 72px;*/
  height: 48px;
  border-radius: 15px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.13) inset;
  /*box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.13) inset;*/
  background: #fff;
}

.user-id {
  width: 385px;
  display: block;
}
.user-id input {
  display: block;
  width: 350px;
  border-radius: 15px 15px 0 0;
  margin: 7px 5px 0 7px;
  padding: 18px 25px 8px 15px;
  color: #666;
  outline: none;
  border: none;
}

.error-text {
  width: 385px;
  display: block;
}

.error-text input {
  display: block;
  width: 80%;
  border-radius: 15px 15px 0 0;
  margin: 7px 5px 0 7px;
  padding: 12px 10px 12px 10px;
  color: #867;
  outline: none;
  border: none;
}

.input-text input {
  display: block;
  width: 95%;
  border-radius: 15px 15px 0 0;
  margin: 10px 10px 10px 10px;
  padding: 4px 10px 8px 12px;
  /*margin: 7px 5px 0 7px;
  padding: 12px 10px 12px 10px;*/
  color: #867;
  outline: none;
  border: none;
}

.foot {
	font-size: 12px;
}

.head {
	font-size: 20px;	
}

.form-hr {
  border: none;
  border-top: 1px solid #dbdbdb;
}

.password {
  width: 385px;
  display: block;
}
.password input {
  display: block;
  width: 350px;
  border-radius: 15px 15px 0 0;
  margin: 7px 5px 0 7px;
  padding: 12px 25px 9px 15px;
  color: #666;
  outline: none;
  border: none;
}

.remember {
  border: 1px solid #dbdbdb;
  background: #fff;
  height: 60px;
  border-radius: 15px;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.13) inset;
  margin: 20px 0 30px 0;
  padding: 15px 0 9px 20px;
  color: #666;
  text-align: left;
}
.remember span {
  vertical-align: top;
}

.switch,
.switch-label,
.switch-slider {
  width: 108px;
  height: 31px;
}

.switch {
  position: relative;
  display: inline-block;
  margin-left: 110px;
}

.switch-check {
  position: absolute;
  visibility: hidden;
}

.switch-label,
.switch-slider {
  position: absolute;
  top: 0;
}

.switch-label {
  left: 0;
  cursor: pointer;
}

.button {
  width: 50%;
  height: 62px;
  background: #6b8bad;
  border-radius: 15px;
  border: none;
  color: #fff;
  text-shadow: 0 1px 2px black;
  font-size: 26px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
  background: -moz-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b8bad), color-stop(48%, #39577f), color-stop(52%, #254b72), color-stop(100%, #102d4c));
  background: -webkit-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
  background: -o-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
  background: -ms-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
  background: linear-gradient(to bottom, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b8bad', endColorstr='#102d4c',GradientType=0 );
}

.button-small {
  width: 50%;
  height: 30px;
  background: #6b8bad;
  border-radius: 15px;
  border: none;
  color: #fff;
  text-shadow: 0 1px 2px black;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 0px;
  background: -moz-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6b8bad), color-stop(48%, #39577f), color-stop(52%, #254b72), color-stop(100%, #102d4c));
  background: -webkit-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
  background: -o-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
  background: -ms-linear-gradient(top, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
  background: linear-gradient(to bottom, #6b8bad 0%, #39577f 48%, #254b72 52%, #102d4c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b8bad', endColorstr='#102d4c',GradientType=0 );
}
.button:hover {
  background: #7290b0;
  background: -moz-linear-gradient(top, #7290b0 0%, #3d5e89 48%, #29537d 52%, #133559 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7290b0), color-stop(48%, #3d5e89), color-stop(52%, #29537d), color-stop(100%, #133559));
  background: -webkit-linear-gradient(top, #7290b0 0%, #3d5e89 48%, #29537d 52%, #133559 100%);
  background: -o-linear-gradient(top, #7290b0 0%, #3d5e89 48%, #29537d 52%, #133559 100%);
  background: -ms-linear-gradient(top, #7290b0 0%, #3d5e89 48%, #29537d 52%, #133559 100%);
  background: linear-gradient(to bottom, #7290b0 0%, #3d5e89 48%, #29537d 52%, #133559 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7290b0', endColorstr='#133559',GradientType=0 );
}
.button:active {
  background: #6385a9;
  background: -moz-linear-gradient(top, #6385a9 0%, #375479 48%, #24496e 52%, #0f2b49 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6385a9), color-stop(48%, #375479), color-stop(52%, #24496e), color-stop(100%, #0f2b49));
  background: -webkit-linear-gradient(top, #6385a9 0%, #375479 48%, #24496e 52%, #0f2b49 100%);
  background: -o-linear-gradient(top, #6385a9 0%, #375479 48%, #24496e 52%, #0f2b49 100%);
  background: -ms-linear-gradient(top, #6385a9 0%, #375479 48%, #24496e 52%, #0f2b49 100%);
  background: linear-gradient(to bottom, #6385a9 0%, #375479 48%, #24496e 52%, #0f2b49 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6385a9', endColorstr='#0f2b49',GradientType=0 );
  padding: 1px 0 0 0;
}

.forgot {
  color: #1e4168;
  font-size: 19px;
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom: 1px solid #1e4168;
}
.notification {
	display: block;
	padding: 20px 20px 20px 45px;
	border: 1px solid;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	}

.n-success {
	background-color: #a3e6bd;
	border-color: #68d59b;
	background-image: url(../img/notification-tick.gif);
	}

.n-information {
	background-color: #9fddea;
	border-color: #5fceea;
	background-image: url(../img/notification-information.gif);
	}

.n-attention {
	background-color: #f9e497;
	border-color: #ffcb4f;
	background-image: url(../img/notification-exclamation.gif);
	}

.n-error {
	background-color: #ffc6ca;
	border-color: #efb9c3;
	background-image: url(../img/notification-slash.gif);
	}

