button:focus {
outline: none;
outline: none;
}
.create-input {
width: 100%;
display: block;
min-width: 100%;
height: 3rem;
outline: none;
margin-top: 20px;
border: solid 1px #f4f5f7;
background-color: #f4f5f7;
padding-left: 10px;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
}
.btn-action{
background-color: #727cf5;
padding: 6px 10px;
color: #ffffff;
border-radius: 4px;
text-decoration: none;
}
form{
width: 60%;
margin: auto;
padding: 15px 0px;
}
div .error{
text-align: right;
color: #a92d2d;
font-size: 0.8rem;
}

.fa-light, .fal,.fa-thin {
color: #727cf5;
}
.plazo{
display: flex;
align-items: center;
}
.hr{
border: solid 1px #f2f2f2;
}
.link{
text-decoration: underline;
}
.navbar-link,.navbar-link:hover{
color: #ffffff;
}
table {
border-collapse: collapse;
margin: 0;
padding: 0;
width: 100%;
table-layout: fixed;
}

table caption {
font-size: 1.5em;
margin: .5em 0 .75em;
}

table th,
table td {
padding: .625em;
text-align: left;
}

table th {
font-size: .75em;
font-weight: 500;
}

.table thead th {
    border-bottom: 0px!important;
}

.table td, .table th {
    border-top: 0px!important;
}

@media screen and (max-width: 600px) {
table {
border: 0;
}

table caption {
font-size: 1.3em;
}

table thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}

table tr {
border-bottom: 3px solid #ddd;
display: block;
margin-bottom: .625em;
}

table td {
border-bottom: 1px solid #ddd;
display: block;
font-size: .8em;
text-align: right;
}

table td::before {
content: attr(data-label);
float: left;
}

table td:last-child {
border-bottom: 0;
}
}

input[type=text],input[type=email],input[type=password] {   
    /* Remove */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Style */
    outline: none;    
}
/*  Admin  */
.btn-action,.btn-action:hover{
background-color: #727cf5;
padding: 6px 10px;
color: #ffffff;
border-radius: 4px;
text-decoration: none;
font-size: 14px;
font-weight: 400;
border: none;
}

