﻿.scLoginLabel {
    width: 100px;
}

.scRegLabel {
    width: 175px;
}

.form-control {
    min-width: 100px;
}

html, body {
    height: 100%;
    margin: 0;
}

.full-height {
    height: 100%;
}

.editImage {
    height: 100px;
    width: 100px;
}

.AClass {
    right: 0px;
    position: absolute;
}

.specialTable {
    background-color: ghostwhite;
}

.subBranding {
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    left: 0px;
    text-align: center;
}

input[type="checkbox"]:focus, input[type="checkbox"].form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btnticketRelay {
    height: 66px;
    width: 100%;
}

    .btnticketRelay:focus {
        border-color: aqua;
    }

.ticketRelayLoginCard {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 45%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.ticketRelayCard {
    padding-bottom: 90px;
}

#imgCompLogo {
    height: 90px;
}

.ticketRelayTitle {
    color: white;
    text-align: center;
}

.ticketRelayBtnGroup {
    text-align: center;
}
