
.header{
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-submit-main{
    color: #0d6efd;
    text-decoration: underline;
    outline: none;
    background-color: white;
    border: none;
}

.block-button{
    display: flex;
}

.block-button input{
    margin-right: 10px;
}

#block_for_spinner{
    margin-right: 10px;
    min-width: 32px;
}

.last{
    margin-left: auto;
}

.nav-link-menu{
    color: #0d6efd;
}

.form-group{
    margin-bottom: 15px;
}

footer{
    min-height: 20px;
}

.margin-top-and-bottom-5{
    margin-bottom: 5px;
    margin-top: 5px;
}