input[type="text"],
input[type="password"],
input[type="email"] {
    border: 0;
    border-bottom: 1px solid black;
    outline: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.title {
    padding-top: 8px;
}

.center-h {
    margin-left: auto;
    margin-right: auto;
}

.m-l-auto {
    margin-left: auto;
}

.m-r-auto {
    margin-right: auto;
}

.icon {
    cursor: pointer;
}

.info-icon {
    font-size: 1em;
    cursor: pointer;
}

.brand-image {
    height: 50px;
}

.footer {
    position: fixed;
    background-color: #F0F0F0;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    text-align: center;
}

.footer-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.footer-spacer {
    height: 40px;
}

@font-face {
    font-family: Avenir-Book;
    src: url('../fonts/AvenirLTStd-Book.otf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/AvenirLTStd-Medium.otf');
}

.popover {
    max-width: 500px;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: Avenir-Book, sans-serif;
}

a {
    text-decoration: underline;
    font-family: Avenir-Book;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: underline;
    color: #57b846;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Avenir-Medium;
    margin: 0px;
}

p {
    font-family: Avenir-Book;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

.grecaptcha-badge {
    z-index:999;
}