/**
 * Pages Signin (Type 1), Signup
 */
/* Sign In, Forgot Password, Register Pages */
.standalone-page {
  /* margin: 100px auto 20px; */
  /* max-width: 380px; */
  /* position: absolute; */
  /* right: 100px; */
  /* top: 140px; */
  background: #ffffff;
  margin: 68px 0 0 0;
  /* background: -webkit-gradient(linear,left top,right bottom,from(#eff0f3),to(#e5e6eb)); */
  /* background: -webkit-linear-gradient(top left,#eff0f3,#e5e6eb); */
  /* background: linear-gradient(to bottom right,#eff0f3,#e5e6eb); */
  /* -webkit-box-shadow: 3px 3px 6px #bfc3cf, -3px -3px 6px #fff; */
  /* box-shadow: 3px 3px 6px #8f9091, -3px -3px 6px #787878; */
  border-radius: 10px;
  border: 2px solid #bbbdbd;
}
.standalone-page.registration-page {
  margin: 46px auto 20px;
}
.standalone-page .standalone-page-logo {
  text-align: center;
  padding: 6px;
}
.standalone-page .standalone-page-top-border {
  margin: 5px 0 0;
}
.standalone-page .standalone-page-block {
  background: #ffffff;
  padding: 20px;
  margin: 0;
  -moz-border-radius: 0 0 5px 5px !important;
  -webkit-border-radius: 0 0 5px 5px !important;
  border-radius: 0 0 5px 5px !important;
  -webkit-box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.2) !important;
}
.standalone-page .standalone-page-block .heading {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}
.standalone-page .standalone-page-block .heading .icon {
  float: left;
  line-height: 1.3;
  font-size: 27px;
}
.standalone-page .standalone-page-block .heading .main-text {
  display: block;
  margin-left: 41px;
}
.standalone-page.standalone-page-block .login-form .form-group {
  margin-bottom: 10px;
}
.standalone-page .standalone-page-block .login-form .form-group:last-child {
  margin-bottom: 0;
}
.standalone-page .standalone-page-block .login-form.form-horizontal .form-group .checkbox {
  padding-top: 0;
}
.standalone-page .standalone-page-block .change-section {
  margin-top: 20px;
  padding-top: 5px;
  border-top: 1px solid #cccccc;
  text-align: center;
  color: black;
  font-size: 16px;
  font-weight: 500;
  font-family: monospace;
}
.standalone-page .standalone-page-block .change-section .heading {
  margin: 5px 0;
}
label {
    color: #1d1d1d;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
}

.dff{width: 300px;
    margin: 165px auto 0;}