body{
    margin-top: 0px;
    background-color: #e9e9e9;
}
.links{
    text-align: right;
    width: 100%;
    height: 30px;
    background-color: white;
}
.link2{
    padding: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    color:#333;
    text-decoration: none;
}
.link{
    padding: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    color:#333;
    background-color: #e9e9e9;
    text-decoration: none;
}
    .content_form{
        padding: 30px;
        margin-left: 400px;
        background: #fff;
        width: 810px;
        min-height: 185px;
        height: fit-content;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    }
.buuton_block{
    margin-top: 20px;
    width: 100%;
    padding: 10px;
}
.in-bl-el {
    width: 600px;
    height: 40px;
    margin-top: 10px;
    font-size: 16px;
}
.in-el{
    float: right;
    width: 200px;
    height: 40px;
    margin-top: 10px;
    font-size: 16px;
}
.button{
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    width: 120px;
    padding: 5px;
    text-align: center;
    background-color: cornflowerblue;
    color: #fff;
    font-family: "Mitra ";
    font-size: 16px;
    cursor: pointer;
    border: 0px solid red;
}
.button:hover{
    background-color: #3e7dd9;
}
.add-kp{
    float: right;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 120px;
    padding: 5px;
    text-align: center;
    background-color: lightseagreen;
    color: #fff;
    font-family: "Mitra ";
    font-size: 16px;
    cursor: pointer;
    border: 0px solid red;
}
.add-kp:hover{
    background-color: #2e978f;
}
