.signup-image
{
  border: solid 1px #004886;
  height: 420px;
}

/********************Signup Form**********************/

/* Card styling */
.author-register-card {
  max-width: 630px;
  border: 1px solid #a2bbec;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Header */
.author-register-header {
  background-color: #01172c;
  color: #fff;
  padding: 14px 0;
  text-align: center;
  margin-bottom: 0;
}

/* Input group icon styling */
.input-icon-blue {
  background-color: #01172c;
  color: #fff;
  border-radius: 0;
  min-height: 52px;
  min-width: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border: none;
}

/* Input field styling */
.author-input {
  height: 52px;
  border-radius: 0;
}

/* Register button */
.register-btn {
  background-color: #01172c;
  color: #fff;
  border-radius: 0;
  height: 52px;
  font-weight: bold;
}

/* Terms checkbox margin */
.terms-check {
  margin-bottom: 1rem;
}

.social-links a {
  font-size: 20px;
  display: inline-block;
  background: #3B99FC;
  color: #fff;
  line-height: 1;
  padding: 12px 0;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.3s;
}

.social-links a:hover {
  background: #2c75d6;
  color: #fff;
}


.login-wrapper
{
  border: solid 1px #01172c;
  width:600px;
}

.inner-login-wrapper
{
 margin: 20px;
}