.identity-container {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    text-align: center;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 12px;
    line-height: 30px;
    color: #777;
   
}

.logo {margin:15px 15px 0 15px }
.logo-left, .logo-right {width:48%; margin:0 1%; float:left}
.logo-left { text-align:right } 
.logo-right { text-align:left }
.logo-left img, .logo-right img {height:auto; max-height:85px; max-width:100% }