.auth-fluid .auth-fluid-form-box {
  max-width: 46%;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 12.5rem;
}

.title {
  font-size: 35px;
  text-transform: uppercase;
  color: #000;
}
.auth-brand img {
  width: 361px;
}

.tag-line {
  font-size: 20px;
  color: #000 !important;
}

.form-control {
  height: 45px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 1rem 0.9rem;
  font-size: 17px;
  line-height: 1.5;
  border-radius: 5px;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.btn-primary {
  color: #fff;
  background-color: #3d3ec3;
  border-color: #3d3ec3;
}

.auth-fluid .auth-fluid-right {
  padding: 6rem 3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  color: #fff;
  background: url(../images/bg.png) no-repeat;
  background-position: center;
}

.login-box{
  border: solid 1px #3d3ec3;
  background: #fff;
  padding: 10px 0;
  border-radius: 5px;
}

.login-form .form-group2  {
  margin: 0;
  padding:0px 20px;
  position: relative;
}
.login-form .form-group2 i {
  position: absolute;
  right: 20px;
  bottom: 7px;
  font-size: 22px;
  color: #3d3ec3;
}
.login-form .form-group label{
  margin: 0;
}
.login-form .form-group input{
  border: none;
  padding: 0rem 0;
  width: 90%;
  height: 36px;
  font-size: 18px;
  color: #000;
}

@media (max-width:1600px) {
.card-body {
  padding: 10rem 7rem;
}

}
@media (max-width:1366px) {
.card-body {
  padding: 2.5rem 5rem;
}

}
@media (max-width:1280px) {
  .auth-fluid .auth-fluid-form-box {
    max-width: 55%;
}
}
@media (max-width:1024px) {

}
@media (max-width:991px) {
  .auth-fluid .auth-fluid-form-box {
    max-width: 100%;
}
.auth-fluid .auth-fluid-right {
  padding: 0;
}
.card-body {
  padding: 2.5rem 8rem;
}
.auth-fluid {
  display: block;
  background:none;
}
}
@media (max-width:600px) {
  .card-body {
    padding: 0;
}
}
@media (max-width:480px) {
  .auth-brand img {
    width: 250px;
}
.title {
  font-size: 22px;
}
.btn {
  padding:0.7rem 0.9rem;
  font-size: 14px;
}
.tag-line {
  font-size: 16px;
}
}

table.form {
    background-color: #fff;
    margin: 0 0 5px 0;
    padding: 0;
    border: 3px solid #e2e7e9;
    border-collapse: separate;
    border-spacing: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
table.form td.fieldarea {
    background-color: #efefef;
    text-align: left;
}
table.form td {
    padding: 3px 5px;
}
table.form td.fieldlabel {
    background-color: #fff;
    text-align: right;
    vertical-align: middle;
}
table.form td {
    padding: 3px 5px;
}