body,  html{

    background-image: url('../images/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow-y: scroll;
}

.columns {
    margin-bottom: 0 !important;
}

.columns .column{
    background-color: var(--second-color);
    height: max-content;
    padding: 70px 20px 70px 30px;
}

.mytabs {
    overflow: hidden;
}

.mytabs .tabfree {
    width: 50%;
    text-align: center;
}

.mytabs .tab {
    background: var(--main-color) !important;
}

.tab img {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.control{
    width: 100%;
}

.field:first-of-type {
    margin-top: 0px !important;
}

.field {
    margin-top: 30px;
    margin-bottom: 30px;
}
