.recaptcha-wrap {    margin-top: -1px;
       margin-top: -1px;
    position: relative;
    overflow: hidden;
    height: 56px;
    padding: 1px 0 0 1px;
    background: rgb(249, 249, 249);
    > div {
        position: absolute;
        bottom: 2px;
        right:2px;
        font-size:10px;
        color:#ccc;
    }
}

.recaptcha-wrap:after {
    content:'';
    display: block;
    background-color: #222;
    height: 2px;
    width: 100%;
    top: -1px;
    left: 0px;
    position: absolute;
}


.recaptcha-wrap:before {
    content:'';
    display: block;
    background-color: #222;
    height: 100%;
    width: 2px;
    top: 0;
    left: -1px;
    position: absolute;
    z-index: 1;
}


#g-recaptcha {
   overflow: hidden;
    height: 74px;
    margin-left: -1px;
    margin-top: -10px;
       border-right: 150px solid rgba(19, 35, 47, 0);
    border-top: 0px solid rgba(19, 35, 46, 0);
    border-left: 0px solid rgba(21, 37, 48, 0);
    border-bottom: 0px solid rgba(19, 34, 46, 0);
    position: relative;
    box-sizing: border-box;
}