/* Basic styles for modal */
.qr-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.qr-modal .modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    text-align: center;
}
.top-logo-public{
    width: 150px;
    max-width: 150px;
    max-height: 100px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.wrapper-content {
    padding: 20px 10px 40px;
}
.footer-public{
    position:fixed;
    bottom:0;
}
.middle-box-big{
    border-radius:15px;
    margin-left: 20%;
    width: 60%;
    background: #FFF;
    padding: 15px 25px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.middle-box-big h1{
    text-align:left;
    font-weight:bold;
    color:#000;
}
.subtext{
    font-size:12px;
    opacity: 0.7;
    margin-top: 10px;
}
.email-subtext {
    font-size:12px;
    opacity: 0.7;
    text-align: left;
    float: right;
}
.languageButton{
    padding:8px 20px;
    font-weight:bold;
    margin-left: 5px;
}
label.checkbox{
    color:rgb(103, 106, 108) !important;
}
div.language{
    text-align:right;
}
.faded{
    opacity:0.3;
}
.thxmsg{
    color:white;
    border:none;
    padding:8px 50px;
    border-radius:5px;
}
#page-wrapper.public{
    margin:0;
    min-height: 0;
}
.company-logo{
    margin: 20px 0 20px 0;
}
.text-center{
    text-align: center !important;
}
.welcomeText{
    margin: 0 0 20px;
    color: gray;
}
#page-wrapper.public{
    margin:0;
    min-height: 0;
}

@media only screen and (max-width: 900px) {
    .middle-box-big{
        margin: 20px 0 30px 0;
        width:100%;
    }
}

/* Register template */
.noAnonCheckbox {
    float:right;
    text-align: left;
    margin-bottom: 10px;
}
.noAnonForm {
    display: inline-flex !important;
}
.company-logo-style {
    height: 75px !important;
}

@media (max-width: 430px) {
    .noAnonCheckbox {
        float: left;
        margin-bottom: 10px;
    }
    .noAnonForm {
        display: block !important;
    }
    .company-logo-style {
        height: 30px !important;
    }
}
