@CHARSET "ISO-8859-1";
/* sign in FORM */
.div{
	font-size: 30px;
}
#logreg-forms{
    width:412px;
    margin:3vh auto;
    background-color:#background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#logreg-forms form {
    width: 100%;
    max-width: 410px;
    padding: 15px;
    margin: auto;
}
#logreg-forms .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
#logreg-forms .form-control:focus { z-index: 2; }
#logreg-forms .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#logreg-forms .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .social-login{
    width:390px;
    margin:0 auto;
    margin-bottom: 14px;
}
#logreg-forms .social-btn{
    font-weight: 100;
    color:white;
    width:190px;
    font-size: 0.9rem;
}

#logreg-forms a{
    display: block;
    padding-top:10px;
    color:lightseagreen;
}

#logreg-form .lines{
    width:200px;
    border:1px solid red;
}


#logreg-forms button[type="submit"]{ margin-top:10px; }

#logreg-forms .form-reset, #logreg-forms .form-signup{ display: none; }

#logreg-forms .form-signup .social-btn{ width:210px; }

#logreg-forms .form-signup input { margin-bottom: 5px;}

.form-signup .social-login{
    width:210px !important;
    margin: 0 auto;
}

/* Mobile */

@media screen and (max-width:500px){
    #logreg-forms{
        width:300px;
    }
    
    #logreg-forms  .social-login{
        width:200px;
        margin:0 auto;
        margin-bottom: 10px;
    }
    #logreg-forms  .social-btn{
        font-size: 1.3rem;
        font-weight: 100;
        color:white;
        width:200px;
        height: 56px;
        
    }
    #logreg-forms .social-btn:nth-child(1){
        margin-bottom: 5px;
    }
    #logreg-forms .social-btn span{
        display: none;
    }

	input[type=text], select {
	    width: 100%;
	    padding: 2px 5px;
	    margin: 3px 0;
	    display: inline-block;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    box-sizing: border-box;
	}  
	input[type=number], select {
	    width: 5px;
	    padding: 2px 5px;
	    margin: 3px 0;
	    display: inline-block;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    box-sizing: border-box;
	}  

}
 .nav-link {
          color: #ffffff;
          font-size: 12px;
          font: arial;
          margin-bottom: 0px;
      }

/*.nav-item>a:hover {
          background-color:#206bbb;
          color: #004000;
          font-size: 12px; 
    	  margin-bottom: 0px;
          
      }
.btn-outline-light{
	color: #206bbb;
	border-color: #206bbb;
}*/
/*------Cliente-Moradas---------------*/


/*.buttonClass {
  font-size:15px;
  font-family:Arial;
  width:140px;
  height:50px;
  border-width:1px;
  color:rgba(229, 48, 48, 1);
  border-color:#18ab29;
  font-weight:bold;
  border-top-left-radius:28px;
  border-top-right-radius:28px;
  border-bottom-left-radius:28px;
  border-bottom-right-radius:28px;
  text-shadow: 1px 1px 0px #2f6627;
  background:#44c767;
}

.buttonClass:hover {
  background: #5cbf2a
}*/

.btn-outline-light:hover{
	background-color:#28a745;
    color: white;
    font-size: inherit; 
    margin-bottom: 0px;
}


.btn-outline-light{
	color: white;
	border-color: #11D71B;
	background-color: #11D71B;
}


.navbar-brand img{
		width: auto; 
		height: 60px;
		padding: 0px;
	}


@media only screen and (max-width: 360px){
	.container-fluid {
    	font-size: 0.70rem;
    	font-weight: 600;
	}	
	.container-fluid div{
		float: center ;
		
		margin-left: auto;
		margin-right: auto;
	}
	.navbar-brand img{

		height: 45px;
	}
}

@media only screen and (max-width: 500px){
.table-group{
	padding-left:0;
	padding-right:0;
}
	}

/*.img-thumbnail {
       display: inline-block;
   
       padding: 0;
       margin: 0;
       vertical-align: top;
       vertical-align: top;
       width: 100%;
	   
}*/

.float-container {
    border: 0px solid #FFFFFF;
    padding: 1px;
}

.float-child {
    width: 50%;
    float: left;
    padding: 1px;
    border: 0px solid #FFFFFF;
}  

