﻿        body {
            /*background-image: url("sliderForm/images/grass-bg_2048x1538.jpg");*/

            background: url(../../sliderForm/images/bg-support.jpg) no-repeat center center fixed; 
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: bottom 50px left 0px;
        }

        .sld_container {
            width: 450px;
            height: 382px;
            margin: auto;
            /*background: rgba(255,255,255,0.4);*/
            /*background: rgba(66,139,202,0.4);*/
            /*background: rgba(204,204,204,0.4);*/
           background: rgba(225, 225, 225, 0.7);

            border: 0px solid white;
            border-radius: 10px;
            position: relative;
            border-top: 1px solid whitesmoke;
            border-bottom: 4px solid #e7e7e7;
        }

        .sld_container-bottom {
            width: 450px;
            height: 80px;
            margin: auto;
            background: rgba(255,255,255,0.4);
            border: 0px solid white;
            position: relative;
            margin-top: 5px;
            border-radius: 10px;
        }

        .sld_container_lining {
            margin: 0px 70px;
            opacity: 1;
            display: inline-block;
            vertical-align: middle;
        }

            .sld_container_lining table {
                margin: auto;
            }

        #lgn_captcha_IMGD {
            background-color: transparent !important;
        }

        .langBtn {
            background-repeat: no-repeat;
            padding-left: 20px;
            font-size: 12px;
            color: white;
            font-weight: bold;
            font-weight: bold;
            text-decoration: none;
        }

        .lang_container {
            position: absolute;
            font-size: 12px;
            color: White;
            font-weight: bold;
            padding: 10px;
            border-radius: 5px;
            background: rgba(255,255,255,0.4);
            box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
        }

        .next_button {
            background: #428BCA;
            color: #fff;
            font-family: Sans-serif;
            font-size: 17px;
            height: 48px;
            width: 120px;
            line-height: 42px;
            margin: 52px 25px 25px 25px;
            text-align: center;
            border: 0;
            transition: all 0.3s ease 0s;
            border-radius: 35px;
            cursor: pointer;
            border: 3px solid white;
            display: inline-block;
        }

            .next_button:hover {
                background: #CF4647;
            }

        .customCheckBoxList img {
            margin-bottom: -18px;
            padding-right: 5px;
        }

        .customCheckBoxList label {
            padding-left: 5px;
            padding-top: 4px;
            display: inline-block;
            height: 23px;
        }