/* Smart Tenants Design (c) 2018 */
/* Globals */
html,
body,
body > div,
.header-section,
.form-section {
    height: 100%;
    min-height: 100%;
}

body {
    /* background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -200px -100px; */
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', Arial, Helvetica;
    overflow-x: hidden;
    /* font-size: 1em; */

    width: 100%;
    background-image: url('images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -160px;
}

/* Logo */
img.logo {
    height: 64px;
    width: 267px;
}

a.logo {
    text-decoration: none;
    vertical-align: middle;
    font-size: 30px;
    font-weight: 700;
    color: #488eff;
    line-height: 24px;
    font-family: Tahoma;
}

/* Header */
.header-section {
    font-family: 'Quicksand', Arial, Helvetica;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 0;
}

/* Body */
#info {
    display: none;
}

.form-section {
    font-family: 'Quicksand', Arial, Helvetica;
    background-color: #FFF;
    padding-top: 150px;
    padding-left: 120px;
    padding-right: 120px;
    max-width: 1000px;
}

.btn {
    background-color: #488eff;
}

h1 {
    color: #488eff;
    text-align: center;
}

h4 {
    color: silver;
    text-align: left;
    line-height: 160%;
}

.footer-text {
    /* margin-top: 80%; */
    background-color: rgb(80, 80, 80);
    opacity: 0.7;
    color: #FFF;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    position : absolute;
    bottom: 0;
    margin-bottom: 20px;
    width: 85%;
    text-align: center;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.align-item--bottom {
    align-self: flex-end;
}


.links {
    display: flex;
    justify-content: center;
}

.links a {
    margin-left: 5px;
    margin-right: 5px;
}

.mobile-footer {
    display: none;
}
