#formularz_content {
    width: 100%;
    height: 100%;
    min-height: 700px;
    margin-bottom: -10px;
}
#formularz_content_left {
    width: 30%;
    margin: 30px auto 0px auto;
    float: left;
    text-align: justify;
    line-height: 1.5;
}
#formularz_content_right {
    width: 50%;
    margin: 10px auto 0px auto;
    float: left;
    height: 100%;
    text-align: left;
    line-height: 1.5;
}
.formularz_text a {
    color: #5f5f5f;
    font-size: 14px;
}
.formularz_text a:hover {
    color: #c92928;
}
.formularz_text {
    margin: 0;
    min-height: 100px;
    height: 100%;
    padding-right: 40px;
    text-align: left;
    margin-left: -7%;
}
p#messageSent {
    height: 40px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    margin: 30px 0 30px 0;
    font-size: 14px;
    color: #c92928;
}
.formularz_text p {
    color: #5f5f5f;
    font-size: 16px;
}
.formularz_text h1 {
    font-weight: normal;
    color: #5f5f5f;
    font-size: 16px;
}
ul.form li {
    font-size: 15px;
    list-style: none;
    margin-bottom: 20px;
}

.kariera-input_text {
    display: block;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 250px;
    height: 25px;
    font-size: 15px;
}
.kariera-input_text:focus {
    outline: none;
    border: 2px solid #c92928;
}

input[type="submit"] {
    display: block;
    margin: 0;
    width: 100px;
    height: 25px;
    font-size: 14px;
    background-color: white;
    border: 1px solid #c92928;
    color: #c92928;
    font-weight: bold;
    margin-left: 20%;
}
input[type="submit"]:hover {
    display: block;
    margin: 0;
    width: 100px;
    height: 25px;
    font-size: 14px;
    background-color: #c92928;
    border: 1px solid #c92928;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-left: 20%;
}

@media (max-width: 640px) {
    .kariera-input_text {
        display: block;
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
        width: 100px;
        height: 20px;
        font-size: 15px;
    }
    .kariera-input_text:focus {
        outline: none;
        border: 2px solid #c92928;
    }
    ul.form li {
        font-size: 13px;
        width: 160px;
        list-style: none;
        margin-bottom: 20px;
    }
    .formularz_text {
        margin: 0;
        min-height: 100px;
        height: 100%;
        width: 150px;
        text-align: left;
        margin-left: -20%;
    }
    input {
        width: 200px;
    }
}
