html, body {
    margin: 0;
    padding: 0;
    outline: none;
    background: #ffffff;
    color: #444;
    -webkit-font-smoothing: antialiased;
    font-family: Verdana !important;
    font-size: 14px;
    font-weight: 400;
    height: auto !important;
    height: 100%;
    line-height: 1.6em;
    min-height: 100%;
}

.sequence {
    width:300px;
    height: 70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.vmware {
    width:300px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

.logo {
 text-align: center;
}

.societe {
 margin-top: 10px;
 text-align: center;
 font-size: 20px;
 font-weight: blod;
}

.contact {
 margin-top: 10px;
 text-align: center;
 font-size: 16px;
 font-weight: blod;
 text-decoration: none;
}

.contact a {
 text-decoration: none;
 color: #444 !important;
 -webkit-font-smoothing: antialiased;
 font-family: Verdana !important;
}

.contact a:hover {
 text-decoration: underline;
}