.cv-form input {

                        width: 100%;
                        height: 55px;
                        padding: 10px 15px;
                        margin-bottom: 15px;
                        border: 1px solid #ddd;
                    }


                    .cv-form input[type="file"] {

                        padding: 12px;
                        height: auto;
                    }


                    .cv-form button {

                        border: none;
                        cursor: pointer;
                        color: white;
                    }


                    /* AGREEMENT STYLE */

                    .agreement-box {

                        margin-bottom: 20px;
                    }


                    .agreement-box input {

                        width: auto;
                        height: auto;
                        margin-right: 10px;
                    }


                    .agreement-box label {

                        font-size: 14px;
                        cursor: pointer;
                    }