
::selection {
    color: #fff;
    background: #f676b2; /* Safari */
}

::-moz-selection {
    color: #fff;
    background: #f676b2; /* Firefox */
}

* {
    margin: 0 auto;
    padding: 0;
    border: 0;
}

body {
    /*    background: url(../image/invoice1.png);*/
    /*    background-repeat: no-repeat;
        background-size: 100%;*/
    background: #ffffff;
    font-family: Tahoma, Verdana, Arial;
    text-align: left;
    text-decoration: none;
}

#wrapper1 {
    width: 673px;
    position: absolute;
    left: 58%;
    top: 40%;
    margin-left: -150px;
    margin-top: -200px;
}

#wrapper11 {
    width: 920px;
    /*    position: absolute;
        left: 58%;
        top: 40%;
        margin-left: -150px;
        margin-top: -200px;*/
}

#header11 {
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #338526;
    height: 120px;
}

.header-left {
    width: 30%;
    float: left;
}

.header-right {
    width: 70%;
    float: right;
    text-align: right;
    padding-top: 15px;
}

.button, .register {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

#content11 {
    width: 920px;
    margin-top: 30px;
    float: left;
    text-align: left;
}

.content11-left {
    width: 440px;
    float: left;
    text-align: left;
}

    .content11-left .register {
        margin-right: 20px;
        background: none;
        border: none;
        /*text-shadow: 0px 1px 0 rgba(256,256,256,0.5);*/
        color: #A90B08;
        padding: 10px;
        cursor: pointer;
    }

        .content11-left .register:focus {
            position: relative;
            bottom: -1px;
        }

        .content11-left .register:hover {
            color: #338526;
        }

    .content11-left .button {
        /*    float:right;*/
        text-align: right;
        padding: 5px 15px;
        /*    font-family: 'Bree Serif', serif;*/
        /*    font-weight: 300;*/
        color: #fff;
        /*    text-shadow: 0px 1px 0 rgba(0,0,0,0.25);	*/
        background: #338526;
        border-radius: 2px;
        cursor: pointer;
    }

        .content11-left .button:hover {
            background: #4ead40;
        }

.content11-right {
    width: 440px;
    float: right;
    text-align: left;
}

    .content11-right .aOpen {
        cursor: pointer;
        border: 1px solid #fff;
        padding: 7px 4px 10px 4px;
    }

        .content11-right .aOpen:hover {
            border: 1px solid #ccc;
            cursor: pointer;
            padding: 7px 4px 10px 4px;
        }

.content11-no .button {
    text-align: right;
    padding: 5px 15px;
    font-size: 17px;
    color: #fff;
    background: #4cae4c;
    border-radius: 2px;
    cursor: pointer;
}

    .content11-no .button:hover {
        background: #3f9db8;
    }

#footer11 {
    border-top: 0px solid #56C2E1;
    font-family: Tahoma, Verdana, Arial;
    background: #ffffff;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    font-size: 13px;
}

