html {
  height: 100%;
}
body {
  font-family: "Roboto", sans-serif;
  position: relative;
  background: -webkit-linear-gradient(left, #004085, #446b95);
}

.register {
  padding: 3%;
}
.register-left {
  text-align: center;
  color: #fff;
  margin-top: 4%;
}
.register-left input {
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  width: 60%;
  background: #f8f9fa;
  font-weight: bold;
  color: #383d41;
  margin-top: 30%;
  margin-bottom: 3%;
  cursor: pointer;
}

.register .form-group {
  margin-bottom: 30px !important;
}

.register input:focus {
  border: 1px solid #004085;
  outline: none;
  box-shadow: none;
}

.register-right {
  margin-top: 4%;
  background: #f8f9fa;
  border-radius: 2px;
  /* border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%; */
  padding: 20px;
  width: 95%;
}
.register-left img {
  margin-bottom: 5%;
  width: 40%;
  /* -webkit-animation: mover 2s infinite  alternate;
  animation: mover 1s infinite  alternate; */
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.register-left p {
  font-weight: normal;
  padding: 10%;
  margin-top: -9%;
  letter-spacing: 1px;
  line-height: 26px;
  text-align: justify;
}
.register .register-form {
  margin-top: 3%;
  display: flex;
  justify-content: center;
}
.btnRegister {
  border: none;
  border-radius: 1.5rem;
  padding: 8px;
  background: #004085;
  color: #fff;
  font-weight: normal;
  width: 100%;
  cursor: pointer;
}

.btnRegister:hover {
  outline: 1.5px solid #004085;
  color: #004085;
  background-color: #fff;
}

.register .nav-tabs {
  margin-top: 3%;
  border: none;
  background: #004085;
  border-radius: 1.5rem;
  width: auto;
}
.register .nav-tabs .nav-link {
  padding: 2px;
  height: 36px;
  font-weight: normal;
  color: #fff;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.register .nav-tabs .nav-link:hover {
  border: none;
}
.register .nav-tabs .nav-link.active {
  padding: 2px;
  color: #004085;
  border: 2px solid #004085;
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.register-heading {
  text-align: center;
  margin-top: 3%;
}

.register-heading h3 {
  color: #012953;
  font-size: 18px !important;
}

.register-heading h4 {
  color: rgb(116, 112, 112);
  font-size: 16px !important;
}

.heading-logo {
  margin: 14px auto;
  height: 150px;
  display: block;
  text-align: center;
}

.header {
  text-align: center;
  color: #b8bbbe;
}

.header h2 {
  text-align: center;
  color: #ffffff;
  font-size: 26px;
}

.header h3 {
  text-align: center;
  color: #cfc9c9;
  font-size: 16px;
}

.header .logo {
  height: 100px;
}

.tab-content {
  padding: 1% 15%;
}


@media only screen and (max-width: 900px) {
  .register-left img {
    margin-bottom: 5%;
    width: 37%;
}

.register-left p {
  padding: 9%;
  font-size: 15px;

}

.register-right {
  padding: 10px;
  width: 95%;
  margin: auto;
}

.tab-content {
  padding: 1% 3%;
}

.heading-logo {
  margin: 14px auto;
  height: 82px;
}


.register-heading h3 {
  font-size: 16px !important;
}

.register-heading h4 {
  font-size: 14px !important;
}

.register-heading {
  margin-top: 3%;
  margin-bottom: 10%;
}

}
