/*body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}
*/
.wrap-login {
  width: 540px;
  background: #f6f7fc;
  border-radius: 10px;
  overflow: hidden;
}
.form-signin {
  max-width: 500px;
  padding: 15px;
  margin: 0 auto;
}
.signup {
  margin: 10px 0;
  overflow: hidden;
}
span.not-available  {
  color: #d9534f;
}
span.available  {
  color: #5cb85c;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 20px;
  text-align: center;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input#username {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.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 .input-group-text {
    margin-bottom: 10px;
    margin-top: 10px;
}
#profileimage {
    cursor: pointer;
  
     width: 100px;
    height: 100px;
  border:2px solid #03b1ce ;}
  .tital{ font-size:16px; font-weight:500;}
   .bot-border{ border-bottom:1px #f8f8f8 solid;  margin:5px 0  5px 0} 

.col-centered{
    float: none;
    margin: 0 auto;
}
a.text-forgot, a.text-login {
    font-size: 16px;
    display: block;
    padding-top: 5px;
    text-align: center;
}
/* FOOTER */
footer.page-footer .footer-copyright {
    overflow: hidden;
    color: rgba(255,255,255,0.6);
    background-color: #1784bd;
}
.text-center {
    text-align: center !important;
}
.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}
.pt-3, .py-3 {
    padding-top: 1rem !important;
}
footer.page-footer {
    bottom: 0;
    color: #fff;
}
.blue {
    background-color: #2196f3 !important;
}
footer.page-footer a {
    color: #fff;
}
@media (min-width: 920px) {
.container {
  width: 100%;
  /*min-height: 100vh;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
}
