﻿div.form-item {
	position: relative; display: block; margin-bottom: 10px;}
	input{transition: all .2s ease;}
 
input.form-style, textarea.form-style {
	display: block;
	width: 100%;
	max-width: 600px;
	height: 54px;
	padding-left: 10px;
	padding-top:16px;
	border:1px solid #ccc;
	/*-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;*/
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	font-size: 1rem;
}

input[type=file] {
	padding-top:20px;
}

div.form-item .form-style:focus{outline: none; border:1px solid #4c9cd1; color:#4c9cd1; }
div.form-item p.formLabel {
  position: absolute;
  left:10px;
  top:2px;
  transition:all .4s ease;
  color:#4c9cd1;
  font-size:.78rem;
  background-color:white;
  opacity: 0.90;
}
  
.formTop{top:-2px !important; left:10px; padding:0 0px; font-size: 14px; color:#4c9cd1 !important;}
.formStatus{color:#8a8a8a !important;}

#loginFormWrapper {
	background-color:white;
	width:100vw;
	max-width:420px;
	height:auto;
	padding:20px 0px;
	border:1px #d0d0d0 solid;
	margin:0px;
}

@media(min-width: 991.98px) {
	#loginFormWrapper {
		/*margin-right:280px;*/
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.ww-scale-75 {
	transform: scale(0.75);
	transform-origin: 0 0;
}

.ww-scale-50 {
	transform: scale(0.50);
	transform-origin: 0 0;
}

.form-control {
    /*display: block;*/
    /*width: 100%;
    height: calc(2.25rem + 2px);*/
    height:50px;
    padding: 14px 6px 0 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/br_down.png") white no-repeat 96% !important;
 
}

select::-ms-expand { display: none; }

button.show-pass {
	border:0;
	background-color:transparent;
}

