﻿
.TextBox_captcha
{
    -webkit-appearance: none;
    width: 355px;
    height: 59px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    border: none;
    outline: none;
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    color: #767676;
    font-size: 20px;
    font-family: 'Open Sans' , Helvetica, sans-serif;
    font-weight: 100;
}
.instruction_captcha
{
    font-family: 'Open Sans' , Helvetica, sans-serif;
    font-size: 16px;
    color: #444;
}

.captcha_captcha
{
    width: 280px;
    height: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../img/Captcha/captchaBG.JPG);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-sizing: border-box;
    padding-left: 55px;
    float: left;
    margin-left: 103px;
    margin-bottom: 15px;
}
.submit_captcha
{
    -webkit-appearance: none;
    width: 185px;
    height: 48px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #81b2e5;
    outline: none;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 23px;
    font-family: 'Open Sans' , Helvetica, sans-serif;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 20px;
}
.submit_captcha:hover
{
    background-color: #74a9e0;
}
.refresh_captcha
{
    -webkit-appearance: none;
    outline: none;
    border: none;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(../img/Captcha/Refresh_Captcha.png) no-repeat 8px 8px;
    background-color: #eaeaea;
    cursor: pointer;
    float: left;
    margin-top: 9px;
    margin-left: 13px;
}
.refresh_captcha:hover
{
    background-color: #e2e2e2;
}
.Border_captcha
{
    border-top: 1px solid #dbdbdb;
    width: 390px;
    margin: 20px auto 20px auto;
}
.container_captcha
{
    width: 559px;
    height: 559px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    background-color: #f8f8f8; /*	border: solid 1px #fff;*/
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 14;
    margin-top: -20%;
    margin-left: -20%;
    -webkit-appearance: none;
    text-align: center;
    position: fixed;
}
.blackBG_captcha
{
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 12;
    margin: 0px;
    top: 0px;
    left: 0px;
}
.contentAlign_captcha
{
    margin-top: 100px;
}
.Close_captcha
{
    /*display: block;
    height: 12px;
    width: 12px;
    padding: 15px;
    background-image: url(../img/Login/Sprites.png);
    background-position: -82px 0px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #808080;
    border: 1px solid rgba(255,255,255,.2);
    cursor: pointer;*/
    position: absolute;
    background-image: url(../img/Close.png);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    right: 10px;
    top: 10px;
    background-color: white;
    padding: 12px;
    border-radius: 55px !important;
    border: 1px solid #BDBDE6 !important;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    cursor: pointer;
    display: inline-flex;
}
/*.Close_captcha:hover
{
    background-position: -123px 0px;
    background-color: #797979;
}*/

.CloseAlign_captcha
{
    margin-right: 83px;
    margin-top: 38px;
    float: right;
}
.Heading_captcha
{
    font-family: 'Open Sans' , Helvetica, sans-serif;
    font-size: 30px;
    color: #4f8eb3;
    line-height: 36px;
}
/*.captcha_captcha
{
    width: 280px;
    height: 80px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    background-image: url(../img/Captcha/captchaBG.JPG);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-shadow: inset 0 0 3px rgba(0,0,0,.37);
    box-sizing: border-box;
    padding-left: 55px;
    float: left;
    margin-left: 103px;
    margin-bottom: 15px;
}
.submit_captcha
{
    -webkit-appearance: none;
    width: 185px;
    height: 48px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #81b2e5;
    outline: none;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 23px;
    font-family: 'Open Sans' , Helvetica, sans-serif;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 20px;
}
.submit_captcha:hover
{
    background-color: #74a9e0;
}
.refresh_captcha
{
    -webkit-appearance: none;
    outline: none;
    border: none;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(../img/Captcha/Refresh_Captcha.png) no-repeat 8px 8px;
    background-color: #eaeaea;
    cursor: pointer;
    float: left;
    margin-top: 9px;
    margin-left: 13px;
}
.refresh_captcha:hover
{
    background-color: #e2e2e2;
}
.Border_captcha
{
    border-top: 1px solid #dbdbdb;
    width: 390px;
    margin: 20px auto 20px auto;
}
.container_captcha
{
    width: 559px;
    height: 559px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    background-color: #f8f8f8; /*	border: solid 1px #fff;*/
    position: absolute;
    top: 40%;
    left: 50%;
    z-index: 14;
    margin-top: -20%;
    margin-left: -20%;
    -webkit-appearance: none;
    text-align: center;
    position: fixed;
}
.blackBG_captcha
{
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 12;
    margin: 0px;
    top: 0px;
    left: 0px;
}
.contentAlign_captcha
{
    margin-top: 100px;
}
.Close_captcha
{
    /*display: block;
    height: 12px;
    width: 12px;
    padding: 15px;
    background-image: url(../img/Login/Sprites.png);
    background-position: -82px 0px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #808080;
    border: 1px solid rgba(255,255,255,.2);
    cursor: pointer;*/
    position: absolute;
    background-image: url(../img/Close.png);
    background-repeat: no-repeat;
    background-position: 6px 6px;
    right: 10px;
    top: 10px;
    background-color: white;
    padding: 12px;
    border-radius: 55px !important;
    border: 1px solid #BDBDE6 !important;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    cursor: pointer;
    display: inline-flex;
}
/*.Close_captcha:hover
{
    background-position: -123px 0px;
    background-color: #797979;
}*/

.CloseAlign_captcha
{
    margin-right: 83px;
    margin-top: 38px;
    float: right;
}
.Heading_captcha
{
    font-family: 'Open Sans' , Helvetica, sans-serif;
    font-size: 30px;
    color: #4f8eb3;
    line-height: 36px;
}
@media only screen and (max-width: 481px) and (min-width: 100px)
{
.container_captcha {
    width: 100%;
    height: 2000px;
    padding-bottom: 182px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    position: absolute;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
}
.captcha_captcha
{
	margin-left:25px
}
.CloseAlign_captcha {
    margin-right: 0px;
}
}