@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html, body {
    width: 100%;
    height:   100%;
    padding:  0;
    margin:   0;
    overflow-x: hidden;
}

body {
	margin: 0px;
	padding:0px;
	background: #FFF;
	color: #555 !important;
	overflow-y: auto;
  overflow-x: auto;
  font-family: Arial !important;
}

.page-background{
  background: #f9fdff; /* Old browsers */
  background: -moz-linear-gradient(top,  #f9fdff 0%, #ecf3f9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fdff), color-stop(100%,#ecf3f9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f9fdff 0%,#ecf3f9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f9fdff 0%,#ecf3f9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f9fdff 0%,#ecf3f9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f9fdff 0%,#ecf3f9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fdff', endColorstr='#ecf3f9',GradientType=0 ); /* IE6-9 */
}
.wrap-login {
  display: block;
  /*height: 100%;*/
  text-align: center;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9fdff+0,ecf3f9+100 */
  /*background: #f9fdff; /* Old browsers */
  /*background: -moz-linear-gradient(top,  #f9fdff 0%, #ecf3f9 100%); /* FF3.6+ */
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fdff), color-stop(100%,#ecf3f9)); /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top,  #f9fdff 0%,#ecf3f9 100%); /* Chrome10+,Safari5.1+ */
  /*background: -o-linear-gradient(top,  #f9fdff 0%,#ecf3f9 100%); /* Opera 11.10+ */
  /*background: -ms-linear-gradient(top,  #f9fdff 0%,#ecf3f9 100%); /* IE10+ */
  /*background: linear-gradient(to bottom,  #f9fdff 0%,#ecf3f9 100%); /* W3C */
  /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fdff', endColorstr='#ecf3f9',GradientType=0 ); /* IE6-9 */
}

.wrap-login .box-login {
  max-width: 650px;
  margin: 0px auto;
  padding: 20px 0px 0px 0px;
}

.box-login .logo-login {
  width: 220px;
  height: 56px;
  margin: 0px auto 50px auto;
  background: url('logo_login.png') top center no-repeat;
}

.box-login .welcome {
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  color: #222;
  padding: 0px 0px 30px 0px;
}

.box-login .name-app {
  font-size: 24px;
  line-height: 24px;
  color: #498ead;
}

.box-login .box-form {
  display: table;
  width: 100%;
  margin: 40px 0px 0px 0px;
}

.box-login .box-form .box-form-left,
.box-login .box-form .box-form-right {
  display: table-cell;
  width: 50%;
}

.box-login .box-form .box-form-left {
  text-align: center;
}

.box-login .box-form .box-form-right {
  border-left: 1px solid #b3d0d8;
  padding-left: 30px;
  text-align: left;
}

.label-04 {
  display: block;
  font-size: 15px;
  color: #2e87c9;
  padding: 0px 0px 10px 0px;
}

.label-05 {
  display: block;
  color: #a3a5a4;
  font-size: 13px;
  padding: 0px 0px 15px 0px;
}

.box-login .box-form-login {
  background: white;
  max-width: 360px;
  min-height: 310px;
  margin: 30px auto 0px auto;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 1px 5px 0 rgba(0, 0, 0, 0.12),0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 1px 5px 0 rgba(0, 0, 0, 0.12),0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 1px 5px 0 rgba(0, 0, 0, 0.12),0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),0 1px 5px 0 rgba(0, 0, 0, 0.12),0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.box-login .header-login {
  border-bottom: 1px solid #eaebed;
  padding: 20px 0px 5px 0px;
}

.box-login .form-login {
  display: block;
  margin: 30px 20px 20px 20px;
}