html, body {
	height: 100%;
	font-family: ColgateReady;
}
h1{
    margin-bottom: 40px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.login-page {
  width: 360px;
  padding: 2% 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
 font-family: ColgateReady;
  outline: 0;
  width: 100%;
  border: 0;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
 font-family: ColgateReady;
  text-transform: uppercase;
  outline: 0;
  background: #e40613;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #b10e09;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.logo {
 margin-top: 1%;
 text-align: center;
}
#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

/* footer*/
#footer {
  height: 60px;
  background-color: #ec1d25;
}

#footerGreen {
  height: 60px;
  background-color: #81b841;
}

.footer-padding {
	padding: 20px 0
}
.footer ul li {
	display: inline-block
}
.footer ul li a {
	border-right: 1px solid #ffffff;
	font-size: 12px;
	line-height: 1;
	padding: 0 10px;
	text-transform: uppercase;
	color: #fff
}
.footer ul li:first-child a {
	padding-left: 0
}
.footer ul li:last-child a {
	border: 0 none
}
.footer p.author {
	line-height: 25px;
	margin-bottom: 0;
	text-align: center;
}
.footer p.author a {
	color: #ec1d25
}
.footer p.author a:hover {
	text-decoration: underline
}
.payment-image {
	margin: 13px 0
}
/* footer*/
.container {
  width: auto;
  max-width: 1200px;
  padding: 0 15px;
}

.container .credit {
margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    color: #ffffff !important;
    font-size: 80%;
}

.container .credit a {
  color:#ffffff !important;
}

.container .credit a:hover {
  color:#5b5b5b !important;
}
