#code[type=text] {
    width: 100%;
    padding: 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background: #EEE;
    height: 45px;
    line-height: 45px;
    border: none;
    padding-left: 20px;
    }
    
    #consultCorreios label{
        font-size: 21px;
        line-height: 25px;
        color: #222;
    }
    
    #btn-submit[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    }
    
    #btn-submit[type=submit]:hover {
    background-color: #45a049;
    }
    
    div#formcorreios {
        border-radius: 5px;
        background-color: #ffffff;
        padding: 25px;
        max-width: 800px;
        width: 100%;
    }
    button#btn-primary {
        background: #66cc66;
        color: #FFF;
        border-radius: 7px;
    }
    
    #consultCorreios .buttons-set {
        clear: both;
        margin: 10px 0 0;
        padding-top: 10px;
        border-top: 1px solid #ededed;
        text-align: left;
    }
    
    #consultCorreios .buttons-set button.button {
        float: right;
        margin-left: 10px;
        min-width: 140px;
    }