﻿body {
    font-family: Arial;
    line-height: 1.1;
    color: #515151;
    -webkit-font-smoothing: antialiased;
}

header {

}

#logoDiv {
    display: block;
    margin: 56px 0 0 0;
    background-color:#fff;
    height:100px;
}

/*#logo img {
    max-height: 100px;
    width: auto;
}

img {
    max-width: 100%;
    height: 82px !important;
    vertical-align: middle;
    width: 225px;
}*/

#txtDiv {
    text-align: center;
    display:block;
    width: 100%;
    margin: auto;
    top: 80px !important;
    position: relative;
}

#labelHead {
    font-size: 40px;
    font-weight: 600;

}

#labelMessage {
    font-size: 20px;
    font-weight: normal;
}


.btn-ghost-dark {
    padding: 20px;
    color: #1b1b1b;
    background-color: transparent;
    border-color: #1b1b1b;
    border-radius: 25px;
    font-size: 20px;
    transition: 0.5s;
}

    .btn-ghost-dark:hover {
        cursor: pointer;
        background-color: #000;
        color: #fff;
    }