﻿body {
    background-image: url("/HB_Authentication/img/popup_gomobile.png?5952");
    background-color: #ffffff;
    background-attachment: fixed;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.HBHeadingM {
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
}

/* Chrome only hack, to fix the title going outside of the popup container */
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .HBHeadingM {
        width: 290px;
    }
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) and (min-width: 400px) {
    .HBHeadingM {
        width: 390px;
    }
}

/* Alignment */
body {
    height: 100% !important;
}

.MainPopup {
    height: 100%;
}

.ButtonContainer {
    position: absolute;
    bottom: 10px;
}

/* Button white */
.Button-white {
    background: #ffffff;
    border: 1px solid #aeaeae;
    color: #333;    
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.15);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    margin-left: 10px;
    min-width: 80px;
    padding: 0 15px;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 0px;
    padding-left: 15px;
    text-align: center;
    text-decoration: none;
}

.Button-white:hover {
    background-color: #EEE;
}
