/*
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 {
    --myApp-primary-color:#8A69D4;
    --myApp-secondary-color:#6b41c9;

}

.myApp-btn-redes-sociales{
   background : #e6e0f6;
   border: 1px solid #e6e0f6;
   border-radius: 100%;
   width: 60px;
   height: 60px;
   color:var(--myApp-primary-color); 

}

.myApp-btn-redes-sociales:hover{
   background : var(--myApp-primary-color); 
   border: 1px solid var(--myApp-primary-color); 
   color:#e6e0f6;
   
}
.myApp-text-btn-redes-sociales{
    padding-top: .8vw;padding-left: .13vw;
}
.myApp-step1-img-top-bkg{
    width: 60%;
    position: static;
    margin-left: 40%;
}
.myApp-step1-img-footer{
    background-color:#ffffff;z-index: 10;
}

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

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

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

.myApp-form{
    border-radius:25px !important;
    background-color: #F7F7F7;
    color: #4c4747;

}
.myApp-form:focus{
    background-color:  var(--myApp-primary-color); 
    border-color: var(--myApp-primary-color); 
    color:#ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.myApp-div-msg{
    border-radius: 13px !important;
    margin-top: 15px;
    background-color: var(--myApp-primary-color)!important;
    color: #ffff;
}
.myApp-spiner{
    width: 40px; 
    height:40px; 
    border-top:5px solid var(--myApp-primary-color)!important;
    border-bottom:5px solid var(--myApp-primary-color)!important;
    border-right:5px solid transparent;
    border-left:5px solid transparent;
    border-radius: 50px;
    margin:auto;

}

