input[type=checkbox][data-toggle-password]{
  opacity:0
}

input[type=checkbox][data-toggle-password]+label .icon-indicates--hidden{
  display:inline-block
}

input[type=checkbox][data-toggle-password]+label .icon-indicates--visible,input[type=checkbox][data-toggle-password]:checked+label .icon-indicates--hidden{
  display:none
}

form,input[type=checkbox][data-toggle-password]:checked+label .icon-indicates--visible{
  display:inline-block
}

form{
  width:100%
}

label{
  display:inline-block;
  margin:5px 0
}

button,input{
  line-height:1.5
}

input:-webkit-autofill{
  box-shadow:inset 0 0 0 10rem #fff
}

:focus{
  outline:0
}

input[type=file]{
  padding:0
}

input[type=checkbox],input[type=radio]{
  width:20px;
  height:20px;
  margin:0
}

input[type=email]:not(.appearance-none),input[type=number],input[type=password]:not(.appearance-none),input[type=search],input[type=tel],input[type=text]:not(.appearance-none),input[type=url]{
  border-radius:3px;
  line-height:1.5!important;
  padding:7px 20px;
  border:1px solid #eee;
  font-weight:300
}

input.border-2px-white{
  padding:6px 20px!important
}

textarea{
  padding:15px 20px;
  overflow:auto;
  min-height:400px;
  resize:vertical;
  font-size:1rem;
  font-family:Roboto,sans-serif;
  line-height:1.5;
  display:inline-block;
  width:100%;
  color:#4e5559
}

select,textarea{
  border-radius:3px;
  background-color:#fff;
  border:1px solid #eee;
  outline:0;
  font-weight:300
}

select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iNyAxMCAxMCA1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiMwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii43NCIgZD0iTTcgMTBsNSA1IDUtNXoiLz48L3N2Zz4=);
  background-position:calc(100% - 10px) 18px;
  background-repeat:no-repeat;
  padding:0 35px 0 12px;
  text-transform:capitalize;
  height:40px;
  line-height:1.5!important;
  vertical-align:middle
}

select:focus{
  outline:0
}

select[multiple]{
  height:auto
}

[disabled]{
  cursor:not-allowed;
  opacity:.6;
  background:#eee;
  background-size:6px 6px
}

input[placeholder]{
  font-size:1rem
}

input::-webkit-input-placeholder{
  font-size:1rem
}

input:-moz-placeholder,input::-moz-placeholder{
  font-size:1rem
}

input:-ms-input-placeholder{
  font-size:1rem
}

::-webkit-input-placeholder{
  color:#4e5559;
  font-size:1rem;
  opacity:1!important
}

:-moz-placeholder,::-moz-placeholder{
  color:#4e5559;
  font-size:1rem;
  opacity:1!important
}

:-ms-input-placeholder{
  color:#4e5559;
  font-size:1rem;
  opacity:1!important
}

.border-2px-white::-webkit-input-placeholder{
  color:#fff
}

.border-2px-white:-moz-placeholder,.border-2px-white::-moz-placeholder{
  color:#fff
}

.border-2px-white:-ms-input-placeholder{
  color:#fff
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{
  margin:initial
}

audio,canvas,embed,iframe,img,object,svg,video{
  display:initial
}

.login-gray{
  color:#4e5559
}

.social-block{
  height:3.125rem
}

.continue-line-color{
  color:#d8d8d8
}

.input-bg-color{
  background-color:#eee
}

.d-none{
  display:none
}

@media (min-width:640px){
  .text-h1{
    font-size:2.1rem
  }
}
