body{
   background-color: rgb(107, 77, 77);

}
.col-form{
   padding-left: 5px;
   padding-right: 5px;
   color: rgb(0, 0, 0);
   font-size: 14px;
   border-radius: 12px;
}
.col-form div.col-form-body hr{
   border-color: rgb(0, 0, 0);
}
button.loading-act{
   position: relative;
}
.spinner-border.loading-button{
   width: 15px;
   height: 15px;
   border-bottom: 5px;
   border-top: 5px;
   border-color: rgb(0, 0, 0);
   position: absolute;
   left: 40%;
   top: 25%;
}
.col-form div.col-form-body{
   padding-bottom: 12px;
   box-shadow: 0 0 5px #000;
   background-color: rgb(255, 255, 255);
   min-height: 100vh;
   margin-top: 5px;
   border-radius: 12px;
}
.header img{
   margin-top: 12px;
}
.header img{
   width: 3cm;
}
.card {
   margin-left: 10px;
   margin-right: 10px;
   color: rgb(41, 40, 40);
   box-shadow: 0 0 10px #000;
}
.card ::placeholder{
   font-size: 13px;
}
.page-content .card{
   box-shadow: none;
}