
/* FUENTES */
body{
		font-family:"Poppins", sans-serif;
		font-size: 1rem;
    color: #3b3b3b;
    margin:0 ;
    padding: 0; 
    overflow-x: hidden;
	background: linear-gradient(-45deg, #29d9c2, #216daa, #42aafe, #29d9c2);
	background-size: 400% 400%;
	animation: gradient 35s ease infinite;
	animation-direction: alternate;
	min-height: 100vh;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

body:after{ 
		content:'';
		width:100%;
		height:100vh;
		position:fixed;
		bottom:0;
		opacity:0.4;
     background-image: url(../img/circles.svg);
    background-size: cover;
}
 section {
	 position: relative;
    z-index: 10;
 }

 .container-login{
    position: relative;
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}

.navbar-brand img {
    width: 120px;
    height: auto;
}

.content-login {
	background:url(../img/patern.svg) left bottom no-repeat #fff;
	background-size:40%;
	position:relative;
 	
}
.content-login.answer {
	background: #fff;
	background-size:40%;
	position:relative;
 	
}
.content-login:before {
    content: '';
    width: 95px;
    height: 50px;
    position: absolute;
    right: 0;
    bottom: 20px;
    background: url(../img/flechas.svg) center no-repeat transparent;
}

.content-login h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
    color: #132663;
    position: relative;
}
 
.content-login h4 {
    font-size: 18px;
    line-height: 1.4;
		font-weight:500;
}

.content-login h6,
.content-login h6 a{
	font-size: 12px;
	line-height: 1.4;
	margin-top:10px;
	color: #277DC2;
}
 
 .color-blue { 
    color: #132663;
}

input[aria-invalid='true'] {
  border: 1px solid red;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
transition: background-color 0s 600000s, color 0s 600000s;
}
select:-webkit-autofill,
select:-webkit-autofill:focus {
transition: background-color 0s 600000s, color 0s 600000s;
}

button {
    background-color: #4CAF50;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer
}

button:hover {
    opacity: 0.8
}

input.readonly {
  background: transparent !important;
}

#pswd_info {
  border: 1px solid #efefef;
  padding: 10px;
  border-radius: 10px;
  background: #f1f1f1;
  margin-bottom: 15px;
}

li.invalid {
  color:red;
}

.ajax-loader {
  visibility: hidden;
  background-color: rgba(255,255,255,0.7);
  position: fixed;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}

.ajax-loader img {
  position: relative;
  top:50%;
  left:50%;
}

.stepwizard {
	text-align: center;
 
}
 

 
.stepwizard-step {
	width: 33%;
	float: left;
	position: relative;
	margin:0px 0 30px;
}

.stepwizard-step .btn.disabled {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.btn-circle {
		padding: 0;
		display: inline-block;
		height: 40px;
		text-align: center;
		color: #ffffff;
		width: 40px;
		z-index: 1;
		background:transparent;
}

.btn-circle span{
		font-size: 16px;
		background-color: #29d9c2;
		border-radius: 50%;
		display: block;
		height: 40px;
		line-height: 40px; 
		text-align: center;
		color: #ffffff;
		width: 40px;
		z-index: 1;
		position:relative;
}


.btn-circle.disabled span {
	background-color: #ddd;
  color: #3b3b3b;

}


.stepwizard-step a::before {
    background-color: #29d9c2;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; 
}

.stepwizard-step a.btn-circle.disabled::before {
	background-color: #f3f3f3;
}

.stepwizard .stepwizard-step:first-child a::before,
.stepwizard .stepwizard-step:last-child a::before {
  width: 50%;
}

.stepwizard .stepwizard-step.active span, 
.stepwizard .stepwizard-step.activated span {
  background-color: #29d9c2;
  color: #ffffff;
}

.stepwizard .stepwizard-step.active::before, 
.stepwizard .stepwizard-step.activated::before {
  background-color: #29d9c2;
  left: 50%;
  width: 50%;
  border-color: #29d9c2;
}

.stepwizard .stepwizard-step.activated a::before {
  width: 100%;
  border-color: #29d9c2;
}

.stepwizard .stepwizard-step:first-child a::before{
	left:50%;
}

.stepwizard .stepwizard-step:last-child a::before {
  left: 0;
}

.setup-content p {
	margin-bottom:5px;
}


 button.input-info {
    padding: 0;
    background: transparent;
    width: 20px;
    height: 20px;
    margin-bottom: 0px;
    top: -5px;
    position: relative;
}

 
.popover-body a.close {
    text-align: revert;
    float: right;
    font-size: 22px;
    text-decoration: none;
    position: relative;
    top: -10px;
		cursor:pointer;
		color: #0d6efd;
}
.modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.btn-example {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: red;
}

.setup-content .form-control:focus {
  box-shadow: none;
}

.setup-content .form-group {
    position: relative;
}

.setup-content .form-control {
    font-weight: 300;
    height: auto !important;
    padding: 15px;
    background-color: #f1f1f1;
}

.wizard-form-error {
  display: none;
  background-color: #e44320;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.form-wizard-btn, 
.form-wizard .form-wizard-previous-btn, 
.form-wizard .form-wizard-submit {
    background-color: #29d9c2;
    border-color: #29d9c2;
    color: #ffffff;
    display: inline-block;
    min-width: 100px;
    min-width: 120px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    text-transform: uppercase;
		font-family:"Poppins", sans-serif;
		font-weight: 500;
		font-size: 18px;

}

span.error,
label.error {
	font-size:10px;
	color:red;
}
