body {
    background: #f3f6f8 !important;
    font-family: 'Mulish', sans-serif;
}
.center-box {
    margin: 25% auto;
    width: 60%;
    padding: 10px;
}
button.btn-searcher {
    position: absolute;
    margin-left: 6px;
    margin-top: -48px;
    border-radius: 50%;
    padding: 10px 14px;
    background: #ce2030;
    color: #fff;
    border: none;

}
label.form-label {
    font-size: 13px;
}
button.btn-searcher:hover{
    background: #ae0000;
}
.sect-search {
    padding: 40px 0px;
}
.serch-row .cnt-box {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    height: 100px;
}
input.form-control.full-search {
    padding: 15px 19px 15px 60px;
    border-radius: 25px;
    background: #ffffff;
    font-size: 15px;
    font-weight: 600;
    height: 54px;
}
span.tox-statusbar__branding svg {
    display: none;
}
.tox-promotion {
    display: none;
}
.cnt-box {
    padding: 5px;
    margin-bottom: 20px;
}
.row.serch-row {
    padding: 50px 0px;
}
.cnt-box h3 a {
    text-decoration: none;
    color: #13135f;
}  
ul.t-list {
    list-style: none;
}
ul.t-list li a {
    text-decoration:none;
}
li.listing- .cnt-box {
    margin-bottom: 5px;
}
.gradient-custom-2 {
    background: #fccb90;
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
}
.backred {
    background:#ce2030
}

button.btn.btn-primary.btn-block {
    width: 100%;
    padding: 10px;

    height: 40px;
    font-size: 12px;
    margin-bottom: 15px;
}
button.btn.btn-primary {
    border: 0px;
    background: #fccb90;
    background: -webkit-linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    background: linear-gradient(to right, #ee7724, #d8363a, #dd3675, #b44593);
    box-shadow: 0 4px 9px -4px #3b40ca;
}
.btn-primary.active, .btn-primary.active:focus, .btn-primary.focus, .btn-primary:active, .btn-primary:active:focus, .btn-primary:focus, .btn-primary:hover {
    box-shadow: 0 8px 9px -4px rgb(59 113 202 / 30%), 0 4px 18px 0 rgb(59 113 202 / 20%);
}
.text-white {
    color:#fff;
}
.edit {
    padding: 20px 0px;
}
.logspace {
    margin-top: 70px;
}
.d-flex {
    display: flex!important;
}
.col-lg-6.align-items-center {
    height: 581px !important;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.5rem;
}
.form-outline {
    position: relative;
}
.mb-4 {
    margin-bottom: 1.5rem!important;
}
.card {
    border: 0;
    box-shadow: 0 2px 15px -3px rgb(0 0 0 / 7%), 0 10px 20px -2px rgb(0 0 0 / 4%);
}
.rounded-3 {
    border-radius: 0.3rem!important;
}
.w-100 {
    width: 100%!important;
}
.justify-content-center {
    justify-content: center!important;
}
.row.g-0 {
  margin: 0px;
}

.pdtb10 {
    padding:10px 0px;
}
.pd10{
    padding:10px;
}

button.link-foot {
    background: transparent;
    border: none;
    color: #005dda;
    font-size: 10px;
}
footer.bottom-footer ul.link-list li a {
    font-size:9px;
    text-decoration:none;
}
footer.bottom-footer ul.link-list li {
    display: inline-block;
    padding: 4px 7px;
}
footer.bottom-footer ul.link-list {
    list-style: none;
    padding: 0px;
    text-align: center;
}
footer.bottom-footer {

    position: absolute;
    bottom: 0px;
    width: 100%;
}
@media only screen and (min-width: 1200px){
    .p-xl-5 {
        padding: 3rem!important;
    }
}
@media only screen and (min-width: 768px){
    .p-md-5 {
        padding: 3rem!important;
    }
    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important;
    }
}
@media only screen and (max-width:480px){

}