body {
    background-color: #0b264c !important;
}

.logbox {
    background-color: white;
    border-radius: 5px;
    padding: 30px;
    border: 1px solid Silver;
    padding-top: 50px !important;
}

.logobox {
    height: auto;
    margin-bottom: 30px;
}

.logMasterContainer {
    margin-top: 5%;
}

.troubles {
    color: dimgray;
    text-decoration: none;
}

.troubles:hover {
    color: green;
    font-weight: 800;
    text-decoration-line: none;
}

.disclaimer {
    margin-top: 10px;
    font-size: 11px;
    color: gray;
}

.logoPlacement {
    height: 50px;
    margin: 0 auto 0 auto;
    display: block;
}

.grayLogoPlacement {
    margin: 0 auto 0 auto;
    display: block;
}

.rights {
    font-size: 11px;
    color: gray;
    text-align: center;
    padding-top: 15px;
}

.buttonSubmit {
    -moz-box-shadow: inset 0px 1px 0px 0px #2c4785;
    -webkit-box-shadow: inset 0px 1px 0px 0px #2c4785;
    box-shadow: inset 0px 1px 0px 0px #2c4785;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2c4785), color-stop(1, #2c4785));
    background: -moz-linear-gradient(top, #0b264c 5%, #2c4785 100%);
    background: -webkit-linear-gradient(top, #0b264c 5%, #2c4785 100%);
    background: -o-linear-gradient(top, #0b264c 10%, #2c4785 100%);
    background: -ms-linear-gradient(top, #0b264c 10%, #2c4785 100%);
    background: linear-gradient(to bottom, #0b264c 10%, #2c4785 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c4785', endColorstr='#2c4785', GradientType=0);
    background-color: #0b264c !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #0b264c !important;
    display: inline-block;
    cursor: pointer;
    color: #ffffff !important;
    font-family: Arial;
    font-size: 14px;
    padding: 6px 76px;
    text-decoration: none;
    width: 100%;
}

.buttonSubmit:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
    background: -moz-linear-gradient(top, #2c4785 5%, #2c4785 100%);
    background: -webkit-linear-gradient(top, #2c4785 5%, #2c4785 100%);
    background: -o-linear-gradient(top, #2c4785 5%, #2c4785 100%);
    background: -ms-linear-gradient(top, #2c4785 5%, #2c4785 100%);
    background: linear-gradient(to bottom, #2c4785 5%, #2c4785 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b', GradientType=0);
    background-color: #2c4785;
    color: white;
    border: 1px solid #0b264c;
}

.buttonSubmit:active {
    position: relative;
    top: 1px;
    color: white !important;
}

.alert-red {
    color: orangered !important;
    font-size: 12px;
}

#loaderGif {
    visibility: hidden;
    text-align: center;
}

.logoContainer,
#hemasLogo {
    text-align: center;
}

#errMG {
    color: brown;
    font-size: 12px;
}

.prideText {
    text-align: center;
    font-size: 12px;
    color: #285e8c !important;
    margin-bottom: 30px;
}
