*{
    box-sizing: border-box;
}
a{
    color: #dc1a1a;
}
input[type='email'], input[type='number'], input[type='password'], input[type='search'], input[type='tel'], input[type='text'], input[type='url'], input[type='color'], input[type='date'], input[type='month'], input[type='week'], input[type='datetime'], input[type='datetime-local'], input:not([type]), textarea, select{
    border-color: #c5c5c5;
}
.bold{
    font-weight: bold;
}
.custom-control{
    font-weight: 500;
    font-size: smaller;
    text-align: end;
}
.card{
    margin-bottom: 0px;
    padding: 80px;
    background-color: transparent;
}
.cardx{
    padding: 30px;
}
.button{
    width: 190px;
    background-color: #1d5aa7;
    border-color: #1d5aa7;
}
.button:hover{
    background-color: transparent;
    color: #1d5aa7;
    border-color: #1d5aa7;
}
.buttonOut{
    background-color: #404646;
    border-color: #404646;
}
.buttonOut:hover{
    background-color: transparent;
    color: #404646;
    border-color: #404646;
}
.btn-block {
    display: block;
    width: 100%;
}
.success{
    padding: 10px;
    background: #629c65;
}
.error{
    padding: 10px;
    background: #861f39;
    color: #ffffff;
}
.error-message{
    font-size: 10px;
    color: #bd4865;
}

.loginPage{
    display: flex;
    min-height: 650px;
}
.loginL{
    flex: 4;
}
.loginR{
    flex: 3;
    background-color: #dcdcdc;
    text-align: center;
}
.dateTime{
    text-align: center;
    padding: 5px;
    background: #2d1d1b;
    color: #ffffff;
}
.loginLl{
    background: url('/aduan-uins/img/BG.png') no-repeat;
    background-size: cover;
    height: calc(100% - 31px);
}
.bigImg{
    width: 15%;
}
.signup{
    font-size: smaller;
}
.register{
    padding-top: 2rem;
}
.bigTitle{
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: bolder;
    margin-top: 3rem;
}
.box-title{
    color: #343333;
}
.bottom{
    background-color: #2b2b2b;
    color:#ffffff;
    padding: 20px 50px;
}
.bTitle{
    text-transform: uppercase;
    font-weight: bolder;
    font-size: larger;
    padding-bottom: 10px;
    color: #f56060;
}
#modalBpa{
    text-align: center;
}
.modal-body{
    padding: 40px;
}
.modal-dialog{
    top: 100px;
}
.titleBpa{
    font-weight: bolder;
    margin-bottom: 20px;
}
.btnTadbir{
    padding: 12px;
    background:#cccccc;
    border-radius: 5px;
}
.btnTadbir:hover{
    background:transparent;
    border: 2px solid #cccccc;
}
li a{
    padding: 5px;
    border-radius: 7px;
}
li .active{
    background:#c32b51;
    color: white;
}
