body,html{
    margin:0;
    padding:0;
    background: #7bc1bf;
    color:#fff
}

.notValid{
    background:url(../images/ko.png);
    width:250px;
    height:250px;
    display:block;
    margin:auto;
    background-size:100% ;
    margin-top:30px;
    margin-bottom:30px;
}

#text{
    text-transform: capitalize !important;
}

.valid{
    background:url(../images/ok.png);
    width:250px;
    height:250px;
    display:block;
    margin:auto;
    background-size:100% ;
    margin-top:30px;
    margin-bottom:30px;
}