.header{
    width:  900px;
    height: 70px;
    background-color: #013c5c;
    border-radius: 5px 5px 0px 0px;
}

.description{
    margin-left: 30px;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.inputField{
    width: 600px;
    margin: auto;
    margin-bottom: 20px;
}

.g-recaptcha{
    width: 150px;
    height: 40px;
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0px;
    background-color: #02afa6;
    color: white;
    vertical-align: middle;
    cursor: pointer;
}

.inputLabel{
    font-size: 1.1em;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.errorMessage{
    color: red;
}
.errorInput{
    border-color: red;
}

.g-recaptcha{
    display: inline-block;
}
form{
    margin: 0 auto;
    width: 900px;
    background-color: #f5f5f5;
    box-shadow: 3px 3px 10px;
    border-radius: 7px 7px 5px 5px;
    padding-bottom: 25px;
}
h2{
    color: white;
    font-weight: lighter;
    font-size: 1.4em;
    padding: 22px 30px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    text-align: center;
}

hr{
    margin: 20px 30px;
    background-color: #e0e0e0;
}

input{
    width: 600px;
    border: 1px solid #ccc;
    line-height: 2em;
    height: 2em;
    padding-left: 10px;
}

textarea{
    width: 600px;
    height: 200px;
    padding-left: 10px;
    resize: none;
}
.submitWrapper{
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    margin: auto;
    text-align: center;
}

.submitError{
    margin-left: 150px;
}
.domainName{
    font-weight: bold;
}
body{
    background-image: url(hero.jpg);
    margin: 0;
}

.successDiv{
    margin: 100px 0px;
}

.successMessage{
    text-align: center;
}

.header-wrapper{
    background-color: white;
    min-width:800px;
    overflow:auto;
}

.logoheader{
    position: absolute;
}

.logoheader img{
    height: 34px;
    margin-left:30px;
    margin-top:13px;
}

.dmHeader{
    width: 100%;
}

.domainManagerTitle{
    font-size: .7em;
    margin: 3px 0 0 0;
    color: #003B5C;
    font-weight: normal;
    line-height: 110%;
}

.serviceMark{
    color: #003B5C;
    font-size: .7em;
}