﻿

/* BASIC */
html {
    height: 100%;
}

body {
    /*background-image: url('../images/001.JPG');*/
    /*  background-image: url('../images/1908.jpg');
 background-image: url('../images/IMP1.jpg');
 background-image: url('../images/004.jpg');
 background-image: url('../images/13.jpg');
 background-image: url('../images/006.jpg');*/
    /* background-image: url('../images/DSC_5890.JPG');*/
    background-image: url('../images/petroleo_2.jpeg');
    /*background-image: url('../images/1524161527089.jpg');
 background-image: url('../images/300639047.jpg');
 background-image: url('../images/6.jpg');
   background-image: url('../images/petroleo7r.jpeg');*/
    /*    background-image: url('../images/des_8.jfif');
    background-image: url('../images/pet_9.jpg');*/
    /*       background-image: url('../images/5.webp');*/

    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    backdrop-filter: grayscale(30%);
    /*background: linear-gradient(to bottom right, #ffffff 0%, #3333ff 100%);*/
    /*background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%);*/
    /*background: linear-gradient(to bottom right, #ffffff 0%, #006400 100%);*/
    /*background-color: #eeeeee;*/
    height: 100%;
}

body {
    font-family: Arial, sans-serif;
}

a {
    /*color: #92badd;*/
    color: darkgreen;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}

.icon {
    margin-top: 10px;
    margin-bottom: 0px;
}

.footer_login {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    min-height: 30px;
}

.imageClass {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.btn_recupera_contraseña {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    color: darkgreen !important;
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    color: darkgreen !important;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 !important;
}


/* STRUCTURE */

.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/


.txt_captcha {
    width: 85%;
    padding: 5px;
    text-align: center;
    border: none;
    background-color: #f6f6f6;
    color: #0d0d0d;
    text-transform: uppercase
}

    .txt_captcha:focus {
        width: 85%;
        padding: 5px;
    }

#btn_login, #btnRecover, #btn_confirmaCorreo, input[type=reset] {
    /*background-color: #56baed;*/
    background-color: darkgreen;
    border: none;
    color: white;
    padding: 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    /*-webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);*/
    -webkit-box-shadow: 0 10px 30px 0 rgba(105,165,105,0.3);
    box-shadow: 0 10px 30px 0 rgba(105,165,105,0.3);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    /*   margin: 5px 20px 40px 20px;*/
    margin-bottom: 40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    #btn_login:hover, #btnRecover:hover, #btn_confirmaCorreo:hover, input[type=reset]:hover {
        /*background-color: #39ace7;*/
        background-color: green;
    }



#btn_recuperaContraseña {
    background-color: transparent;
    border: none;
    color: #0275d8;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.InputTexto {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.InputPassword {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 32px;
    padding-right: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    margin-left: -15px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

    .InputPassword:focus {
        background-color: #fff;
        /*border-bottom: 2px solid #5fbae9;*/
        border-bottom: 2px solid darkgreen;
    }


input[type=text]:focus {
    background-color: #fff;
    /*border-bottom: 2px solid #5fbae9;*/
    border-bottom: 2px solid darkgreen;
}

input[type=password]:focus {
    background-color: #fff;
}


input[type=text]:placeholder {
    color: #cccccc;
}

.btn_ver_contraseña {
    margin-left: -50px;
    background-color: transparent;
}


/*.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;*/ /* Adjusts for spacing */
/*}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    /*opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;*/
}

/*.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}*/

/*.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}*/

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    /*background-color: #56baed;*/
    background-color: darkgreen;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    /*color: #0d0d0d;*/
    color: green;
}

    .underlineHover:hover:after {
        width: 100%;
    }

.img_pass {
    width: 25px;
}



/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    margin-top: 20px;
    margin-bottom: 0px !important;
    width: 60%;
}

* {
    box-sizing: border-box;
}

.animated-btn {
    background-color: #4CAF50;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .animated-btn:hover {
        background-color: #45a049;
        transform: scale(1.05);
    }

    .animated-btn:active {
        transform: scale(0.95);
    }

.laoder-modal {
    max-height: 100px;
    max-width: 100px;
}

#otpInputs input {
    max-width: 30px;
    height: 45px;
    font-size: 24px;
    text-align: center;
    margin: 5px;
    display: inline-block;
    border-radius:10px;
}