﻿html, body {
    height: 100%;
    color: #fff;
}

/*body {
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}*/

h1, h2, h3, h4, h5 {
    font-weight: bold;
}

h1 {
    font-size: 4em;
}

h2, #frm_section {
    font-size: 30px;
    margin: .83em 0;
}

input {
    margin: 10px 0;
}

#pgl_form {
    min-height: 500px;
    min-height: 50vh;
    background: url('@Url.Content("~/Content/images/hdx/property.jpg")') no-repeat center center fixed;
    background-size: cover;
    margin-top: 0px;
    overflow: hidden;
}

#pgl_form {
    margin: 0;
}

form label {
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    font-size: 16px;
}

input[type="text"], input[type="email"], textarea, input[type="tel"] {
    width: 100%;
}

input[type="submit"] {
    text-transform: capitalize
}

#registerform {
    padding: 50px 0;
}

#pgl_formovl {
    padding: 0;
    background: none;
    background: rgba(0, 0, 0, 0.2);
}

.form-pptext {
    color: #fff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

input[type="text"], input[type="url"], input[type="email"], input[type="tel"], input[type="number"], Textarea {
    margin: 0;
}

#l1m-footer {
    display: none;
}

#det_map {
    width: 100%;
    z-index: -1;
    position: fixed;
    top: -10px;
    left: 0px;
}

#landing-map-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    z-index: -1;
}

#landing-map {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: inline-block;
}

#landing-map-cb {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.bg-darken {
    background: rgba(0, 0, 0, 0.5);
    min-height: 100%;
}

#formhead {
    padding: 20px 10px;
    background: none;
}