form.form_register_veo{
        color:#f1f1f1;
        font-family:'raleway', arial;
        }
    .registe_veo_form{
        padding: 30px;
        margin-top: 50px;
        box-sizing: border-box;
        border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        }
    .register_header{
        padding: 250px 0;
        background-repeat: no-repeat;
        background-size:cover;
        }
    .label-register-veo{
        font-size: 11px;
        color: #CEE7F9;
        }
    .select-register-veo,.field-register-veo{
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        color: rgb(92, 117, 128);
        background-color: #ffffff;
        border: solid 2px #1BBCF4;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding: 5px 8px;
        margin:5px 0px;
        /*background-image: url(../images/select-bg.svg);*/
        /* background-image: url(../images/cajas.png); */
        background-repeat: no-repeat;
        background-position: right;
        }      
    .submit-register-courier{
        display: flex;
        justify-content: flex-end;
        }
    .submit-register-courier input{
        border: none;
        color: #ffffff;
        background-color: #0075BC;
        padding: 10px 20px;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        }