html,
body {
  height: 100%;
}
#title {
  position: relative;
  background-color: #DD575C;
  width: 100%;
  padding: 20px 0px;
  border-top-left-radius: 0.22em;
  border-top-right-radius: 0.22em;
  font-size: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url('../Images/jpg/signin.jpg');
  background-size: auto 100%;
  /* background-size: cover; */
  background-attachment: fixed;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  box-shadow: 0px 0px 2px 4px #01494c;
  border-radius: 28px;
  text-align: center;
  background: white;
}
.form-signin .logo-name{
  position: absolute;
  color:palevioletred;
  font-size: 4em;
  top: 225px;
  left: 33%;
  font-family: "Sofia";
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin .fa{
  margin-top:30%;
  margin-left:18px;
  font-size:1.7em;
  color:#007bff;
}
.signin-header{
  text-align:center;
  padding:5px 0px 5px 0px;
  margin:30px 0px 30px 0px;
  border-radius:40px;
}
.captchaImgContainer img{
  /*   padding:10px; */
  margin-bottom:10px;
  border:1px solid black;
}