body.login{
	background-image: url("../templates/login_files/login_image.jpg");
	margin: 0;
	background-position: center;
    background-size: initial;
    background-position-y: inherit;
    background-position-x: initial;
}

	body.login .bgvid {
		position: absolute;
		right: 0; 
		bottom: 0;
		min-width: 100%; 
		min-height: 100%;
		width: auto; 
		height: auto;
	}

	body.login .main{
		text-align: center;
		padding: 50px 20px;
		padding-top: 10px;
	}

	body.login .main .brandimg{
		position: absolute;
	    left: 0;
	    width: 25%;
	    height: 20%;
	    right: 0;
	    margin-left: auto;
	    margin-right: auto;
	    min-width: 200px;
	    top: 0;
	    margin-top: 30px;
	}
	
	body.login .main h1{
		font-family: "Roboto Condensed", sans-serif;
		font-size: 45px;
	    color: #777;
		text-transform: uppercase;
		font-weight: bold;
		margin: 40px 0 0 0;
		padding: 0 0 50px 0;
		height: auto;
	}
	
	body.login .main h2.title{
		position: relative;
		border: 1px solid #f8f8f8;
		font-size: 15px;
		color: #fff;
		padding: 15px;
		color: #aaa;
		text-transform: uppercase;
		margin-bottom: 25px;
		text-align: left;
		margin-top: 25px;
		font-weight: normal;
	}
	
		body.login .main h2.title .step{
			display: inline-block;
			background-color: #81b841;
			width: 40px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			color: #fff;
			margin-right: 25px;
			border-radius: 50%;
		}
		
		body.login .main h2.title a{
			position: absolute;
			top: 28px;
			right: 15px;
			font-weight: normal;
			font-size: 12px;
		}
		
	body.login .main .col-md-12{
		text-align: left;
	}
	
		body.login .main .col-md-12 .image-list{
			margin: 0;
		}
	
	body.login .main p{
		font-family: "Roboto", sans-serif;
		font-size: 16px;
		text-align: center;
		margin-bottom: 35px;
		color: #aaa;
		
	}
	
	body.login .advanced{
		display: none;
	}
	
	body.login .future h2{
		background-color: #f0f0f0;
	}
	
	body.login .future .container-fluid{
		display: block;
	}
	
		body.login .future h2.title .step{
			background-color: #aaa !important;
		}
	
	body.login fieldset{
		max-width: 900px;
		text-align: center;
		border-bottom: none;
		margin: 0 auto;
		padding: 0;
	}
	
	body.login fieldset.login, 
	body.login fieldset.forgot, 
	body.login fieldset.reset{
		max-width: 400px;

		background-color: rgba(0, 0, 0, 0.4);
    	border-radius: 2%;
    	padding: 30px 30px 30px 30px;
	}
	
		body.login .main fieldset p{
			text-align: left;
		}
		
		body.login .main fieldset label{
			color: #808080;
			font-size: 14px;
		}
	
	body.login .form-group{
		position: relative;
		margin: 0 0 50px 0;
	}
	
	body.login .divider{
		padding-bottom: 10px;
		margin-bottom: 30px;
		border-bottom: 1px solid #ddd;
	}
	
		body.login .spacer{
			padding-bottom: 40px;
		}
	
		body.login .actions{
			position: relative;
			display: block;
			text-align: right;
			margin: 0;
			padding: 0;
		}
	
		body.login p.alternate{
			margin-top: 35px;
			text-transform: uppercase;
			font-size: 14px;
			text-align: center !important;
    		margin-bottom: 0px;
		}
		
		body.login .forgot-link{
			font-size: 15px;
			float: right;
			font-weight: bold;
		}
	
	body.login .main fieldset label{
		font-size: 19px !important;
		color: #fff;
		width: 100%;
		text-align: left;
		font-size: 15px;
	}
	
	body.login .actions{
		background: none;
		margin-top: 25px;	
	    display: block;
	    width: 100%;
	}
	
		body.login .actions button i{
			display: inline-block;
			margin-left: 5px;
			margin-right: -10px;
			margin-top: -2px;
			font-size: 13px;
			background-color: #fff;
			width: 20px;
			height: 20px;
			line-height: 20px;
			text-align: center;
			border-radius: 50%;	
			color: #3299bb;
		}
	
	body.login small{
		text-transform: uppercase;
		margin-top: 50px;
		padding-bottom: 50px;
	    color: #aaa;
	    display: block;
	    text-align: center;
	}
	
	body.login .demo b{
		display: inline-block;
		color: #fff;
	}
	
	body.login .footer{
		margin: 100px auto;
		text-align: center;
	}
	
	body.login p.site-name{
		margin-top: 5px;
		font-size: 14px;
		color: #bbb;
		margin-bottom: 0;
		padding-bottom: 0;
		height: 25px;
		line-height: 25px;
		display: none;
	}
	
		body.login p.site-name span{
			font-weight: bold;
			display: inline-block;
			padding: 0;
			margin: 0 0 0 2px;
			color: #3299bb;
		}
	
	/* test styles */
	body.login table.test{
	    width: 500px;
	    margin: 25px auto 50px auto;
	    text-align: left;
	}
	
	    body.login table.test tr{
	        border-bottom: 1px solid #ddd;
	    }
	    
	    body.login table.test tr:last-child{
	        border-bottom: none;
	    }
	    
	    body.login table.test td{
	        padding: 15px;
	    }
	
	    body.login table.test td.test{
	        width: 80%;
	        font-size: 15px;
	        text-transform: uppercase;
	    }
	
	    body.login table.test td.result{
	        width: 20%;
	        text-align: right;
	    }
	
	    body.login table.test i{
	        font-size: 30px;
	    }
	
	/* brand */
	body.login .brand img{
		max-height: 50px;
	}

	body.login .terms{
		display: inline-block;
		margin-right: 10px;
	}

	body.login .terms i{
		color: #ccc;
		margin-right: 5px;
	}

	.act{
		display: block;
	    margin-top: 25px;
	    width: 100%;
	    padding: 0;
	    position: relative;
	    text-align: right;
	    bottom: 0;
    	left: 0;
    	z-index: 900;
	}

	.p-button{
	    display: inline-block;
	    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	    border: 3px solid #3299bb;
	    font-family: "Ubuntu", sans-serif;
	    font-weight: normal;
	    color: #fff;
	    font-size: 15px;
	    margin: 0;
	    padding: 0 20px;
	    cursor: pointer; 
	    padding: 8px 20px;
	    font-weight: bold;
	    outline: none;
	}

	.p-button[disabled=disabled]{
		border: 1px solid #3299bb;
		color: #fff;
	}

    .p-button:hover{
        background-color: #1d7b9a;
        border-color: #1d7b9a;
    }

    /* info images */
	.visit {
		padding: 0 0 0px 0;
		color: #fff;
		margin-bottom: 0px;
	}
	.visit img {
		height: 150px;
		margin: 50px auto 25px auto;
		display: block;
	}
	.visit a{
		color: #fff;
		font-size: 100%;
	}
	.visit a:hover{
		color: #3299bb;
		font-size: 100%;
	}

    /* ------------------------- footer LOGIN ------------------------- */

    .footer-distributed{
		background-color: black;
	    bottom: 0;
	    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	    box-sizing: border-box;
	    font: 16px sans-serif;
	    left: 0;
	    opacity: 0.7;
	    padding: 20px 50px;
	    position: fixed;
	    text-align: left;
	    width: 100%;
	    min-height: 80px;
	    margin-top: -80px;
	}

	.footer-distributed .footer-left p{
		color: #fff;
	    font-family: "Roboto",sans-serif;
	    font-size: 14px;
	    margin: 0;
	}

	.footer-left{
		margin-top: 10px;
	}

	/* Footer links */
	.footer-links a{
		display:inline-block;
		line-height: 1.8;
		text-decoration: none;
		color:  inherit;
	}

	.footer-distributed .footer-right{
		float: right;
		margin-top: 0px;
		max-width: 180px;
	}

	.footer-distributed .footer-right a{
		background-color: #33383b;
	    border-radius: 50px;
	    color: #fff;
	    display: inline-block;
	    font-size: 20px;
	    height: 35px;
	    line-height: 35px;
	    margin-left: 5px;
	    text-align: center;
	    width: 35px;
	}

	.footer-right a i.fa{
		background-color: #33383b !important;
	}

	.footer-right a i.fa-desktop:hover{
		color: #ADFF2F;
	}

	/* media queries */

	@media (max-width: 600px) {
		#image-visit{
			height: 100px;
		}

		#footer-media{
		    background-color: black;
		    bottom: 0;
		    left: 0;
		    padding: 20px 50px;
		    position: relative;
		    text-align: left;
		    width: 100%;
		    min-height: 80px;
		    margin-top: 0px;
		}

		.footer-distributed .footer-left,
		.footer-distributed .footer-right{
			text-align: center;
		}

		.footer-distributed .footer-right{
			float: none;
			margin: 0 auto 20px;
		}

		.footer-distributed .footer-left p.footer-links{
			line-height: 1.8;
		}
	}

	/* ------------------------- footer CREATE ------------------------- */

    .ft-dist{
		background-color: black;
	    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	    box-sizing: border-box;
	    font: 16px sans-serif;
	    padding: 28px 50px;
	    position: relative;
	    text-align: left;
	    width: 100%;
	}

	.ft-dist .ft-left p{
		color: #fff;
	    font-family: "Roboto",sans-serif;
	    font-size: 14px;
	    margin: 0;
	}

	.ft-left{
		margin-top: 10px;
	}

	/* Footer links */
	.ft-links a{
		display:inline-block;
		line-height: 1.8;
		text-decoration: none;
		color:  inherit;
	}

	.ft-dist .ft-right{
		float: right;
		margin-top: 0px;
		max-width: 180px;
	}

	.ft-dist .ft-right a{
		background-color: #33383b;
	    border-radius: 50px;
	    color: #fff;
	    display: inline-block;
	    font-size: 20px;
	    height: 35px;
	    line-height: 35px;
	    margin-left: 5px;
	    text-align: center;
	    width: 35px;
	}

	.ft-right a i.fa{
		background-color: #33383b !important;
	}

	.ft-right a i.fa-desktop:hover{
		color: #ADFF2F;
	}

	/* If you don't want the ft to be responsive, remove these media queries */

	@media (max-width: 600px) {
		.ft-dist .ft-left,
		.ft-dist .ft-right{
			text-align: center;
		}

		.ft-dist .ft-right{
			float: none;
			margin: 0 auto 20px;
		}

		.ft-dist .ft-left p.ft-links{
			line-height: 1.8;
		}
	}