/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/RobotoBold/RobotoBold.eot");
    src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    background: rgb(0, 0, 0);
    margin: 0;
    padding: 0;
    font-family: "RobotoRegular";
}

.wind {
    width: 300px;
    background: white;
    margin: 200px auto 0;
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 100px 5px rgba(0, 0, 0, 0.6);
    z-index: 50;
    position: relative;
}

.wind img {
    margin: 0 0 20px;
}

.wind h1 {
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px;
    font-family: "RobotoBold";
    color: a515151;
}

.wind h3 {
    font-family: "RobotoRegular";
    color: #C10000;
    font-size: 16px;
    margin: 20px 0;
    line-height: 24px;
}

.wind input.klem_input {
    padding: 0 20px;
    border: none;
    background: rgba(0,170,48,0.1);
    height: 30px;
    margin: 0 0 5px;
    width: 300px;
    box-shadow: inset 0 0 0 1px rgba(0,170,48,0.5);
    box-sizing: border-box;
}

.wind textarea {
    background: rgba(0,170,48,0.1);
    border: none;
    resize: none;
    box-shadow: inset 0 0 0 1px rgba(0,170,48,0.5);
    padding: 20px;
    height: 100px;
    width: 300px;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0 0 3px;
}

.wind input[type="submit"] {
    background: #00aa30;
    color: #fff;
    width: 300px;
    border: none;
    height: 40px;
    font-size: 20px; 
    cursor: pointer;
}

.wind input[type="submit"]:hover {
    background: #0a842c;
}

body:before {content: "";display: block;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: url(/assets/templates/vooa/img/p6.png) center center;opacity: 0.6;}