@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');


.parent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
    opacity: 0.5;
}

.block {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -250px -0 -0 -250px;
    background-color:;
    border-color: white;
    border-style: solid;
    border-width: thin;
    padding: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 10px;

    
}

.head {
    margin-left: 25px;
    font-size: 18px;
    margin-top: -5px;
}

.txtInput {
    padding-top: 10px;
    font-size: 14px;
}

.txtInput input{
width: 100%;
}

.subButton {
    width: 100%;
    padding-top: 15px;

    
}

.subButton input {
    width: 254px;
    height: 25px;



}





.zForm{
    font-family: 'Roboto Condensed', sans-serif;
    width: 500px;
    padding: 30px;
    background: #FFFFFF;
    margin: 50px auto;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}
.zForm h2{
    background: #ffb633;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
    font-size: 18px;
    font-weight: 100;
    padding: 20px;
    margin: -30px -30px 30px -30px;
    font-weight: bold;
}
.zForm input[type="text"],
.zForm select 
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
}
.zForm textarea{
    resize:none;
    overflow: hidden;
}
.zForm input[type="button"], 
.zForm input[type="submit"]{
    -moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
    -webkit-box-shadow: inset 0px 1px 0px 0px #8dd817;
    box-shadow: inset 0px 1px 0px 0px #71f14b;
    background-color: #77ce12;
    border: 1px solid #4b8c17;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    padding: 8px 18px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 15px;
}
.zForm input[type="button"]:hover, 
.zForm input[type="submit"]:hover {
    background:linear-gradient(to bottom, #8ae200 5%, #64a104 100%);
    background-color:#ffb633;
}


.closeButton  {
z-index: 999;
margin-top: 67px;
    margin-left: 530px;
    position: absolute;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    cursor: pointer;
}
