*,
*:before,
*:after {
  box-sizing: border-box;
}
.copyright{text-align:center;margin-top:20px;margin-bottom:10px;color:#666666;font-size:15px;font-family: 'Lato', Calibri, Arial, sans-serif;}

h3 {
  color:#666666;font-family: 'Lato', Calibri, Arial, sans-serif;text-align:center;
}

	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#b3b3b3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b3b3b3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b3b3b3;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b3b3b3;
}
input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
    width: 100%;
    padding: 0.8em;
    font-size: 15px;
    line-height: 1.2;
    background-color: #fff;
    border: 1px solid #b3b3b3;
letter-spacing:1px;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
input:focus {
  outline: 0;
  border-color: #64ac15;
}
input:focus + .input-icon i {
  color: #7ed321;
}
input:focus + .input-icon:after {
  border-right-color: #7ed321;
}

.signin {
    border: none;
    color: white;
    padding: 11px 19px;
    text-align: center;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;margin-left:-3px;
    font-size: 18px;letter-spacing:1px;
    margin: 3px 2px;
    background-color: #167b9c;
    cursor: pointer;
    width: 100%;
}
.input-group {
  margin-bottom: 1em;
  zoom: 1;font-size:16px;
}
.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
  position: relative;
}
.input-group-icon input {
  padding-left: 4.4em;
}
.input-group-icon .input-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.4em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: center;
  pointer-events: none;
}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
  border-right: 1px solid #e5e5e5;
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.login {
  max-width: 25em;
  padding: 1em 3em 2em 3em;
  margin:  auto;
  margin-top:12%;
  background-color: #fff;

  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
}
.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}