/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 15, 2020, 3:34:11 PM
    Author     : Diana
*/

:root {
    --interactive-primary-color:#44D62C;
    --interactive-secondary-color:#35ad22;
    
}


.interactive-step1-img-top{
  padding: 0 !important;
  margin: 0 !important;

}
.interactive-step1-img-top-bkg{
    width: 60%;
    position: static;
    margin-left: 40%;
}
.interactive-step1-img-footer{
    background-color:#ffffff;z-index: 10;
}

.interactive-step1-img-footer-bkg{
    width: 60%;
    position: static;
    margin-left: 40%;
}

.interactive-step2-img-footer-bkg{    
    width: 40%;
    position: static;
    margin-rigth: 40%;
}

.interactive-texto-paso1{    
     color: var(--interactive-primary-color); 
}

.interactive-form{
    border-radius:25px !important;
    background-color: #F7F7F7;
    color: #4c4747;
    
}
.interactive-form:focus{
    background-color:  var(--interactive-primary-color); 
    border-color: var(--interactive-primary-color); 
    color:#ffffff;
}

.interactive-form:focus::placeholder {
    color:#ffffff;
}

.interactive-form::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4c4747;;
  opacity: 1; /* Firefox */
}

.interactive-form:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}

.interactive-form::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff;
}

.interactive-text{
     color: var(--interactive-primary-color);     
}

.interactive-container {
  position: relative;
  width: 100%;
}

.interactive-container > i {
  position: absolute;
  top: 12px;
  right: 15px;
  z-index:3;
  color: #4c4747;
}

#mostrar_usr_pass_i {
  color: #4c4747 !mportant;
   z-index:10;
}

.interactive-container > input {
  padding-left: 15px;
  padding-right: 12px;
}

.interactive-btn{
    color: #ffffff;
    background:var(--interactive-primary-color);    
    border: 1px solid var(--interactive-primary-color);    
}

.interactive-btn:hover{
    color: #ffffff;
    background:var(--interactive-secondary-color);    
    border: 1px solid var(--interactive-secondary-color);    
}

.interactive-top-img-responsive{    
    position: absolute;
    top: 35px;
    left: 34px;
    max-width: 20%;
}

.interactive-img-logotipo{
    background-color: var(--interactive-primary-color)!important;
}

.interactive-label{
    background-color: var(--interactive-primary-color)!important;
}
