@font-face {
    font-family: 'ArialNarrow';
    src: url("../fonts/Arial Narrow/Arial Narrow regular/arial.ttf");
}

body {
	margin: 0;             
    padding: 0;
	font-family: "ArialNarrow";
    background-size: 100% 100%;
    color: black;
}

html, body {
    background: white !important;
}

.body-authentication { margin-top: 75px; }

.containerColor {
    background-color: unset;
    padding: 20px 100px;
    border-radius: 70px;
    backdrop-filter: blur(15px);
    box-shadow: 0 5px 5px rgb(0 0 0 / 40%);
}

.container {
    padding: 20px 30px 20px 30px;
    margin-top: 0px;
}

.text-center { text-align: center!important; }

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.catchphrase {
    padding: 5px 0 25px 0;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    font-family: 'Memphis-extrabold';
}

.form-group { margin-bottom: 1rem;         }
.text-right { text-align: right!important; }

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.card-login .link-to { font-size: 0.9rem; }

.error-with-bg {
    color: red;
    font-style: italic;
    padding: 5px;
}

#fpel-error-msg-login-container { display: none; }
.hide                           { display: none; }

.card-login.card-bottom {
    padding: 20px 30px 20px 30px;
    border-radius: 20px;
    text-align: left;
    box-shadow: 0 5px 5px rgb(0 0 0 / 40%);
    background-color: rgba(223, 222, 222, 0.144);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.input_login    { border-radius: 100px; }
.form-container { padding: 0 60px;      }

.link-to {
    font-size: 1.3rem;
    color: white;
}

.clickable                          { cursor: pointer;              }
#forgot-pwd-container, .text-center { text-align: center;           }
.big-text                           { font-size: 1.1rem;            }
.text-center                        { text-align: center!important; }

.card-login-btn {
    width: 100%;
    font-size: 1.0rem;
    height: 40px;
}

.custom-tooltip { display: none; }

.custom-tooltip::before {
    content: "";
    position: absolute;
    bottom:-10px;
    transform: translateX(-50%);
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent rgba(87, 87, 87, 1) transparent;
    z-index: 999;
  }
  
.custom-tooltip::after {
    content: attr(data-after);
    color: #fff;
    z-index: 999;
}
  
.custom-tooltip.signin::before {
    bottom: 8px;
    left: 25px;
}
  
.custom-tooltip.signin::after {
    bottom: -25px;
    left: 25px;
}
