body {
  height: 100%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn.primary {
  color: #fdc674;
  background-color: #fff;
}
.btn.transparent {
  background: transparent;
  color: #fff;
}
.btn:hover {
  transform: scale(1.1);
  cursor: pointer;
}

.top {
  height: 697px;
  background: linear-gradient(to bottom, #fdc674, #f5c6b9);
}
.bg-woman-invest {
	background-image: url(../images/png/img_login_bottom.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
}
