/*
/* 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;
	background: -webkit-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -webkit-linear-gradient(108deg, #0a4867, #2196F3 90%);
    background: -moz-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -moz-linear-gradient(108deg, #0a4867, #2196F3 90%);
    background: -o-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -o-linear-gradient(108deg, #0a4867, #2196F3 90%);
    background: -ms-radial-gradient(closest-corner, rgba(16, 47, 70, 0) 60%, rgba(16, 47, 70, 0.26)), -ms-linear-gradient(108deg, #0a4867, #2196F3 90%);
    background-attachment: fixed;	
}

.main{
 	margin-top: 70px;
}

h1.title { 
	font-size: 50px;
	font-family: 'Passion One', cursive; 
	font-weight: 400; 
}
.title-upper h1 {
	font-size:3em;
	text-align:center;
	color:#fff;
	font-weight:100;
	font-family:'Open Sans', sans-serif;
	margin-top:37px;
}

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

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

label{
	margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 14px;
    padding: 5px 12px;
	font-weight:bold;
}

.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);

}

.main-center{
 	margin-top: 30px;
 	margin: 0 auto;
 	max-width: 330px;
    padding: 40px 40px;

}

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

.login-register{
	font-size: 11px;
	text-align: center;
}
.header{
	background-color: #333;
	color:#fff;
	padding: 2%;
	text-align: center;
}

.content{
}

header{
	background-color:#236692;
	padding:20px 0;
}
p.strong {
	color:#000;
	font-weight:600;
	font-size:23px;
	margin-bottom:30px;
	text-align:center;
	padding:10px;
	background:#ebebeb;
	border-bottom:5px solid #ccc;
}
.navbar-default {
	 /*#f7f7f7+0,f7f7f7+50,ececec+51,ececec+100 */
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top, #f7f7f7 0%, #f7f7f7 50%, #ececec 51%, #ececec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f7f7f7 0%,#f7f7f7 50%,#ececec 51%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f7f7f7 0%,#f7f7f7 50%,#ececec 51%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
border-top:1px solid #ccc;

}
.navbar-default .title-nav {
	color:#000;
	font-weight:600;
}
.navbar-default ul.nav li a {
	font-size:16px;
	font-weight:600;
	color:#535353;
}
.navbar-default ul.nav li a:hover {
	color:#236692;
}
/*----------- LOGIN FORM ---------*/
.agileits {
    padding: 5em 0 0;
}
.w3-agileits-info {
    width: 26%;
    margin: 4em auto;
}
.w3-agileits-info-main {
    width: 40%;
    margin: 2em auto;
	padding:30px;
	background:#fff;
}
.input-group-addon { 
    color: #00BCD4; 
}
.form-header {
	text-align: center;
	color: white; 
}
.form-header .fa {
    font-size: 48px;
    margin-bottom: 5px;
}
.form-header h1 {
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 0.3em;
    font-size: 24px; 
}
.form-header h2 {
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 0.3em;
    font-size: 20px; 
}
.has-feedback .form-control-feedback {
	top: 4px;
	width: 40px;
	font-size: 18px;
	color: #6fd653;
	opacity: 0; 
}
.form-group {
    margin-bottom: 1.5em;
}
p.w3agileits {
    font-size: 1.5em;
    color: #00bcd4;
    margin-bottom: 1em;
}
form {  
	background-color: #f6f6f6;
	padding: 2.5em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px; 
	text-align: center;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(6, 6, 6, 0.59);
	-moz-box-shadow: 10px 10px 5px 0px rgba(6, 6, 6, 0.59);
	-o-box-shadow: 10px 10px 5px 0px rgba(6, 6, 6, 0.59);
	-ms-box-shadow: 10px 10px 5px 0px rgba(6, 6, 6, 0.59);
	box-shadow: 10px 10px 5px 0px rgba(6, 6, 6, 0.59);	
} 
form .form-group .input-group-addon {
	height: 44px;
	width: 44px;
	padding-top: 15px;
	position: absolute;
	left: 0;
	top: 0;
	border: 0;
	background-color: transparent; }
