.body-try {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
}

.content-form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    height: 33rem;
    width: 33rem;
    border-radius: 10px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000029;
    opacity: 1;
    padding: 3rem;
}

.content-form h3 {
    margin-bottom: 0;
}

.header img {
    max-width: 15rem;
    margin: 1rem auto;
}

.content-form div,
.content-form form,
.content-form form label {
    display: flex;
    flex-direction: column;
}

.content-form div,
.content-form form {
    padding: 5%;
    margin-bottom: 0;
}

label p {
    text-align: initial;
    margin-bottom: 0.5rem;
}

label a {
    text-align: end;
}

div.panel-button {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10%;
    padding: 0;
}

input {
    padding: 0.8rem;
    border: 1px solid rgb(206, 206, 206);
    border-radius: 5px;
    min-width: 100%;
}

button {
    padding: 0.5rem;
    border-radius: 10px;
    background-color: #0695D6;
    color: white;
    border: none;
}

button:hover {
    opacity: 0.6;
    padding: 0.5rem;
}

.clave-fiscal {
    background-color: #E8E8E8;
    color: #0695D6;
}


.nav-tabs.nav-stacked {
    border-bottom: 0 none; }
  
  .nav-tabs.nav-stacked > li > a {
    border: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  
  .nav-tabs.nav-stacked > li:first-child > a {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-topleft: 4px; }
  
  .nav-tabs.nav-stacked > li:last-child > a {
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px; }
  
  .nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
    border-color: #ccc; }
  
  .nav-tabs.nav-stacked > a {
    display: inline-block;
    vertical-align: middle; }
  
  .nav-tabs.nav-stacked a > li {
    background: #fff;
    border-radius: 10px;
    font-size: 16px;
    height: 180px;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    width: 320px;
    margin: 20px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.18); }
  
  .nav-tabs.nav-stacked a > li:hover {
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.28); }
  
  .arrow-right {
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 700;
    margin-top: 25px;
    padding: 0 5px;
    color: #999999; }
  
  .nav-tabs.nav-stacked a > li > h4 {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 15px 15px; }
  
  .nav-tabs.nav-stacked a > li > span {
    color: #8c8c8c;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 15px;
    text-align: left; }
  
  .nav-tabs.nav-stacked a > li > hr {
    margin: 0;
    border-color: #eeeeee -moz-use-text-color #ddd; }
  
  .disabled-icon {
    opacity: 0.3; }
  
  .disabled-icon:hover {
    background-color: #666 !important; }
  
  .legend {
    color: #666; }
  
  .sidebar-nav > ul {
    border-color: transparent -moz-use-text-color;
    border-width: 1px 0;
    font-size: 10px;
    margin: 0;
    padding-bottom: 1px;
    text-align: center !important;
    padding-top: 2%; }
  
  .navbar .nav > li > a {
    padding: 26px 35px;
    text-transform: uppercase; }
  
  .second-bar {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 0;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: bold;
    z-index: 0;
    margin: 71px 0;
    padding: 20px 57px;
    border-bottom: 1px solid #eeeeee; }
  
  .logo-icon {
    height: 60px; }
  