a{
font-weight:normal;
font-size:14px;
}
.rotate {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
}

.shadow {
-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.75);
-moz-box-shadow: 0 0 30px rgba(0,0,0,0.75);
box-shadow: 0 0 30px rgba(0,0,0,0.75);
}
.fui-check{
	color:#3498DB;
}
.fui-cross{
	color:#3498DB;
}
.has-switch > div.switch-on label {
background-color: #3498DB;
border-color: #3498DB;
cursor:pointer;
}
.has-switch > div.switch-off label {
background-color: #3498DB;
border-color: #3498DB;
cursor:pointer;
}
.has-switch > div.switch-off span {
background-color: #34495e;
cursor:pointer;
}
.has-switch > div.switch-off label {
cursor:pointer;
}
.select1{
width:100%;
padding:5px 20px;
background-color: transparent;
border-top: 2px solid white;
border-bottom: 2px solid white;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-transition: 0.25s linear;
transition: 0.25s linear;
cursor: pointer;
color: #bdc3c7;
}
.select1:hover{
background-color: #5dade2;
color:white;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
}
.select1active{
cursor: default;
background-color: #3498DB;
color:white;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
}

.select2{
width:100%;
padding:5px 20px;
background-color: transparent;
border-top: 2px solid white;
border-bottom: 2px solid white;
-webkit-font-smoothing: subpixel-antialiased;
color: #bdc3c7;
}
.select2active{
cursor: default;
background-color: #F39C12;
color:white;
border-top: 2px solid transparent;
border-bottom: 2px solid transparent;
}
.select1 h5, .select2 h5{
	margin:0;
	font-size:20px;
	font-weight:normal;
}
.login-form .login-field2 {
  border-color: transparent;
  font-size: 17px;
  text-indent: 3px;
}
.login-form .login-field2:focus {
  border-color: #F1C40F;
}
.login-form .login-field2:focus + .login-field-icon {
  color: #F1C40F;
}
.login-form .login-field3 {
  border-color: transparent;
  font-size: 17px;
  text-indent: 3px;
  border-color: red;
}