body {
    font-family: Arial, sans-serif;
    background-color: rgb(248, 248, 248);
}
.container {
    display: flex;
    justify-content:space-between;
    letter-spacing: 1px;
}
.group {
    padding: 10px;
    width: 45%;
    border: 2px solid #d8d8d8;
    border-radius: 8px;
}
.group input, .group select, .group label{
    width: 96%;
    margin: 0px 2px;
    height: 20px;
    font-size: 1rem;
}
.group button{
    height: 30px;
    font-size: 14px;
    letter-spacing: .3px;
}
.groupaa{
    display: flex;
    padding: 10px;
    width: 45%;
    border: 2px solid #d8d8d8;
    border-radius: 8px;
}
.groupaa label{
    display:block;
    /* text-transform: uppercase; */
    margin-bottom: 0px;
}
.groupaa input{
    width: 96%;
    margin: 0px 2px;
    margin-bottom: 0px;
    height: 20px;
    font-size: 1rem;
}
.groupaa select{
    width: 96%;
    margin: 0px 2px;
    margin-bottom: 0px;
    height: 30px;
    font-size: 1rem;
}
.rectangle {
    position: relative;
    top: 0px; left: 20px;
    width: 130px;
    height: 65px;
    border: 2px solid #cccccc;
}
.kol{
    display: grid;
    padding: 10px;
    width: 50%;
}
.kol2{
    display: grid;
    padding: 10px;
    width: 50%;
    margin: 20px 2px;
    margin-bottom: -14px;
}
.kol2 label{
    margin-bottom: -15px;
}
input:hover, select:hover{
    background-color: rgb(255, 234, 234);
}
.checkbox {
    position:absolute;
    accent-color: rgb(21, 255, 0);
}
.top-left {
    top: 5px;
    right: 40px;
}
.top-right {
    top: 5px;
    left: 40px;
}
.bottom-left {
    bottom: 5px;
    right: 40px;
}
.bottom-right {
    bottom: 5px;
    left: 40px;
}