﻿/************************************************
1) Global Style
 
*************************************************/

@import url(https://fonts.googleapis.com/css?family=Roboto);

fieldset-frmuser {
  border: none;
  margin-top: 2em;
  padding-left: 1em;
}

legend-frmuser {
  padding-left: 0;
  font-weight: bold;
}


.field-group {
  margin-top: 0.7em;
}

.container-frmuser {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

input.field {
  width: 100%;
  border-bottom: rgba(153, 153, 153, 1)1px solid;
}

.beautiful-field {
  position: relative;
  margin: 1em 0 1em;
}

label-frmuser {
  position: absolute;
  top: 0;
  color: #ccc;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input:focus {
  outline: none;
}

.lactive {
  top: -1.2em;
  font-size: 12px;
}

