html,body{height:100%;}

input:-webkit-autofill,select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white  inset !important;
}


input{
  outline-color: invert;
  outline-style: none;
  outline-width: 0px;
  border: none;
  border-style: none;
  text-shadow: none;
  -webkit-appearance: none;
  -webkit-user-select: text;
  outline-color: transparent;
  box-shadow: none;

}
input[type=radio],input[type=checkbox]{
  outline-color: invert;
  outline-style: none;
  outline-width: 1px;
  border:none;
  border-style: solid;
  text-shadow:none;
  -webkit-appearance:radio;
  -webkit-user-select: text;
  outline-color:#eee;
  box-shadow: none;
}
input[type=checkbox]{-webkit-appearance:checkbox;}

.blue-gradient{
  background: -moz-linear-gradient(top, #32acdf 0%, #1d78b1 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32acdf), color-stop(100%,#1d78b1));
  background: -webkit-linear-gradient(top, #32acdf 0%,#1d78b1 100%);
  background: -o-linear-gradient(top, #32acdf 0%,#1d78b1 100%);
  background: -ms-linear-gradient(top, #32acdf 0%,#1d78b1 100%);
  background: linear-gradient(to bottom, #32acdf 0%,#1d78b1 100%);
}

.container{width:100%;padding:0 15px;}

/**>img{width:100%;}*/
