@charset "UTF-8";
.form-control,.btn,.input-group-addon{
    border-radius: unset;
}

.btn:focus {
    outline: none;
}

label{
    display: block;
    margin-bottom: 10px;
}
h2{
    font-size: medium;
}
body{
    background: #fff;
}
#msg{
    color: red;
}
.table,.table>thead>tr>th{
    background: #fff;
}
.hr-end{
    border-bottom: 1px solid #ddd;
    margin-bottom: 8px;
}
.iframe{
    width: 100%;
    height: 700px;
}
.input-group{
    margin-bottom: 16px;
}
.top{
    background: rgb(233, 236, 239);
}