.form {
  background: #fefefe;
  padding: 10px;
  max-width: 400px;
  margin: 20px auto;
  border-radius: 5px;
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  border-bottom:2px solid #2a75d1;
  color: #a0b3b0;
  font-size: 15px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #2a75d1;
  color: #ffffff;
}
.tab-group .active a {
  background: #2a75d1;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}

h1 {
  text-align: center;
  color: #333;
  font-weight: 300;
  margin: 0 0 40px;
}

/*label {
  position: absolute;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  left: 13px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;
}
label {
  margin: 10px;
  font-size:12px;
  color: #8f8f8f;
}
label.active {
display:none;
}
label.highlight {
  color: #ffffff;
} */

input {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #8f8f8f;
  color: #333;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus {
  outline: 0;
  border-color: red;
}
.field-wrap {
  position: relative;
  margin-bottom: 15px;
}

.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 {
  margin:0 auto;
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color:#0a54ab;
  border-color:#0a54ab;
  color: #ffffff;
  font-weight:bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  cursor:pointer;
  color: #cccccc !important;
  opacity: 0.8;
}
.button-block {
  display: block;
  width: 100%;
}
.forgot {
   color:#ff7e4a !important;
  text-align: right;
}


#mayus{
  text-transform: capitalize;
}