form .form-group .input-group-addon .glyphicon {
    font-size: 15px; 
}
form .form-group .form-control {
    height: 44px;
    padding: 12px 15px;
    background-color: white;
    font-weight: 500;
    border-color: #00bcd4;
}
form .form-group.has-error label {
	color: #d9534f; 
}
form .form-group.has-error label.error {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 13px; 
}
form .form-group.has-error input, form .form-group.has-error textarea {
	border-color: #d9534f; }
form .form-group.has-error input:focus, form .form-group.has-error textarea:focus {
	border-color: #d9534f;
	-webkit-box-shadow: 0 0 6px #d9534f; 
	-moz-box-shadow: 0 0 6px #d9534f; 
	-o-box-shadow: 0 0 6px #d9534f;
	-ms-box-shadow: 0 0 6px #d9534f; 	
	box-shadow: 0 0 6px #d9534f; 
}
form .form-group.has-error .input-group-addon {
	color: #d9534f; }
form .form-group.has-success label {
	color: #6fd653; 
}
form .form-group.has-success input, form .form-group.has-success textarea {
	border-color: #6fd653; }
form .form-group.has-success input:focus, form .form-group.has-success textarea:focus {
	border-color: #6fd653;
	-webkit-box-shadow: 0 0 6px #6fd653;
	-moz-box-shadow: 0 0 6px #6fd653;
	-o-box-shadow: 0 0 6px #6fd653;
	-ms-box-shadow: 0 0 6px #6fd653;
	box-shadow: 0 0 6px #6fd653; 
}
form .form-group.has-success .input-group-addon {
	color: #6fd653; 
}
form .form-group.has-success .form-control-feedback {
	opacity: 1; 
} 
form .submit input[type="submit"] {
    display: block;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.4em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    border: 0;
    padding: 0.8em 0;
    background-color: #00bcd4;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    outline: none;
}
form .submit input[type="submit"]:hover {
    background-color: #6fd653;
}
form .submit input[type="submit"].disabled {
	background-color: #999999; 
}
form.animate-form .has-feedback .form-control-feedback {
	opacity: 1;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.25s cubic-bezier(0.035, 1.22, 0.645, 1.385);
	-moz-transition: all 0.25s cubic-bezier(0.035, 1.22, 0.645, 1.385);
	-o-transition: all 0.25s cubic-bezier(0.035, 1.22, 0.645, 1.385); 
	-ms-transition: all 0.25s cubic-bezier(0.035, 1.22, 0.645, 1.385); 
	transition: all 0.25s cubic-bezier(0.035, 1.22, 0.645, 1.385); 
}
form.animate-form .form-group.has-success .form-control-feedback {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1); 
}
.form-group.text-frm {
	margin-top:20px;
	margin-bottom:0;
	border-top:1px solid #333;
	padding-top:10px;
}
form .form-group {
	text-align:left;
}
form.noshadow {
	background-color:transparent;
	box-shadow:none;
}
.passlink {
	margin-top:30px;
}
/*------------ END LOGIN FORM -----------*/
.w3-agileits-info {
    width: 32%;
    margin: 4em auto 4em;
}
span.user-entry {
	font-size:18px;
	font-weight:600;
}

footer{
	background-color: #1c1c1c;
	color:#fff;
	padding: 10px 0;
	text-align: center;
    width: 100%;
    line-height: 60px;
	margin-top:170px;
}
footer img {
	display:inline-block;
	margin:-13px 0 0 15px;
}
input[type="checkbox"], input[type="radio"] {
	margin:4px 10px 10px;
}
label {
	display:inline;
	font-weight:300;
}
.eb-only {
	margin-top:20px;
}
/*-- payments banks --*/
.su-table table {
	width: 100% !important;
	margin: 0 0 1.5em 0 !important;
	border-collapse: collapse !important;
	font-size: 1em !important;
	border: 1px solid #ccc !important;
}

.su-table th {
	text-align: center !important;
	padding: 1em !important;
	font-size: 1em !important;
	font-weight: normal !important;
	color: #333 !important;
	border: 1px solid #ccc !important;
	background: #f0f0f0 !important;
}

.su-table td {
	padding: 0.5em 1em !important;
	border: 1px solid #ccc !important;
	background: #fff !important;
}

.su-table .su-even td { background: #f7f7f7 !important }
img.logo-bank {
	display:block;
	max-width:100%;
	height:auto;
}

#form1 .form-group {
	padding:0 25px 0 0;
	position:relative;
}
.help {
	position:absolute;
	top:50%;
	right:0;
}
 .tooltip-d {
  width:220px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 100%;
  margin-left: -20px;
  background:#000;
  border-radius:5px;
  padding:7px;
  color:#fff;
  visibility:hidden
}
.help:hover .tooltip-d {
	visibility:visible;
	
}
/*-- responsive-design --*/
@media(max-width:1440px){
.w3-agileits-info {
    width: 29%; 
}
}
@media(max-width:1366px){
.w3-agileits-info {
    width: 31%;
}
.agileits {
    padding: 3em 0 0;
}
} 
@media(max-width:1080px){
.w3-agileits-info {
    width: 37%;
}
}
@media(max-width:1024px){

}
@media(max-width:991px){

.w3-agileits-info {
    width: 41%;
}
}
@media(max-width:800px){
.w3-agileits-info {
    width: 46%;
	margin: 3em auto;
}
}  
@media(max-width:667px){
.w3-agileits-info {
    width: 56%; 
}
}
@media(max-width:667px){
.w3-agileits-info {
    width: 61%;
}
}
@media(max-width:568px){
form .form-group.submit input[type="submit"] { 
    padding: 1.2em 0; 
}
.w3-agileits-info {
    width: 64%;
}
}
@media(max-width:480px){

.w3-agileits-info {
    width: 71%;
}
}
@media(max-width:414px){
form { 
    padding: 2em; 
}
form .form-group.submit {
    margin: 1.5em -1.5em 0;
}
form .form-group.submit input[type="submit"] {
    padding: 1em 0;
}
.w3-agileits-info {
    width: 76%;
}
} 
@media(max-width:320px){
.w3-agileits-info {
    width: 86%;
    margin: 1.5em auto;
} 
form .form-group.submit input[type="submit"] { 
    font-size: 16px; 
}
form {
    padding: 1.5em;
}
.form-group {
    margin-bottom: 1em;
}
}
/*-- //responsive-design --*/