body{
    background-color: var(--bs-body-bg);
    height: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 40px;  
}

.btn-primary {
              background-color: #0d6efd;
             }
             
#success_m{
background-color:white;
border-radius: 3px;
color:black;
padding-left: 3px;
}
    
#error_m{
        color:red;
        background-color:white;
        border-radius: 3px;
        }
    
#logo{
        width:60px;
        height:60px;
        margin-top: 0px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
        }