fbpx

Client Request Form

Kindly fill out this form. This information will help us find the right candidate for you

				
					console.log( 'Code is Poetry' );body{
    font-family: sans-serif;
    background-color: rgb(232, 232, 239);
    line-height: 1.5em;
    margin: 0;
}
body::before{
    content:'';
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 1000%;
    z-index: -1;
    background: var(--color-darkblue); 
}
#container{
    width: 80%;
    margin: 8em auto 0 auto;
    border: 1em;
    border-radius: 2em;
    background-color: #80bdff;
    
}
#gender{
    font-size: 1.2rem;
}
#header{
    padding-top: 2em;
    padding-bottom: .5em;
    margin-bottom: 1em;
}
#hero-section{
    margin-top: -4em;
    
}
#title{
    font-weight: 600;
    text-align: center;
}

#description{
    font-style: italic;
    font-weight: 200;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    font-size: 18px;
    text-align:center;  
}
label {
    align-items: center;
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}
input,button,select,textarea{
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#salary-label{
    margin-top: 1em;
}
#location-label{
    margin-top: 1em;
}
button{
    border: none;
}
#job-form{
    background: var(--color-darkblue-alpha);
    padding: 2.5rem 0.625rem;
    border-radius: 5px;
}
.form-group{
    margin: 0 auto 1.25rem auto;
    padding: 0.25rem;
}
#website-label{
    margin-top: 1em;
}
#phone-number-label{
    margin-top: 1em;
}
#address-label{
    margin-top: 1em;
}
h2{
    text-align: center;
}
#office-address{
    width:95%;
}
#comments{
    width: 95%;
}
/*.input-textarea{
    width: 80%;
    margin-right:;
}*/
.form-control{
    display:block;
    width: 95%;
    height: 2.375rem;
    padding: 0.375rem 0.75rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out;
    box-shadow: 0.15s ease-in-out;
}
.form-control :focus{
    border-color:#80bdff;
    outline: 0;
    box-shadow:0 0 0 0.2rem rgba(0, 123, 255, 0.25);;
} 
.input-textarea{
    min-height: 120px;
    width: 100%;
    padding:0.625rem;
    resize: vertical;
}
.submit-button {
    display: block;
    width: 100%;
    padding: 15px;
    background: black;
    color: white;
    border-radius: 20px;
    cursor: pointer;
}
 
.submit-button:hover{
    color:black;
    background-color: green;
    text-decoration: solid;
}


@media only screen and (min-width: 980px){
    .form-control{
        display: block;
        width: 90%;
        height: 2.375rem;
        padding: 0.375rem 0.75rem;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.25rem;
        transition: border-color 0.15s ease-in-out;
        box-shadow: 0.15s ease-in-out;
    }

    #comments{
        width: 90%;
    }
    #office-address{
        width: 90%;
    }
   
    #container{
        width: 60%;
        margin: 8em auto 0 auto;
        border: 1em;
        border-radius: 2em;
        background-color: #80bdff;
    }
    
    #website-label{
        margin-top: 1em;
    }
    #phone-number-label{
        margin-top: 1em;
    }
    #address-label{
        margin-top: 1em;
    }
}