/* Temporarily hide login links */
/* TODO : restore links if needed */
.navbar-right {
    display: none;
}

.center {
    text-align: center;
}

body {
    background-color: rgb(229, 237, 237);
}

.terms .panel,
.welcome .panel{
    background-color: inherit;    
}

.terms .text,
.welcome .text {
    font-size: 1.8em;
    font-family: "Georgia, Times New Roman, serif";
    color: black;
    padding: 10px 50px;
}

.terms .text {
    font-size: 1.7em;
    text-align: left;
    line-height: 1.5em;
}

.welcome .logo {
    margin: 100px 0 30px 0;
}

.terms .btn,
.welcome .btn {
    font-size: 2em;
}

.btn {
    margin-left: 50px;
}

.btn:first-child {
    margin-left: 0;
}

.user-form .panel-heading {
    font-size: 1.5em;
    font-weight: bold;
}