body {
  background-color:#edecec;
}
body:before {
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #FF8F59;
  content: "";
  z-index: 0;
}
.form-signin {
  position: absolute;
  width:480px;
  max-width: 500px;
  max-height:500px;
  padding: 15px;
  margin: 0px auto;
  top:50%;
  left:50%;
  margin-left:-240px;
  margin-top:-110px;
  background-color:#fff;
  z-index: 20;
}
.form-signin .form-signin-heading{
  margin-bottom: 10px;
}
.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[type="username"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-my{ width: 55px; height: 55px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  margin-top: -20px;
  right: -30px;
  position: absolute !important;
  background:#ff0000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.btn-my:hover { background:#00bcd4; color:#e75616; }
.label-my{
	margin-top: 17px;
	margin-bottom: 10px;
}
.arrow-font{
	padding-top:5px;
	font-size:25px;
	color:#fff;
}
h2.lean {
  --font-size:13px;
  --color: #7E7E7E;
  text-align: center;
  letter-spacing: -0.05em;
  line-height: 20px;
  margin-bottom: 10px;
}
h2.lean:before {
  background: rgb(126,126,126);
  background: -moz-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(right,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  left: 0px;
}
h2.lean:after {
  background: rgb(126,126,126);
  background: -moz-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(left,rgba(126,126,126,1) 0%,rgba(255,255,255,1) 100%);
  right: 0px;
}
h2.lean:before, h2.lean:after {
  content: "";
  height: 1px;
  position: absolute;
  top: 103px;
  width: 25%;
}
