html,body{
    height: 100%
}

p, li {
    text-align: left;
}

.frs-logo {
	display: block;
	margin: 0;
	text-indent: -999em;
	width: 119px;
	height: 118px;
    background: transparent url(/images/logo-frs-small.png) no-repeat 0 0;
    z-index: 10;
}

.row {
    text-align: center;
    margin: 0 auto;
}

.card {
    margin-top: 1em;
    margin-bottom: 1em;
}

footer {
    margin: 0 auto;
    width: 100%;
}

.copyright {
    margin: 0 auto;
    margin-top: 2em;
    font-size: 13px;
}

.logos {
    width: 124px;
    height: 100px;
    justify-content: center;
    margin: 1em;
}
.hidden {
    display: none;
}
.not-allowed-cursor {
    cursor: not-allowed !important;
}