
       #careerForm {
            width: 100%;
            margin: 0 auto;
            padding: 10px 15px;
            position: relative;
            background-color: #0b165ee6;
            box-shadow: 0px 11px 9px 0px #2d72b9;
        }

        label {
              display: block;
            margin-bottom: 13px;
            color: #fff;
            font-size: 15px ;
        }

       input, textarea, select {
       width: 98%;
        padding: 10px;
        margin-bottom: 10px;
        border: 1px solid #cccccc69;
        height: 49px;
        color: #d7cdcd;
        font-size: 12px;
        }

        button {
            width: 54%;
            padding: 10px;
            border: 1px solid #007bff;
            background-color: #007bff;
            color: white;
            cursor: pointer;
            margin: 10px 0px;
        }
        

        .form-controly {
                display: block;
                width: 98%;
                padding: 0px !important;
                font-size: 12px;
                font-weight: 400;
                line-height: 3.5;
                color: #cfc9c9;
                /* background-color: #fff; */
                background-clip: padding-box;
                border: 1px solid #ced4da75;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                /* border-radius: 0.375rem; */
                transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
            }

        .error {
            color: red;
        }

        .alert {
            padding: 10px;
/*            border: 1px solid #ccc;*/
            margin-bottom: 10px;
        }

        .alert-success {
            background-color: #dff0d8;
            color: #3c763d;
        }

        .alert-error {
            background-color: #f2dede;
            color: #a94444;
        }
