main_area@import "https://fonts.googleapis.com/css?family=Roboto:light,lightitalic,normal,italic,bold,bolditalic";

body {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    /*background-image: url(greyzz.png);*/
    /*background-repeat: repeat;*/
    font-family: Roboto, 'Source Sans Pro', sans-serif;
    background: #95c43d17;
}

::placeholder {
    color: #333333 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333333 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #333333 !important;
}

input[type="text"], input[type="number"], input[type="email"], .txtarea, select {
    color: #333333 !important;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #ffffff;
    z-index: 9000;
    opacity: 0.8;

    display: none;
}

.loader img {
    max-width: 100%;
    position: relative;
    top: 50%;
}

.main_area {
    margin: 10px auto;
    padding-top: 0px;
    width: 100%;
    max-width: 480px;
}

.banner_img {
    width: 100%;
    box-shadow: 0 3px 9px #0000001a;
    border-radius: 4px;
}

.form_main {
    color: #555 !important;
    font-family: 'Roboto';
    font-size: 14px;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 3px 9px #0000001a;
    -moz-box-shadow: 0 3px 9px #0000001a;
    box-shadow: 0 3px 9px #0000001a;
    margin-top: 15px;
    border-radius: 4px;
    background: #ffffFF;
}

.form-header-group {
    border: none;
    padding: 12px 36px 18px;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    color: #555555;
    background: #f5f5f5;
}

.form-header-group h4 {
    margin: 0;
    font-weight: bold;
}

.form_body {
    padding: 30px 30px;
}

.btn_submit {
    -moz-border-radius: .3em;
    -webkit-border-radius: .3em;
    border-radius: .3em;
    padding: 6px 18px;
    color: #dadee5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: -1px -1px 0px #000000;
    border: 1px solid #000000;
    -moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 25%), 0 1px 2px 0 rgb(0 0 0 / 44%);
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 25%), 0 1px 2px 0 rgb(0 0 0 / 44%);
    background: #030303;
    background: -moz-linear-gradient(top, #2e2e2e 0%, #030303 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e2e2e), color-stop(100%, #030303));
    background: linear-gradient(top, #2e2e2e 0%, #030303 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e2e2e', endColorstr='#030303', GradientType=0);
}

@media only screen and (min-width: 1200px) {
}