.bg-login-col1 {
    background: url(../images/background_login.jpg) no-repeat;
    background-position: right bottom; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-login-col2 {
    background: #D8B5A9;
}

.body-profile {
    background: #D8B5A9;
}

.img-profile {
    max-height: 250px !important;
}

.h1-profile {
    font-family: 'NaturaAndCo';
    font-weight: 600;
    font-style: italic;
    color:#FFF;
}

.loading-profile-picture {
    display: none;
    background-color:#004234 !important;
}

.label-profile {
    font-family: 'NaturaAndCo';
    font-weight: 500;
    font-style: normal;    
    color:#FFF;
}

.label-profile-activdad {
    font-family: 'NaturaAndCo';
    font-weight: 500;
    font-style: normal;    
    color:#FFF;
    font-size: 14px;

}

.p-title-carpool {
    font-family: 'NaturaAndCo';
    font-weight: 500;
    font-style: normal;    
    color:#FFF;
    font-size: 14px;

}

.p-info {
    font-family: 'NaturaAndCo Book';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;    
}

.step-2, .step-3 {
    display: none;
}

/**
* Input
*/
.input-login {
    font-family: 'NaturaAndCo';
    font-weight: 500;
    font-style: normal;     
    border:0px;
    border-radius: 20px;
}
.input-login::placeholder { 
    font-family: 'NaturaAndCo';
    font-weight: 500;
    font-style: normal; 
    color: #7b7b7b !important;    
}

/**
 * Buttons
 */

 .btn-login {
    font-family: 'NaturaAndCo';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;       
    background: #004234;
    color: #FFF;
    border:0px;
    border-radius: 20px;    

 }

 .btn-login:hover {
     color:#FFF !important;
 }

 .btn-green {
    font-family: 'NaturaAndCo';
    font-weight: 500;
    font-style: normal;
    font-size: 14px;       
    background: #004234;
    color: #FFF;
    border:0px;
    border-radius: 20px;    

 }

 .btn-green:hover {
     color:#FFF !important;
 }

 .arrow-login {
     fill: #FFF;
 }

 .fileInput {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    appearance: none;
    background-color: initial;
    cursor: default;
    align-items: baseline;
    color: inherit;
    text-overflow: ellipsis;
    white-space: pre;
    text-align: start !important;
    padding: initial;
    border: initial;
    overflow: hidden !important;   
 }


/**
* font
*/

.h1-login {
    font-family: 'NaturaAndCo';
    font-weight: bold;
    font-style: normal;  
}

.text-info-login {
    font-family: 'NaturaAndCo';
    font-weight: 500;
    font-style: normal; 
    font-size: 13px;   
}

.h1-profile {
    font-family: 'NaturaAndCo';
    font-weight: 600;
    font-style: italic;
    color:#FFF;
}

.h5-profile {
    font-family: 'NaturaAndCo';
    font-weight: 500;
    font-style: normal;
    color:#FFF;   
}


.text-green-borboleta {
    color:#004138;
}


.NaturaAndCo-Bold {
    font-family: 'NaturaAndCo';
    font-weight: bold;
    font-style: normal;    
}

.fs-16 {
    font-size: 16px;
}



/***
* Media QUery > 992
*/
@media (min-width: 992px) {

    .container-login-profile {
        max-width: 50% !important;
    }
}