body {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #29B5AB, white);
    background-repeat: repeat-x;
}

.veng {
    display: inline-block;
    color: #333;
    font-style: italic;
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: -370px;
}

.kidsrow {
    background: #fff;
    border-top: 1px solid #29B5AB;
    box-shadow: #29B5AB 7px 8px 8px;
}

.lock-word span {
    font-size: 100px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}
.lock-word .first-word {
    margin-right: 250px !important;
}

.cardheader{
    padding-top: 36px;
    font-size: 18px;
    color: #29B5AB;
}

.cardlogin {
    box-shadow: 3px 3px 6px #999;
    background-image: linear-gradient(to bottom, #EAF4FE , white, #EAF4FE);
    background-repeat: repeat-x;
}

#cookieDiv {
    margin-top:calc(10% + 30px);
}

#webfooter {
    background: none repeat scroll 0 0 white;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: fixed;
    right: 0;
}

.cookieConsentContainer {
    z-index: 999;
    width: 350px;
    min-height: 20px;
    box-sizing: border-box;
    overflow: hidden;
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;

}

.cookieConsentContainer .cookieSubcont {
    padding: 30px 30px 30px 30px;
    background: #6FB7FC;
    border-radius: 12px;
}

.cookieConsentContainer .cookieTitle {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 20px;
    display: block;
}
.cookieConsentContainer .cookieDesc p {
    margin: 0;
    padding: 0;
    font-family: OpenSans, arial, "sans-serif";
    color: #FFFFFF;
    font-size: 13px;
    line-height: 20px;
    display: block;
    margin-top: 10px;
    margin-bottom: 16px;
} 

.cookieConsentContainer .cookieDesc a {
    font-family: OpenSans, arial, "sans-serif";
    color: #FFFFFF;
    text-decoration: underline;
}

.cookieConsentContainer .cookieButton a, .cookieConsentContainer .cookieButton a:hover {
    color: #fff;
}


.cardlogin {
    margin-top: 48px;
}

@media (max-width: 768px) {

    .hidden-small{
        display: none;
    }

    .cardlogin {
        margin-top: 0px;
    }

    .cardheader{
        padding-top: 36px;
        float: right;
        width: 66%;
    }

    .headrow img {
        width: 90px;
        margin: auto;
    }

    .headrowimg {
        float: left;
        width: 33%;
    }

    .cookieConsentContainer {
        bottom: 0px !important;
        left: 0px !important;
        width: 100%  !important;
        padding: 16px;
    }
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -28px;
    margin-right: 15px;
    position: relative;
    z-index: 20;
}
.code-input {
    font-size: 20px;
}

.for-recaprcha {

}

.middle-box h2 {
    margin-left: -60px;
    margin-right: -60px;
    font-size: 32px;
}