@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,100,600);
body {
  background: #2f4051;
}
.g-recaptcha {
  transform: scale(1); /* Adjust scaling as needed */
  transform-origin: center; /* Center align the widget */
  display: block;
	padding-left: 40px;
  margin: 10px auto; /* Center within the form */

}

.login-box {
  background: #FFFFFF;
	height: 90%;
  min-height: 300px;
	max-height: 600px;
  width: 90%; /* Use percentages for responsiveness */
  max-width: 500px; /* Restrict maximum width */
  margin: 0px auto;
  margin-top: 200px;
  padding: 20px; /* Add some padding */
  box-sizing: border-box; /* Include padding in dimensions */
}

.form-control {
	font-size:16px;
}

.btn {
	font-size:20px;
}


.login-box h1 {
  color: #2f4051;
  font-size: 25px;
  padding-top: 10px;
  font-family: 'Raleway', Helvetica, Arial;
  font-weight: 600;
  text-align: center;
  padding-top: 20px;
}
.login-box hr {
  border-width: 1px;
  border-color: #0b1d30;
  opacity: 0.3;
}
.login-box h5 {
  text-align: center;
  font-family: 'Raleway';
  font-weight: 600;
  color: #2f4051;
  font-size: 13px;
}
.login-box h5 strong {
  color: #dd636d;
}
.login-box .input-box {
  margin-top: 20px;
}
.login-box .input-box .input-group-addon {
  background: #2f4051;
  border: 0px;
  color: #FFFFFF;
  border-radius: 0px;
}
.login-box .input-box input {
  background: #4f5c6c;
  border-radius: 0px;
  border: none;
  color: #FFFFFF !important;
}
.login-box .input-box .form-control:-moz-placeholder {
  color: #FFFFFF;
}
.login-box .input-box .form-control::-moz-placeholder {
  color: #FFFFFF;
}
.login-box .input-box .form-control:-ms-input-placeholder {
  color: #FFFFFF;
}
.login-box .input-box .form-control::-webkit-input-placeholder {
  color: #FFFFFF;
}
.login-box .input-box .form-control:focus {
  box-shadow: none;
}
.login-box .input-box .btn-submit {
  background: #dd636d;
  color: #FFFFFF;
  border-radius: 0px;
  outline: none !important;
}
@media (max-width: 400px) {
  .login-box {
    width: 260px;
  }
}
