#titlecontact {
    height: 180px;
    width: 100%;
}

h1 {
    position: relative;
    text-align: center;
    top: 100px;
}

#forminfo {
    position: relative;
    left: 15%;
    line-height: 40px;
}

#forminfo p {
    color: #F32;
    font-size: 12px;
}

#sbmtcpl {
    position: relative;
    top: 50px;
    height: calc(100vh - 280px);
    text-align: center;
    line-height: 40px;
}

#sbmtcpl h2 {
    color: hsl(205, 100%, 45%);
}

#sbmtcpl p {
    padding: 70px 0;
}

form {
    position: relative;
    left: 10%;
    width: 80%;
}

div label {
    margin-left: 100px;
    width: 200px;
}

div input[type=text],
div input[type=email],
div input[type=tel],
div textarea {
    font-family: sans-serif;
    padding: 5px 10px;
    font-size: 86%;
    border: solid 1px #aaa;
    border-radius: 3px;
    background: #fff;
    width: 300px;
}

.requiredmark::after {
    content: " *"; 
    color: #F32;
    font-size: 12px;
}

.cfminpt {
    width: 80%;
    padding: 0 12%;
}

div textarea {
    width:60%;
    height: 150px;
    min-height: 150px;
    max-height: 400px;
    resize: vertical;
}

input[name=btn_confirm],
input[name=btn_submit],
input[name=btn_back] {
    margin: 10px;
    padding: 5px 30px;
    font-size: 100%;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    box-shadow: 0 3px 0 #3898FE;
    background: #6BB2FF;
}

input[name=btn_back] {
    margin-right: 20px;
    box-shadow: 0 3px 0 #777;
    background: #999;
}

.element_wrap {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.submit_wrap {
    text-align: center;
}

label {
    display:block;
    float:left;
    vertical-align: top;
    margin: 10px;
    font-weight: bold;
    width: 150px;
}

.element_wrap p {
    margin: 10px;
    text-align: left;
    clear: left;
}