
.training-register input[type="text"],
.training-register input[type="password"],
.training-register textarea,
.training-register textarea.form-control {
    height: 36px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 13px;
    font-weight: 300;
    line-height: 44px;
    color: #333;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .training-register textarea,
    .training-register textarea.form-control {
        height: 90px;
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 30px;
    }

        .training-register input[type="text"]:focus,
        .training-register input[type="password"]:focus,
        .training-register textarea:focus,
        .training-register textarea.form-control:focus {
            outline: 0;
            background: #fff;
            border: 1px solid #388E3C;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .training-register input[type="text"]:-moz-placeholder, .training-register input[type="password"]:-moz-placeholder,
        .training-register textarea:-moz-placeholder, .training-register textarea.form-control:-moz-placeholder {
            color: #888;
        }

        .training-register input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder,
        textarea:-ms-input-placeholder, .training-register textarea.form-control:-ms-input-placeholder {
            color: #888;
        }

        .training-register input[type="text"]::-webkit-input-placeholder, .training-register input[type="password"]::-webkit-input-placeholder,
        textarea::-webkit-input-placeholder, .training-register textarea.form-control::-webkit-input-placeholder {
            color: #888;
        }

.training-register label {
    font-size: 14px;
    color: #388E3C;
    font-weight: 600;
}

    .training-register label.radio-inline {
        font-size: 16px;
        color: #333;
        font-weight: 600;
    }


.training-register .btn {
    min-width: 105px;
    height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

    .training-register .btn:hover {
        opacity: 0.6;
        color: #fff;
    }

    .training-register .btn:active {
        outline: 0;
        opacity: 0.6;
        color: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .training-register button.btn:focus,
        .training-register button.btn:active:focus,
        .training-register button.btn.active:focus {
            outline: 0;
            opacity: 0.6;
            color: #fff;
        }

    .training-register .btn.btn-next,
    .training-register .btn.btn-next:focus,
    .training-register .btn.btn-next:active:focus,
    .training-register .btn.btn-next.active:focus {
        background: #388E3C;
    }

    .training-register button.btn.btn-submit,
    .training-register button.btn.btn-submit:focus,
    .training-register button.btn.btn-submit:active:focus, .training-register button.btn.btn-submit.active:focus {
        background: #388E3C;
    }

    .training-register button.btn.btn-previous,
    .training-register button.btn.btn-previous:focus,
    .training-register button.btn.btn-previous:active:focus, .training-register button.btn.btn-previous.active:focus {
        background: #bbb;
    }

.text-danger.field-validation-error {
    font-weight: bold;
    display: block;
}

.has-error .form-control {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

select.form-control#PackageId {
    padding: 8px 15px;
    font-size: 13px;
    color: #333;
    font-weight: 600;
}

.panel-title input[type="radio"] {
    margin-right:5px;
}

.panel-title label {
    color: #333;
    margin-bottom: 0;
    font-size: 16px;
}