
body {
	margin:0;
	padding:0;
	background:#4d4d4d;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	margin:0;
	padding:0;
	width:100%;
	position:absolute;
}

.page_background {
	background:#f1f1f1;
}

header {
	background:#ffffff;
	margin:0;
	padding:10px 0;
}

header h1 {
	margin:0;
}

.main-content { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    	overflow:auto;
    margin:0;
    padding:0;
}


.main-content li { 
    width: 100%;
    min-height: 100%;
    height:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    -webkit-background-size: cover;
	-moz-background-size: cover;
  	-o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: -10;
    animation: imageAnimation 36s linear infinite 0s; 
}

@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

.main-content li:nth-child(1){ 
    background-image: url(../img/register-page-iownproperty.jpg);
}

.main-content li:nth-child(2) { 
    background-image: url(../img/login_page-iownproperty.jpg);
    animation-delay: 6s; 
}

.main-content li:nth-child(3) { 
    background-image: url(../img/login_page-iownproperty2.jpg);
    animation-delay: 12s; 
}

.main-content li:nth-child(4) { 
    background-image: url(../img/login_page-iownproperty3.jpg);
    animation-delay: 18s; 
}

.main-content li:nth-child(5) { 
    background-image: url(../img/login_page-iownproperty4.jpg);
    animation-delay: 24s; 
}

.main-content li:nth-child(6) { 
    background-image: url(../img/login_page-iownproperty5.jpg);
    animation-delay: 30s; 
}

div.color-strip {
	min-height: 100%;
	position: relative;
	margin-left: auto;
	max-width: 450px;
	margin-right: auto;
}

.notification {
	background:#1a233e;
	color:white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.notification p {
	padding:1em 20px;
}

div.login_box {
	margin:0 auto;
	width:350px;
	padding-top:15px;
	padding-bottom:75px;
	height:100%;
}

#sign-up-page div.login_box {
	padding-top:40px;
}

.tower-logo-login {
	width:230px;
	margin:auto;
	display:block;
}

div.login_container {
	border: 1px solid #d5d5d5;
	padding:25px;
	font-weight:300;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index:10;
	position:relative;
	color:#333;
	background:#ffffff;
}

div.login_container h3 {
	font-weight:normal;
}

div.login-title-container {
	margin:0 30px;
}

a.forgotten_link {
	color:blue;
	font-weight:400;
}

a.forgotten_link:hover {
	text-decoration:underline;
	color:navy;
}

div label {
	text-align:left;
	font-weight:500;
	font-size:14px;
	display:block;
	margin:0;
}

div.align-left {
	text-align:left;
}

input#submit,
input#submit_register {
	font-size:15px;
	padding:10px;
	margin:0;
	width:100%;
	background:#61A46c;
	color:white;
	cursor:pointer;
}

#login input#submit {
	background:#61A46c;
}

.l
 {
	color:#D34E24;
	background:white;
}

input#submit:disabled,
input#submit_register:disabled {
	background:rgba(87,107,139, 0.4);
	cursor:default;
}

#login input#submit:disabled {
	background:rgba(217,113,83, 0.4);
}

.required {
	color:red;
}

.login-title {
	font-weight:400;
	font-size:28px;
	margin-top:5px;
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom:1px solid #e5e5e5;
}

input {
	width:100%;
	font-size:17px;
	padding: 8px 10px;
	margin: 2px auto 12px;
	border: 1px solid #d9d9d9;
	font-family: 'Roboto', sans-serif;
	whitespace:none;
	transition:border 0.5s;
	box-sizing:border-box;
}

input:focus {
	border:1px solid #2C4770;
	outline: none;
}

input::-webkit-input-placeholder {
   font-weight:100;
   font-style:italic;
   font-family: 'Roboto', sans-serif;
}

input:-moz-placeholder { /* Firefox 18- */
   font-weight:100;
   font-style:italic;
   font-family: 'Roboto', sans-serif;
}

input::-moz-placeholder {  /* Firefox 19+ */
   font-weight:100;
   font-style:italic;
   font-family: 'Roboto', sans-serif; 
}

input:-ms-input-placeholder {  
   font-weight:100;
   font-style:italic;
   font-family: 'Roboto', sans-serif;
}

div.email_input {
	position:relative;
}

.pop_out {
	position:absolute;
	top:0;
	left:317px;
	width:200px;
	padding-left:10px;
	margin:0;
	opacity:0;
	transition: opacity 0.5s;
	text-align:center;
	color:white;
}

.pop_out img {
	position:absolute;
	left:0;
	top:35px;
}

.pop_out .pop_out_content {
	background:#333;
	padding:20px 10px;
}

.pop_out .pop_out_content p {
	margin:5px 0;
}

.pop_out i {
	color:white;
}

.bottom_container {
	margin: auto;
    	position: relative;
    	width: 300px;
    	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
    	border-radius: 0px 0px 5px 5px;
    	background:#bebebe;
}

.bottom_container p {
	margin: 0;
    	padding: 10px 0 15px;
    	color: white;
}

.bottom_container a.login,
.bottom_container a.register {
	background: white;
    	color: #6e6e6e;
    	display: inline-block;
    	margin-bottom: 15px;
    	width: 200px;
    	padding: 10px;
    	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    	border-radius: 5px;
    	text-decoration:none;
}

a.button {
	cursor:pointer;
}

/*******************

      Footer

********************/

footer {
	  background:#4d4d4d;
      margin:0;
      width:100%;
      padding:25px 0;
      font-family:'Oxygen', sans-serif;
      text-align:center;
}

footer a {
	color:#ffffff;
	display:block;
	text-decoration:none;
	font-weight:bold;
}

footer a:hover {
	text-decoration:underline;
}

.copyright_band {
      text-align:center;
      width:100%;
}

.data-protection-info {
	font-size:13px;
}

.tower-footer-logo {
     max-width: 100px;
    margin-top: 10px;
    display: inline-block;
    position: relative;
}

@media all and (max-width:767px) {
	div.login_box {
		width:90%;
		margin:0 auto;
		padding-top:40px;
		padding-bottom:10px;
	}
	.fm-logo,
	input {
		width:95%;
		margin:2px auto 16px;
	}
	input#submit {
		-webkit-appearance:none;
		border-radius:none;
	}
	.bottom_container {
		width:85%;
	}
	.bottom_container a.login,
	.bottom_container a.register {
		width:80%;
	}
}