﻿.CaptchaInputText {
    border-radius: 0;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 0 !important;
    box-shadow: 0 1px 0 0 #fff;
    color: #1c1c1c;
    font-size: 15px;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 7px 20px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}

input[type='text'] {
    width: 100%;
    height: 50px;
    padding-top: 20px;
    padding: 0 20px;
    vertical-align: middle;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 0px !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #888;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 0 0 #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.realperson-challenge {
    color: #000;
    position: absolute;
    display: block;
    width: auto;
    z-index: 100;
    left: 4% !important;
}

div br {
    line-height: 0px;
}
