
.font-menu{
    font-weight:450;
}

.mt-center{
    margin-top:60px;
}

.mt-long{
    margin-top:200px;
}

.title-font{
    font-size:150px;
}

.image-red{
    height:60%;
    position:absolute;
}

.image-blue{
    height:60%;
    position:absolute;
    right:0
}

.round{
    border-radius:40px;
}

.margin-alert{
    margin-top:50px;
}

.pink-header{
    background-color:#f06292;
}

.cream-header{
    background-color:#FBE1C4;
}

.cream-bg{
    background-color:#FFF0DD !important;
}

.icon-table{
    font-size:15px;
}

.search-bar{
    transition:0.4s;
    color:white;
}

.indigo-border{
    border:3px solid #023047;
    margin:2px;
}

.yellow-right{
    top:0;
    right:0;
    position:absolute;
    width:40%;
}

.red-bg{
    left:0;
    position:absolute;
    width:20%;
    z-index:0;
}

.radius{
    border-radius:25px;
}

.blue-bg{
    position:absolute;
    right:0;
    width:20%
}

.homepage{
    position:absolute;
    right:-2;
    width:80%;
}

.logo-client{
    max-width:300px;
    max-height:50px;
    min-height:25px;
}

.tes{
    width:0;
}

.card-customer{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius:25px;
}

.border-left-id{
    border-left:5px #4A70D7 solid !important;
}