.contact-one {
    border: 6px solid #000;
    position: relative;
    max-width: 945px;
}

.contact-one .umbraco-forms-field .text,
.contact-one .umbraco-forms-field textarea {
    border: 0;
    border-bottom: 1px solid #000; 
    height: 40px; 
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.contact-one .umbraco-forms-field textarea {
    min-height: 100px; 
    padding: 9px 12px; 
    border: 0;
    border-bottom: 1px solid #000;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

.contact-one .umbraco-forms-field .text:focus,
.contact-one .umbraco-forms-field textarea:focus {
    outline: none; 
    border: 0; 
    border-bottom: 1px solid #000;
}

.contact-one .umbraco-forms-navigation input[type="submit"] {
    background-color: #000; 
    color: #fff; 
    padding: 10px 20px; 
    border: none;
    border-radius: 4px; 
    cursor: pointer; 
    font-size: 14px; 
    text-transform: uppercase; 
    transition: background-color 0.3s;
}

.contact-one .umbraco-forms-navigation input[type="submit"]:hover {
    background-color: #444;
}

.contact-one .umbraco-forms-field .text::-webkit-input-placeholder {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.contact-one .umbraco-forms-field .text::-moz-placeholder {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.contact-one .umbraco-forms-field .text:-ms-input-placeholder {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.contact-one .umbraco-forms-field .text:-moz-placeholder {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
}

.umbraco-forms-hidden {
    display: none !important;
}

.contact-info {
    position: absolute;
    right: 155px;
    top: 54px;
    width: 310px;
}

.contact-info .icon-content p {
    word-break: normal;
}

@media only screen and (max-width: 1200px) {
    .contact-one {
        max-width: 745px;
    }
}

@media only screen and (max-width: 991px) {
    .contact-one {
        padding-right: 375px;
    }
    .contact-info {
        right: 40px;
        width: 310px;
        top: 21px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-one {
        padding-right: 40px;
    }
    .contact-info {
        right: 0px;
        width: 100%;
        top: 0px;
        position: inherit;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .contact-one {
        padding: 15px;
    }
}
