.main{
    width:480px;
    box-shadow:0 3px 5px 5px #22223380;
}

.fejlecbox{
padding:4px;
}
.form-group {
    display: flex;
    padding:4px;
    text-align:left;
    margin:2px;
}
.form-group {
    display: flex;
    justify-content: space-between;
}
.form-group div:nth-child(1) {
    width: 30%;
}
.form-group div:nth-child(2) {
    width: 70%;
}
.form-group input {
    width: 80%;
}
input[type=submit]{
    cursor: pointer;
    margin:8px;
}
.main a:nth-child(3) {
    color: orange;
}