.container {
    margin-bottom: 20px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #141541 !important;
}

a:hover {
    border: transparent !important;
}

a {
    font-family: 'regular';
    color: #495057 !important;
    background-color: transparent;
    border-bottom: 1px solid transparent !important;
}

.active {
    background-color: transparent !important;
    border-bottom: 1px solid #141541 !important;
}

.nav-item .active {
    font-family: 'regular';
    color: #495057 !important;
    background-color: transparent !important;
    border: transparent !important;
    border-bottom: 1px solid #141541 !important;
}

.nav-item {
    width: 50%;
    text-align: center;
}

.nav-tabs {
    border-bottom: none;
}

.btn:hover {
    border: transparent;
}

.center {
    width: 100%;
    margin: auto;
    display: flex;
}

/* .form-control {
     display: block;
     width: 100%;
     padding: .375rem .75rem;
     font-size: 1rem;
     line-height: 1.5;
     color: #495057;
     background-color: transparent;
     background-clip: padding-box;
     border: 0px solid transparent !important;
     border-bottom: 1px solid #ced4da !important;
     border-radius: .25rem;
     transition: none!important;
 }*/

.buttonSantFora:hover {
    width: 100%;
    font-family: 'regular';
    background-color: #2a5a81;
    color: #fff;
    display: block;
    text-align: center;
}

.buttonSantFora {
    font-family: 'regular';
    width: 100%;
    background-color: #141541;
    color: #fff;
    display: block;
    margin-top: 30px;
    text-align: center;
}

.buttonSant {
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background-color: transparent;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: all ease-in-out .5s;
}


.buttonRecovery:hover {
    width: 100%;
    font-family: 'regular';
    background-color: rgba(212, 212, 212, 0.7);
    color: #000000;
    display: block;
    text-align: center;
}

.buttonRecovery {
    font-family: 'regular';
    background-color: rgba(236, 236, 236, 0.7);
    width: 100%;
    color: #345a91;
    display: block;
    margin-top: 30px;
    text-align: center;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: all ease-in-out .5s;
}

*{
    font-size: 16px;
}

@font-face {
    font-family: regular;
    src: url(/fonts/Poppins-Light.ttf);
}

@font-face {
    font-family: semiBold;
    src: url(/fonts/Poppins-SemiBold.ttf);
}

.regular {
    font-family: regular;
    color: #6E6F77;
}

.semiBold {
    font-family: semiBold;
    font-size: 22px;
}

body {
    font-family: 'Poppins';
    font-size: 12px;
}

.top-bar {
    background-color: #141541;
}

#full-screen-background-image {
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}