textarea {
    background:none;
    border:none;
    resize:none;
    position:absolute;
    width:724px;
    height:333px;
    top:320px;
    left:565px;
    padding:20px;
    box-sizing:border-box;
    font-size:1.8em;
}

input.big {
    /*background:rgba(255,0,0,.3);*/
    background:none;
    border:none;
    width:103px;
    height:71px;
    position:absolute;
    text-align: center;
    font-size:1.3em;
}

input.med {
    /*background:rgba(255,0,0,.3);*/
    background:none;
    border:none;
    width:118px;
    height:36px;
    position:absolute;
    text-align: center;
    font-size:1.3em;
}

input.lil {
    /*background:rgba(255,0,0,.3);*/
    background:none;
    border:none;
    width:43px;
    height:36px;
    position:absolute;
    text-align: center;
    font-size:1.3em;
}

.verify {
    position:absolute;
    bottom:40px;
    right:125px;
    background:#eb7f26;
    width:80px;
    height:80px;
    border-radius:50%;
    box-shadow:inset 0 -5px rgba(0,0,0,0.3);
}

.verify i {
    font-size:3em;
    color:#FFF;
    line-height:80px;
}

.verify:hover {
    cursor:pointer;
}

.verify:active {
    height:75px;
    margin-top:5px;
    box-shadow:none;
}