@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");

body {
    background: url("https://fxplus-test.planoncloud.com/static/images/background-index.jpg?v=2") no-repeat scroll center center;
    background-size: cover;
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    color: #3f4751;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 1.4;
}
p span {
    white-space: nowrap;
}
.logo-exeter,
.logo-falmouth {
    height: auto;
}
.logo-exeter {
    width: 219px;
    max-width: 219px;
}
.logo-falmouth {
    width: 194px;
    max-width: 194px;
}

/* STRUCTURE */
html,
body,
.container,
.container-inner {
    height: 100%;
}
.container-inner {
    display: table;
    margin: auto;
}

/* BOX */
.box {
    display: table-cell;
    vertical-align: middle;
    width: 640px;
}
.box-inner {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-bottom: 1px solid #dedede;
}
.box-inner2 {
    padding: 30px;
}
.box-header {
    background-color: #dedede;
    padding: 12px 30px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    text-align: center;
}

/* TABLE */
.table {
    display: table;
    width: 100%;
}
.row {
    display: table-row;
}
.column {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}
.column-1 {
    border-right: 1px solid #dedede;
    padding-right: 30px;    
}
.column-2 {
    padding-left: 30px;   
}
.row-1 .column {
    padding-bottom: 15px;
    text-align: center;
}
.row-2 .column {
    vertical-align: top;
}

.table a {
    display: block;
    text-align: center;
    border-bottom: 3px solid #fff;
}
.table a:hover {
    border-top: 3px solid #fff;
    border-bottom: 0 none;
}
