html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

body {
  background:#ebebeb;
  color: #666666;
  border-top:5px solid #e63246;
  font-family: 'RobotoDraft', 'Roboto', sans-serif;
  font-size: 14px;
  padding-top:50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a{
	color:#e63246 !important;
}
form div {
	position:relative;
}
/* Form Module */
.form-module {
  position: relative;
  background: #ffffff;
  max-width: 450px;
  width: 100%;
  margin-top:50px;
  border-top: 5px solid #e63246;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);

}
.form-module .form {
  display: none;
  padding: 40px;
}
.form-module .form img{
	margin-bottom:40px;
}
.form-module .form:nth-child(2) {
  display: block;
}
.form-module h2 {
  margin: 0 0 20px;
  color: #e63246;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.form-module input[type=text] {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module input[type=password] {
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  margin: 0 0 20px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-wieght: 400;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module input[type="checkbox"] {
    margin-top:0px;
}
.form-control-feedback {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.form-module input:focus {
  border: 1px solid #e63246;
  color: #333333;
}
.form-module button {
  cursor: pointer;
  background: #e63246;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.form-module button:hover {
  background: #d40018;
}
.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
}
.form-module .cta a {
  color: #333333;
  text-decoration: none;
}
.footer{
	position: fixed;
  	background: #ebebeb;
  	width: 100%;
  	border-top: 2px solid #e63246;
  	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  	text-align:center;
	padding:10px 0px;
	bottom:0px;
	
}
