/*
/* Created by Filipe Pina
 * Specific styles of signin, register, component
 */
/*
 * General styles
 */

body, html{
     height: 100%;
 	background-repeat: no-repeat;
 	background-color: #d3d3d3;
 	font-family: 'Oxygen', sans-serif;
}

.main{
 	margin-top: 70px;
}

h1.title { 
	font-size: 50px;
	font-family: 'Passion One', cursive; 
	font-weight: 400; 
}

hr{
	width: 100%;
	color: #fff;
}

.form-group{
	margin-bottom: 4px;
}

label{
	margin-bottom: 2px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
 	background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.rightbar {	
	max-height:350px;
}
.btn {
	cursor:pointer;
}
.panel-title h1 {
	font-size:32px;
}
.leftalign {
	float:left;
}
.panel-body {
	background:#fff;
	padding:15px;
	margin-top: 10px;
	}
.main-center{
 	margin-top: 30px;
 	margin: 0 auto;
 	max-width: 800px;
    padding: 40px 40px;
	
}

.login-button{
	margin-top: 5px;
}

.login-register{
	font-size: 11px;
	text-align: center;
}

.image-preview-inputx,
.image-preview-input-dob,
.image-preview-input-res,
.image-preview-input-family,
.image-preview-input-ph,
.image-preview-input {
    position: relative;
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-inputx input[type=file],
.image-preview-input-dob input[type=file],
.image-preview-input-res input[type=file],
.image-preview-input-family input[type=file],
.image-preview-input-ph input[type=file],
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-titlex,
.image-preview-input-title-res,
.image-preview-input-title-ph,
.image-preview-input-title-family,
.image-preview-input-title {
    margin-left:2px;
}

.btn-file {
    position: relative;
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc; 
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

#img-upload{
    width: 100%;
}
.newapp {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
	margin-left:80px;
}

.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
}

.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
  }
  
.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
  }