
.login-box-background {
    background-color: #033B51  !important;
}
.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
}
.the-fieldset {
    border: 1px solid #e0e0e0;
    padding: 10px;
}
.form-picture{
    width: 90%;
 }

.login-page{
    background: url("../img/tick_acc_bg_2.jpg") fixed center no-repeat !important;
    background-color: #033B51  !important;
    background-size: cover !important;
}

.rule-name{
    width: 200px;
}

.rule-col{
    width: 200px;
}

.nav-max-content{
    width: max-content;
}

.main-header{
    background-color: rgb(8, 84, 120);
}

.navbar-light .navbar-brand{
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link-2 {
    color: #ffffff !important;
}

.remove-margin{
    margin-right: unset;
    margin-left: unset;
    max-width: 100%;
}

.stitle {
    font-family: Arial, Helvetica, Verdana;
    font-size: 24px;
    color: #3A94AC;
    font-weight: bold;
    line-height: 1.5;
}

.w14 {
    font-family: Tahoma, Arial, Helvetica, Verdana;
    font-size: 18px;
    color: #3A94AC;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5;
}

.custom-dialog-title {
    font-size: 20px !important;
}

.custom-dialog-message {
    text-align: left;
}

.negative-child a{
    color: #dc3545 !important;
}


@media only screen and (max-width: 900px) {
    .mobile-card {
        max-height: 600px; 
        overflow-x: auto;
    }

}