:root {
  --main-bg-color: #313A46;
  --secondary-bg-color: #E6E8F1;
  --secondary--bg-color: #727cf5;
  --main-color: #ffffff;
  --secondary-color: #727cf5;
}
.down-color{
color: #F95271;
}
.up-color{
color: #0EC88C;
}
.warning-color{
color: #FFB400;
}
a{
color: inherit;
}
.no-margin{
margin: 0px;
}
body{
margin: 0px!important;
padding: 0px;
font-family: 'Montserrat Alternates', sans-serif!important;
color: #6c757d!important;
}
html,body {
height: 100%;
}
.h4, h4 {
font-size: 1.2rem!important;
}
.three-cols{
display: flex;
align-items: flex-start;
justify-content: space-around;
min-height: 100vh;
background-color: #313a46;
}
.bg-dark-blue{
background-color: #313a46;
}
.bg-light-blue{
background-color: #e6e8f1;
}
.col-body{
padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
p {
margin-top: 1rem;
margin-bottom: 1rem;
}
.main,.content,.profile,.content-contract{
min-height: 100vh;
display: flex;
justify-content: flex-start;
flex-direction: column;
flex-wrap: wrap;
padding: 20px;
    box-sizing: border-box;
}
.main{
width: 15%;
background-color: var(--main-bg-color);
color: var(--main-color);
}
.content{
width: 70%;
background-color: #fafbfe;
}
.profile{
width: 15%;
background-color: var(--secondary-bg-color);
}
.content-contract{
width: 85%;
background-color: #fafbfe;
}

.two-cols{
display: flex;
align-items: center;
justify-content: space-around;
min-height: 100vh;
}
.login-title,.signup-title{
text-align: center;
}
.login-input{
display: block;
min-width: 300px;
height: 3rem;
outline: none;
margin-bottom: 0px;
border: solid 1px #f4f5f7;
background-color: #f4f5f7;
padding-left: 10px;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
font-size: 15px;
}

.login{
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 50%;
    background-color: #ffffff;
}

.signup{
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
flex-wrap: nowrap;
width: 50%;
background-color: #0a1e33;
color: var(--main-color);
}

.btn-login{
display: block;
margin: auto;
min-width: 250px;
background-color: var(--secondary--bg-color);
color: var(--main-color);
padding: 20px;
border-radius: 50px;
border: none;
font-size: 15px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
text-transform: uppercase;
}

.btn-signup{
display: block;
min-width: 250px;
background-color: transparent;
color: var(--main-color);
padding: 20px;
border-radius: 50px;
border: solid 2px #ffffff;
font-size: 15px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
text-transform: uppercase;
}

.secondary-color{
color: var(--secondary-color);
}
.rows{
display: flex;
width: 100%;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-around;
align-items: center;
}
.content-row{
display: flex;
width: 33.3%;
flex-direction: column;
flex-wrap: wrap;
border-radius: 10px;
}
.capital-invertido{
background-color: var(--secondary-bg-color);
padding: 30px 20px;
border-radius: 8px;
-webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
.capital-invertido p{
margin: 0px;
}
/*
.capital-invertido small{
color: var(--secondary-color);
}
*/


.hello{
background-color: var(--secondary-bg-color);
padding: 30px 20px;
border-radius: 8px;
-webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
.hello p{
margin: 0px;
}
.hello small{
color: var(--secondary-color);
}
.small-card{
margin: 2px;
}

.big-card{
background-color: var(--main-bg-color);
text-align: center;
color: #ffffff;
min-height: 3.5rem;
margin: 2px;
width: 50%;
}

.white-card{
background-color: #ffffff;
padding: 10px 20px;
border-radius: 8px;
box-sizing: border-box;
-webkit-box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
    box-shadow: 0 0 35px 0 rgb(154 161 171 / 15%);
}
.bold{
font-weight: 500;
}
.profile-image{
text-align: center;
}
.profile-image img{
border-radius: 50px;
}
.content-header{
display: flex;
align-content: center;
align-items: center;
justify-content: space-between;
}
.center{
text-align: center;
}
.right{
text-align: right;
}
.fa-eye{
color: var(--secondary-color);
}

.relative{
position: relative;
}
.links-bottom{
position: absolute;
bottom: 20px;
left: 0px;
right: 0px;
}
.desktop{
display: block;
}

.mobile{
display: none;
}


/*mobile navbar*/
.mobile-container {
max-width: 480px;
margin: auto;
background-color: #555;
height: 500px;
color: white;
border-radius: 10px;
}
.topnav {
overflow: hidden;
background-color: #333;
position: relative;
}
.topnav #myLinks {
display: none;
}
.topnav a {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
background-color: var(--main-bg-color);
}
.topnav a.icon {
background-color: var(--main-bg-color);
display: block;
position: absolute;
right: 0;
top: 0;
font-size: 20px;
padding-top: 25px;
}
.topnav .a:hover {
background-color: #e6e8f1;
color: black;
}
.active {
background-color: var(--main-bg-color);
color: white;
}

.footer{
display: none;
}

/*media*/
@media only screen and (max-width: 992px) {
.saldo{
display: block;
}
.footer{
display: none;
background-color: #313a46;
padding: 7px;
color: #e6e8f1;
}
.desktop{
display: none;
}
.mobile{
display: block;
}
.signup {
min-height: 18vh;
}
.three-cols,.two-cols {
display: flex;
align-items: center;
justify-content: space-around;
min-height: 100vh;
flex-direction: column;
flex-wrap: wrap;
}
.main,.content,.profile,.login, .signup{
width: 100%;
}
}


@media only screen and (max-width: 767px) {
form{
width: 100%;
margin: auto;
padding: 15px 0px;
}
.flex-center {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.wrapper-6 {
    font-size: 12px;
}

.content-header {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
}
.col-body {
    padding-left: 10px;
    padding-right: 10px;
}
}

@media only screen and (max-width: 400px) {
.btn-login {
    display: block;
    margin: auto;
    min-width: auto;
    background-color: var(--secondary--bg-color);
    color: var(--main-color);
    padding: 10px 20px;
    border-radius: 50px;
    border: none;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.col-body {
    padding-top: 40px;
    padding-left: 5px;
    padding-right: 5px;
}
h3{
text-align: center;
}

.login-title{
font-size: 5vw;
}

.btn-action, .btn-action:hover {
    display: block;
    text-align: center;
    margin: 10px 0px;
}

.h2, h2 {
    font-size: 1.5rem;
    text-align: center;
}

}