body{
    /*font-family: IBMPlexSans,sans-serif,Times New Roman,Times,serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    background-color: transparent;
}

html{
   
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-color: #0F2C52;
    background-repeat: no-repeat;
    background-attachment: fixed;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-name: backgroundAnimation;
    animation-timing-function: ease;
    /*animation: backgroundAnimation linear infinite;*/
    /*animation-duration: 3s, 15s;*/
    /*animation-delay: 1s;*/
    /*animation-duration: 1s;*/

}
/*.bgmfn-1{
    background-image:url("/static/recursos/owl/foto1.jpg")
}
.bgmfn-2{
    background-image:url("/static/recursos/owl/foto2.png")
}
.bgmfn-3{
    background-image:url("/static/recursos/owl/foto3.png")
}*/


h1 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 2;
}

@keyframes backgroundAnimation {
  0% {background-image: url("/static/recursos/owl/foto1.jpg");opacity: 1;}
  33% {background-image: url("/static/recursos/owl/foto2.jpg");opacity: 1;}
  66% {background-image: url("/static/recursos/owl/foto3.jpg");opacity: 1;}
  100% {background-image: url("/static/recursos/owl/foto1.jpg");opacity: 1;}
}

.fondo1{
    background: url("fondo.png");
    background-color: #0F2C52;
    /*background-blend-mode: lighten, normal;*/
    /*background-blend-mode: exclusion;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-mpfn{
    background: #0F2C52;
    background-color: #0F2C52;
}

.txt-mpfn{
	color: #0F2C52;
}

.a-hover{

}

.a-hover:hover{
    color: #0075bf !important;
}

.txt-16{
    font-size: 16px;
}

.txt-15{
    font-size: 15px;
}

.txt-13 {
    font-size: 13px;
}

.txt-14 {
    font-size: 14px;
}

.txt-col1{
    color: #b3c5de !important;
}

.txt-col1:hover{
    color: white !important;
}

.bb-pantone{
    border-bottom: 1px solid #D9A927;
}

.txt-mpfn-pantone{
	color: #D9A927;
}

.txt-mpfn-primary{
	color: #0075bf;
}

.btn-mpfn{
    background: #0F2C52;
    border-color: #0F2C52;
}

.btn-mpfn:hover{
    background: #04469b;
    border-color: #04469b;
}

.btn-mpfn:focus{
    background: #04469b;
    border-color: #04469b;
}

.btn-google{
}

.btn-google:hover{
    background: #4285F4;
}

.btn-login{
    background: #2F66B8;
}

.btn-login:hover{
    background: #0F2C52;
}

.bg-login{
    background: #2F66B8 !important;
}

a {
    text-decoration: none;
    background-color: transparent;
}
a:hover{text-decoration:underline}

div.invalid-feedback-mpfn{
	width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.bg-footer{
    background: #020e1f;
    background-color: #020e1f;
}


.dinam-footer{
    position: fixed;
    bottom: 0px;
}

.mb-770{

}

@media screen and (max-width: 770px) {
    /*.dinam-footer {
        position: inherit;
        bottom: 0px;
        padding-bottom: 8px !important;
    }*/

    .mb-770{
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 506px) {
    .mb-770{
        margin-bottom: 100px;
    }
}

.app-logo{
    width: 40px;
}

.app-logo-gr{
    width: 120px;
}

#toast-container > div {
    opacity:1 !important;
}

.bg-eee{
    background: #eee;
}

.logo-app{
    width: 60px;
}

.mfa-user {
    width: 35px;
    border-radius: 50%;
}

.mfa-user-bg{
    align-items: center;
    background: #e2e2e2;
    color: white;
    padding: 2px;
    border: 1px solid #9e9e9e;
    border-radius: 20px;
}

.mfa-desc{
    font-size: 15px;
    line-height: 17px;
    text-align: center;
}

.mfa-codigo{
    font-weight: 600;
    letter-spacing: 6px;
    color: #2f66b8;
}

.mfa-logo{
    width: 90px;
}

.txt-app{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.div-app{
    /*width: 225px;*/
    width: 253px;
}

@media screen and (max-width: 400px) {
    .logo-app{
        width: 50px;
    }
    .txt-app{
        font-size: 16px;
        line-height: 18px;
    }
}

.logo-mpfn{
    width: 341px;
}

@media screen and (max-width: 570px) {
    .div-app{
        padding-top: 4px;
        width: 100%;
    }
    .logo-mpfn{
        width: 95%;
    }
}

.div-app:hover{
    text-decoration: underline;
    cursor: pointer;
}

.required{

}

.required label{

}

.required label:after {
    content: " *";
    color: #dc3545;
}