@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Ubuntu:wght@300&display=swap');


@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

body{
   font-family: "Ubuntu";
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    background: url(https://itte.com.ar/images/bg-body.jpg) center top repeat-x #030953;
    transition: all 0.5s;
}

.box-text{
    background-color: rgba(0,0,0,0.5) !important;
    padding: 15px;
}

select, input, .form-control:focus{
    background-color: transparent !important;
}
a, span, .fa, label, select, .form-control, .form-control:focus{
    color: white;
}
option{
    color: black;
}
.alert-success span{
    color: darkgreen;
}
.alert-danger span{
    color: #721c24;
}
.alert-warning span{
    color: #856404;
}

#enviarCorreo, #f_pass_reg{
    color: blue;
    cursor: pointer;
}
#enviarCorreo:hover, #f_pass_reg:hover{
    text-underline: blue;
    font-weight: bolder;
}

#CloseError{
    position: absolute;
    top: 5px;
    right: 10px
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.nav-tabs .nav-link.active {
    font-weight:bold;
    background-color: transparent;
    border-bottom:3px solid #dd0000;
    border-right: none;
    border-left: none;
    border-top: none;
    color: white;
}
.nav-link{
    color: white;
}
.nav-tabs .nav-link.disabled {
    color: #7b98b2;
    background-color: transparent;
    border-color: transparent;

}
.text-muted {
    color: #959ea6 !important;
}

.img{
    width: 80%;
}
.navbar{
    /*position: sticky;*/
    top: 0;
    z-index: 1500;
    /*background-color: white;*/
}

label {
    font-size: 20px;
    font-weight: 400;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.inline{
    display: inline-block;
}

input{
    text-align: center;
}
.form-control {
    border: none;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid #666668;
}
.form-control {
    box-shadow: 0 0 0 #000 !important;
}
.txt-center{
    text-align: center;
}
.tab-pane{
    margin-bottom: 20px;
}
.bt-circle{
    width: 25%;
    margin-top: 40px;
    border-radius: 45px;
}

/* eerror */
.alert{
    margin-top: 20px;
}

#statusCreate p{
    color: white;
    margin-top: 1px;
    margin-bottom: 1px;
}

/* PROGRESS BAR SECURE PASS*/
.progress{
    width: 35%;
    height: 20px;
    background-color: #a5a5a596;
    margin-top: 15px;
}

.progress-bar{
    width: 33.3%; /* 100/3 */
    background-color: unset;
}

/**/

#s{
    border-top: unset;
    border-left: unset;
    border-right: unset;
    padding: 9px;
}
select:required:invalid {
    color: #858585;
}
option[value=""][disabled] {
    display: none;
}
option {
    /*color: #000;*/
}
.tooltip-inner {
    max-width: 375px;
}

#s{
    width: 10%;
}
#msj_reg{
    text-align: right;
}
#leyenda{
    margin-top: 20px;
}
#leyenda p{
    color: #b09d7bbf;
    font-style: italic;
}

@media (max-width: 767px){
    .hidden-xs {
        display: none !important;
    }
    .nav-tabs {
        border-bottom: unset;
    }
    #siguiente{
        min-width: 100px;
    }
    .navbar-brand, #msj_reg{
        margin: auto;
        text-align: center;
    }
    #m{
        min-width: 105px;
    }
    #s{
        width: 33%;
    }
    #paso1{
        padding: 0;
    }
}

