    body {
        font-size: 15px;
    }
    .field-icon {
        float: right;
        /*margin-left: -10px;*/
        margin-right: 30px;
        margin-top: -25px;
        position: relative;
        z-index: 2;
    }
    
    #animate {
        padding-top: 15vh;
        position: relative;
        animation-name: animatetop;
        animation-duration: 1.2s
    }
    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {top:-300px; opacity:0} 
        to {top:0; opacity:1}
    }
    @keyframes animatetop {
        from {top:-300px; opacity:0}
        to {top:0; opacity:1}
    }
    .icheckbox {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        width: 20px;
        height: 20px;
        background: url(blue.png) no-repeat;
        border: none;
        cursor: pointer;
    }
    label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }