

body {
  background: url("../../image/login.jpg") no-repeat;
  font-family: 'Titillium Web', sans-serif;
}

.form {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  max-width: 600px;
  margin: 180px auto 0;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.1);
}
@media (max-width:900px){
  
  .form {
    margin: 120px auto 0;
  }
}
.tab-group {
  list-style: none;
  padding: 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px 0;
  color: #999;
  font-size: 14px;
  float: left;
  width: 20%;
  cursor: pointer;
  transition: .5s ease;
}
.tab-group li a:hover {
  color: #c98888;
}
.tab-group .active a {
  color: #c98888;
  font-weight: bold;
}

.tab-content > div:last-child {
  display: none;
}

h1 {
  color: #c98888;
  font-weight: bold;
  font-size: 20px;
  font-weight: 100px;
}

label {
  position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 18px;
  top: 8px;
  color: #ccc;
  columns: #999999;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  font-size: 1.2rem;
  font-weight: 100;
}
label .req {
  margin: 2px;
  color: #c4a57f;
}

label.active {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  left: 2px;
  font-size: 1.2rem;
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ccc;
}
.search input{font-size:14px!important;}
.field-wrap .form-control,.field-wrap input, .field-wrap textarea {
  font-size: 14px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
	text-indent: 10px;
  background: none;
  background-image: none;
  border: 1px solid rgba(196,165,127,.3);
  color: #999;
  border-radius: 3px;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, textarea:focus {
  outline: 0;
  border-color: #d19512;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 30px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 10px 0;
  font-size: 1.5rem;
  font-weight: 100;
  border-radius: 3px;
  background: #c98888;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.bua{
	padding: 13px 30px;
	border-radius: 3px;
	font-size:1rem;
}
.button:hover, .button:focus {
  background: #c4a57f;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}

.checkbox{
	position: relative;
    margin-bottom: 30px;
	overflow: hidden;
}
.checkbox label{
	position: relative!important;
	 margin-bottom: 20px;
}
.field-wrap .form-control{
  box-shadow: none;
}
.clas-gw-but{
  padding: 10px 20px;
  margin-right: 10px;
}