.contactform {
    width: 750px;
    background-color:ghostwhite;
  
}

.contactform h5 {
    color: black;
    font-family: "Century Gothic";
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding: 30px;
    margin: 8;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    position: absolute;
    z-index: 9999;
}


.namebox {
    font-family: "Century Gothic";
    font-style: bold;
    font-size: 12px;
    text-align:right;
    padding: 10px;
    
}

.emailbox {
    font-family: "Century Gothic";
    font-style: bold;
    font-size: 12px;
    text-align: right;
    padding: 10px;
}

.msgbox {
    font-family: "Century Gothic";
    font-style: bold;
    font-size: 12px;
    text-align:right;
    padding: 10px;
}


.enquirybox {
    font-family: "Century Gothic";
    font-style: bold;
    font-size: 12px;
    text-align:right;
    padding: 10px;
    color:grey;
}

.enquiryboxdrop {
    border: none;
    width:200px;
    text-align:left;
    font-family: "Century Gothic";
    font-size: 12px;
    background-color:transparent;
}


.input {
    display: inline-flex;
    height:15px;
    padding: 10px;
    font-family: "Century Gothic";
    font-size: 12px;
    width:790px;
    border-bottom: grey;
    border-width:2px;
    border:transparent;
    text-align: left;
    background-color:transparent;
}


.inputenquiry {
    display: inline-flex;
    height:15px;
    padding: 10px;
    font-family: "Century Gothic";
    font-size: 12px;
    text-align: right;
    color:black;
    background-color:transparent;
}

input:focus, textarea:focus, select:focus {
    outline:none;
}

.inputmsgbox {
    display: inline-flex;
    padding: 10px;
    font-family: "Century Gothic";
    font-size: 12px;
    width: 775px;
    align-content: center;
    background-color:transparent;
    border:transparent;
  
}

.label {
    width:200px;
}

.submitbtn {
    font-family: Century Gothic;
    font-size:12px;
    border: none;
    background:grey;
    width:290px;
    height:30px;
    color: white;
}

.submitbtn:hover {
    border: none;
    background-color: #eada18;
    width:300px;
    height:30px; 
    color: white;
    transition: 0.3s;
    cursor: pointer;
}