.login-form {
    width: 673px;
    /*    margin: 0 auto;*/
    position: relative;
    z-index: 5;
    height: 430px;
    background: #f3f3f3;
    float: left;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

    .login-form .login-form11 {
        width: 335px;
        float: left;
        background: #f3f3f3;
        border-right: 1px solid #338526;
        position: relative;
    }

    .login-form .login-form22 {
        width: 335px;
        float: right;
        background: #f3f3f3;
        position: relative;
    }

    .login-form .header {
        padding: 15px 20px 20px 20px;
    }

        .login-form .header h1 {
            font-family: Tahoma, Verdana, Arial;
            font-weight: bold;
            font-size: 17px;
            line-height: 34px;
            text-transform: uppercase;
            color: #000000;
            margin-bottom: 10px;
        }

        .login-form .header span {
            line-height: 16px;
            color: #000000;
            font-family: Tahoma, Verdana, Arial;
        }

    .login-form .content {
        padding: 0 20px 25px 20px;
    }

        /* Input field */
        .login-form .content .input {
            width: 295px;
            padding: 13px 25px 13px 10px;
            color: #475B5F;
            background: #fff;
            border: 1px solid #fff;
            border-radius: 2px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
            -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
            -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
        }

        .login-form .content .password, .login-form .content .pass-icon, .email-icon {
            margin-top: 25px;
        }

        .login-form .content .input:hover {
            background: #dfe9ec;
            color: #414848;
        }

        .login-form .content .input:focus {
            background: #dfe9ec;
            color: #414848;
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
        }

.user-icon, .pass-icon {
    width: 46px;
    height: 47px;
    display: block;
    position: absolute;
    left: 0px;
    padding-right: 2px;
    z-index: 3;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.user-icon, .email-icon {
    width: 46px;
    height: 47px;
    display: block;
    position: absolute;
    left: 0px;
    padding-right: 2px;
    z-index: 3;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.user-icon {
    top: 147px;
    background: rgba(65,72,72,0.75) url(../image/user-icon.png) no-repeat center;
}

.pass-icon {
    top: 221px;
    background: rgba(65,72,72,0.75) url(../image/pass-icon.png) no-repeat center;
}

.email-icon {
    top: 221px;
    background: rgba(65,72,72,0.75) url(../image/email1.png) no-repeat center;
}

/* Animation */
.input, .user-icon, .pass-icon, .email-icon, .button, .register {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

/*******************
FOOTER
*******************/

.login-form .footer {
    padding: 25px 25px 40px 25px;
    overflow: auto;
    background: #d4dedf;
    border-top: 1px solid #fff;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);
}

    /* Login button */
    .login-form .footer .button {
        /*    float:right;*/
        text-align: right;
        padding: 5px 15px;
        /*    font-family: 'Bree Serif', serif;*/
        /*    font-weight: 300;*/
        font-size: 17px;
        color: #fff;
        /*    text-shadow: 0px 1px 0 rgba(0,0,0,0.25);	*/
        background: #56c2e1;
        border: 1px solid #46b3d3;
        border-radius: 2px;
        cursor: pointer;
        box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
        -moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
        -webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
    }

        .login-form .footer .button:hover {
            background: #3f9db8;
            border: 1px solid rgba(256,256,256,0.75);
            box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
            -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
            -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
        }

        .login-form .footer .button:focus {
            position: relative;
            bottom: -1px;
            background: #56c2e1;
            box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
            -moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
            -webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
        }

    /* Register button */
    .login-form .footer .register {
        /*
    display: block;
    float: right;*/
        margin-right: 20px;
        background: none;
        border: none;
        /*font-weight: 300;
    text-shadow: 0px 1px 0 rgba(256,256,256,0.5);*/
        font-size: 17px;
        color: #414848;
        padding: 10px;
        cursor: pointer;
        /*font-family: 'Bree Serif', serif;*/
    }

        .login-form .footer .register:hover {
            color: #3f9db8;
        }

        .login-form .footer .register:focus {
            position: relative;
            bottom: -1px;
        }

#footer1 {
    border-top: 1px solid #666;
    font-family: Tahoma, Verdana, Arial;
    background: #ffffff;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    /*    font-size: 14px;*/
    /*    color: #000000;*/
}

#over {
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

::-webkit-input-placeholder {
    color: #a3a3a3;
}

table tbody tr:nth-child(1) td div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px !important;
    margin: 0;
    margin-bottom: 10px;
    font-family: sans-serif;
    font-size: 20px !important;
}

label {
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
}

.form-group {
    display: inline-block;
    width: 100%;
}

.form-control123:focus {
    border-color: #3c8dbc;
    box-shadow: none;
    outline: none;
}

.form-control123 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

table tbody tr:nth-child(3) td div.form-group > div div:nth-child(2) div:nth-child(1) {
    text-align: left;
    margin-left: 8px;
    width: auto !important;
}

table tbody tr:nth-child(3) td div.form-group > div > div:nth-child(2) div:nth-child(2) {
    padding: 0 !important;
    padding-top: 5px !important;
    width: auto !important;
}

table tbody tr:nth-child(3) td div.form-group > div > div:nth-child(2) {
    width: 50% !important;
}

table tbody tr:nth-child(3) td div.form-group > div > div:nth-child(1) {
    width: 45% !important;
    float: left;
}

#idImageCap {
    height: 34px;
}

table tbody tr:nth-child(3) td div.form-group > div div:nth-child(2) div:nth-child(1) img {
    max-width: 100%;
}

input[type="button"]:hover {
    background: #204d74 !important;
}

input[type="button"] {
    background: #367fa9 !important;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
    color: white !important;
    padding: 5px 15px !important;
}

table tbody tr:nth-child(5) input[type="button"]:hover {
    background: #4ead40;
    color: white;
}

#content11 {
    text-align: center;
}

.content11-right {
    display: none;
}

#wrapper11 {
    width: 400px;
    display: inline-block;
    background: white;
    margin-top: 50px;
}

#header11 {
    margin-top: 20px;
    padding: 0 25px;
    border-bottom: 2px solid #3c8dbc;
}

.content11-left {
    padding: 30px 25px !important;
    width: 100%;
}

#content11 {
    width: 100%;
    margin-top: 0;
}

body {
    position: relative;
    text-align: center;
    background-image: url('header.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;   
    width: 100%;
    height: 100%;
}

#footer11 {
    float: left;
}

#content {
    padding: 0;
}

@media screen and (min-device-width:300px) and (max-device-width:449px) {
    #content11 {
        width: 100% !important;
    }

    #wrapper11 {
        width: 100%;
    }

    #content11 form {
        padding: 20px 2% !important;
    }

    .content11-left {
        padding: 0 !important;
    }

    #idImageCap {
        width: 125px;
    }

    .img-captcha {
        margin-left: 0;
    }

    .wrap-img-captcha {
        width: 52%;
    }
}

#footer11 {
    position: relative;
}

#footer1 {
    position: relative;
}

@media screen and (min-device-width:300px)and (max-device-width:320px) {
    #idImageCap {
        width: 115px;
    }
}

@media screen and (min-device-width:350px) and (max-device-width:449px) {
    .wrap-img-captcha {
        width: 50%;
    }

    #idImageCap {
        width: auto;
    }
}
