﻿.panel-body {
    padding: 20px;
}

img.logo {
    max-width: 380px;
    height: 200px;
    margin-top: 100px
}

form.auth {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

    form.auth h2 {
        margin-bottom: 25px;
        padding-left: 3px;
    }

    form.auth h5 {
        margin-bottom: 25px;
        padding-left: 3px;
    }

.small-link {
    font-weight: bold;
    text-decoration: underline
}

.secure-field .fa-lock {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #aaa;
}

.secure-field input {
    padding-right: 25px;
}

button {
    text-transform: uppercase;
    font-weight: bold;
}

a.btn {
    text-transform: uppercase;
    font-weight: bold;
}

.validation-summary-errors ul,
.validation-summary-errors li {
    list-style: none;
    display: inline;
    padding: 0;
}

.supportInfo table {
    margin-left:auto; 
    margin-right:auto;
}

.supportInfo table td {
    padding-top: 2px;
    padding-right: 7px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}


select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
#error-message {
    font-weight: normal;
    border: 1px red solid;
    background: #ffee;
    color: red;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 5px;
    display: none;
}
.subtext {
    font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    padding-top: 0px;
    clear: both;
    text-align: left
}

.pw_criteria {
    display: block;
}
#cancel-button {
    background-color: #ffffff !important;
    border: 1px #363438 solid;
    padding: 5px 0px !important;
    width: 100px;
    float: right;
    margin-left: 5px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
ul {
    padding-inline-start: 10px;
}
.shrink-form .form-group {
    margin-bottom: 10px; /* Reduce the bottom margin of form groups */
}

.shrink-form .form-control {
    height: 30px; /* Reduce the height of input fields */
    padding: 5px 10px; /* Adjust padding inside input fields */
}

.shrink-form label {
    margin-bottom: 5px; /* Reduce the bottom margin of labels */
}

.shrink-form fieldset {
    padding: 10px; /* Reduce padding inside fieldsets */
}

.shrink-form legend {
    font-size: 1rem; /* Reduce font size of legends */
}