body {
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center top;
 
}
.stext {
    font-size: 15px;
}
.form-signin {
background-color: #fff;
  height: auto;
  padding: 20px;
  width: 385px;
  position: absolute;
  border-radius: 12px;
  box-shadow: 0px 3px 55px #333;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 50%;

}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  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;
}
.sigup-ac {
    margin: 10px 0 0 0px;
}
.sigup-ac span {
    display: block;
    margin-bottom: 5px;
}
.link1 {
    color: #666;
    text-decoration: underline;
}
:hover.link1 {
    color: #000;
}
.sh {
    line-height: 40px;
}
#footer {
    width: 100%;
    position: absolute;
    bottom: 20px;
    color: #fff;
}
.text-rc {
    text-align: right;
}
@media screen and (max-width:750px) {
body {
    background-image: url(images/signupbg.jpg);
    background-repeat: no-repeat;
    background-position: right -700px top;
   
} 
.text-rc {
    text-align: center;
}    
#footer {
    width: 100%;
    position: relative;
    bottom: 0px;
    color: #fff;
}    
}