/* BlueDogCssLogin */

* { font-family: Georgia, 'Times New Roman', Times, serif; color:#4D4D4D;font-size: 21px;}
.clearer {clear:both;}
h1 {
    letter-spacing: -0.5px;
    font-weight: 900;
    margin-bottom: 30px;
    font-size: 21px;
}
a {
    font-weight: 700;
    color:#4D4D4D;
    border-bottom: 2px solid #993333;
}
a:hover {
    text-decoration: none;
    color:#993333;
}
p {
    margin-bottom: 20px;
}
h3 {
    font-family: 'MUBold';
    /* color: #993333; */
    color: #000;
    font-size: 50px;
    /* text-transform: uppercase; */
    text-align: center;
    margin: 2rem 0;
}
.title-description{
    color: #000;
    font-size: 26px;
    text-align: center;
    /* line-height: 1.8; */
}
.mainwrapper {
    display: block;
    /* background: #FFF; */
    /* margin: 40px auto; */
    /* box-shadow: 0px 0px 2px rgba(0,0,0,0.3); */
    padding:30px;
    margin-bottom: 5rem;
}

.panel {
    padding-top:40px;
    box-shadow: none;
    border-radius: 0px;
    border: none;

}
.access {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    padding: 50px 100px;
}
.firstaccess {
    display: none;
}
.registration {
    display: none;
}

p.columntitle {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    display: block;
    /* margin-bottom: 30px; */
}
.columntitle.login{
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    color: #000;
}

p.columnintro {
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 0px;
    display: block;
    margin-bottom: 30px;
}

ul.standard {
    list-style: none;
}
ul.standard li {margin-bottom: 50px;}
ul.standard li::before {content: "Гўв‚¬Вў"; color: #993333;position:absolute;left:35px;}

ul.tab {
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    width:100%;
    height:42px;
    padding-left:120px;
    margin-top:40px;
}
ul.tab li {
    float:left;
    font-size: 14px;
    line-height: 40px;
    width:auto;
    padding:0 20px;
    margin-right: 10px;
    background:#ebebeb;
    border:1px solid #ebebeb;
    position:relative;
    cursor:pointer;
    text-transform: uppercase;
    font-weight: bold;
}
ul.tab li.selected {
    background:white;
    color:#993333;
}
ul.tab li.selected:after {
    content:'';
    height:2px;
    width:100%;
    position:absolute;
    bottom:-1px;
    left:0;
    background: #FFF;
}
form {
    width:100%;
    margin:0 auto;
}
.form-group {
    display: block;
    clear: both;
    position:relative;
    width:100%;
    margin-bottom: 10px;
    min-height: 45px;
}
.form-group label {
    font-size: 14px;
}
.form-group input,
.form-group select
{
    height:42px;
    width:100%;
    min-width: 170px;
    /* float:right; */
    border:2px solid #ccc;
    position:relative;
    padding:4px 10px;
    font-size: 14px;
    line-height: 30px;
    display: block;
}
.form-group .info {
    clear:both;
    font-size: 12px;
    line-height: 18px;
    color:#666;
    width:50%;
}
.form-group.login-button{
    margin: 0 auto;
    width: 170px;
}
.form-group a {
    font-size: 16px;
    /* width: auto; */
    /* float: right; */
    /* margin-top: 40px; */
    color: #9E3223;
}
.form-group select:after {
    content:' - ';
    font-family:'FontAwesome';
    color:#993333;
    position:absolute;
    right:20px;
    top:10px;
}
.form-group .error-message{
    font-size: 18px;
    font-weight: bold;
    color: #FF1F00;
    margin-top: 20px;
}
.form-group .error-message-rt{
    font-size: 14px;
    color: #FF1F00;
    margin-top: 10px;
}
.form-group .list-title{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.form-group ol{
    padding-inline-start: 15px;
}
.form-group li{
    font-size: 16px;
    color: #000;
    padding: 10px 5px;
}
.form-group li a {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #9E3223;
}
.form-group .submit-button{
    max-width: 250px;
    margin: 20px auto;
    /* display: inline-block; */
    font-weight: bold;
    border:1px solid #993333;
    padding:5px 20px;
    /* font-family: Arial, Helvetica, sans-serif; */
    /* color: #000; */
    font-size: 14px;
    /* background: #fff; */
    cursor:pointer;
    text-transform: uppercase;
    color: #fff;
    background: #993333;
}
.form-group.forgot-password-buttons{
    width: max-content;
    display: block;
    margin: 2.5rem auto;
}
.form-group .submit-button.cancel-button{
    max-width: fit-content;
    color: #000;
    border-color: #000;
    background: transparent;
    display: inline-block;
    margin: 1rem;
}
.form-group .submit-button.continue{
    max-width: fit-content;
    display: inline-block;
    margin: 1rem;
}
.passwordValidationError{
    font-size: small;
    color: #FF1F00;
}
/* .password{
    margin-top: 20px;
} */
.check{
    color: #00C514;
    position: relative;
    bottom: 5rem;
    right: 2rem;
    float: right;
}
.no-login-cred{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.cred-request{
    color: #000;
    font-size: 16px;
    margin-bottom: 1rem;
}
.cred-request a{
    color: #000;
    font-size: 16px;
    /* text-decoration: underline; */
    font-weight: bold;
    color: #9E3223;
}
.reminder{
    font-size: 14px;
    color: #71717C;
}
.password-example{
    text-align: center;
    font-size: 14px;
    color: #000;
}
.repeat-password{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 3rem;
    text-align: center;
}
header img.brand {background-color: #FFF;}

.form-group.checkable {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-group.checkable.floater {
    width:120px;
    float:left;
}
/* Hide the browser's default checkbox */
.form-group.checkable input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    border:2px solid #4D4D4D;
}

/* On mouse-over, add a grey background color */
.form-group.checkable:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-group.checkable input:checked ~ .checkmark {
    border:6px solid #993333;
}

/* .footer {
    margin-top:40px;
    font-size:12px;
    color:grey;
}
.footer a {
    font-size:12px;
    color:grey;
} */

.footer{
    padding-top: 50px;
    background: #F5F5F5;
}
.footer-consult{
    text-align: center;
    font-size: 14px;
    color: #000000;
}
.need-help{
    font-family: 'MUBold';
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    margin-right: 10px;
}
.footer-consult a{
    color: #9E3223;
    font-size: 16px;
}
.emblems{
    width: 70%;
    display: flex;
    /* border-top: 1px solid #c4c4c4; */
    margin: 0 auto;
    padding: 50px 0;
}
.emblems-inner-wrap{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding: 10px;
}
.emblems-inner-wrap:first-of-type{
    /* border-right: 1px solid #c4c4c4; */
}
.footer-bottom{
    width: 100%;
    padding: 46px;
    background: #ECECEC;
}
.footer-bottom p{
    margin: 0 auto;
    color: #71717C;
    font-size: 14px;
    text-align: center;
}

.footer-bottom a{
    font-size: 14px;
    color: #71717C;
    border-bottom: none;
    font-weight: normal;
}

.custPopup{
    background-color: #fefefe;
    margin: auto;
    padding: 80px 80px 40px;
    border: 1px solid #707070;
    width: 50%;
    
}
.popupBackground{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    /* opacity: 0.7; */
}
.custPopup p,
.custPopup span{
    font-size: 16px;
    color:#000;
}
.custPopup .bold-text{
    font-weight: bold;
}
.custPopup a{
    color: #9E3223;
    font-size: 16px;
}
.custPopup .popup-bottom{
    font-size: 14px;
    font-style: italic;
    color: #71717C;
}
.custPopup .additional-info{
    line-height: 2;
}
.custPopup .submit-button{
    margin-top: 5rem;
}
.english{
    float: right;
    margin-top: -17rem;
}
.english label{
    font-size: 16px;
    border-bottom: none;
    cursor: pointer;
}
.form-group .pwdError{
    color: #993333;
    font-size: 16px;
    margin-top: 0;
}
.popup-footer{
    border-top: 1px solid #c4c4c4;
    padding-top: 2rem;
}
.close-button{
    width: 3rem;
    height: 3rem;
    padding-top: .2rem;
    padding-left: .75rem;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    box-sizing: border-box;
    float: right;
    margin-top: -6rem;
    margin-right: -6rem;
    cursor: pointer;
}
.popupBackground .custPopup .close-button .close-sign{
    color: #9E3223;
}