font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-sm-offset-2 {
    margin-left: 16.66666667%
}

.col-sm-offset-1 {
    margin-left: 8.33333333%
}

.col-sm-offset-0 {
    margin-left: 0
}


}
@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    
    .col-md-offset-3 {
        margin-left: 25%
    }
    
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    
    .col-md-offset-0 {
        margin-left: 0
    }
}

}
input[type=search] {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
input[type=radio],
input[type=checkbox] {
    margin:4px 0 0;
    margin-top:1px \9;
    line-height:normal
}
input[type=file] {
    display:block
}
input[type=range] {
    display:block;
    width:100%
}
select[multiple],
select[size] {
    height:auto
}
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
output {
    display:block;
    padding-top:7px;
    font-size:14px;
    line-height:1.42857143;
    color:#555
}
.form-control {
    display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition:border-color ease-in-out .15s,
    -webkit-box-shadow ease-in-out .15s;
    -o-transition:border-color ease-in-out .15s,
    box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,
    box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075),
    0 0 8px rgba(102, 175, 233, .6);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075),
    0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color:#777;
    opacity:1
}
.form-control:-ms-input-placeholder {
    color:#777
}
.form-control::-webkit-input-placeholder {
    color:#777
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor:not-allowed;
    background-color:#eee;
    opacity:1
}
textarea.form-control {
    height:auto
}
input[type=search] {
    -webkit-appearance:none
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    line-height:34px;
    line-height:1.42857143 \0
}
input[type=date].input-sm,
input[type=time].input-sm,
input[type=datetime-local].input-sm,
input[type=month].input-sm {
    line-height:30px
}
input[type=date].input-lg,
input[type=time].input-lg,
input[type=datetime-local].input-lg,
input[type=month].input-lg {
    line-height:46px
}
.form-group {
    margin-bottom:15px
}
.radio,
.checkbox {
    position:absolute;
    margin-left: auto;
    display:inline-block;
    min-height:20px;
    margin-top:10px;
    margin-bottom:10px
}
.form-control-static {
    padding-top:7px;
    padding-bottom:7px;
    margin-bottom:0
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right:0;
    padding-left:0
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
    height:30px;
    padding:5px 10px;
    font-size:12px;
    line-height:1.5;
    border-radius:3px
}
textarea.input-sm,
select[multiple].input-sm {
    height:auto
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.33;
    border-radius:6px
}
select.input-lg {
    height:46px;
    line-height:46px
}
textarea.input-lg,
select[multiple].input-lg {
    height:auto
}
.has-feedback {
    position:relative
}
.has-feedback .form-control {
    padding-right:42.5px;
}
.form-control-feedback {
    position:absolute;
    top:25px;
    right:0;
    z-index:2;
    display:block;
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center
}
.input-lg+.form-control-feedback {
    width:46px;
    height:46px;
    line-height:46px
}
.input-sm+.form-control-feedback {
    width:30px;
    height:30px;
    line-height:30px
}
@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type=radio],
    .form-inline .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top:7px;
    margin-top:0;
    margin-bottom:0
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height:27px
}
.form-horizontal .form-group {
    margin-right:-15px;
    margin-left:-15px
}
@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    top:0;
    right:15px
}
@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px
    }
}
@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}
.btn {
    display:inline-block;
    padding:6px 12px;
    margin-bottom:0;
    font-size:14px;
    font-weight:400;
    line-height:1.42857143;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
    border-radius:4px
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline:thin dotted;
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
.btn:hover,
.btn:focus {
    color:#333;
    text-decoration:none
}
.btn:active,
.btn.active {
    background-image:none;
    outline:0;
    -webkit-box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow:inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events:none;
    cursor:not-allowed;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none;
    opacity:.65
}
.btn-default {
    color:#333;
    background-color:#fff;
    border-color:#ccc
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color:#333;
    background-color:#e6e6e6;
    border-color:#adadad
}
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image:none
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
    width:100%
}
.fade {
    opacity:0;
    -webkit-transition:opacity .15s linear;
    -o-transition:opacity .15s linear;
    transition:opacity .15s linear
}
.fade.in {
    opacity:1
}
.collapse {
    display:none
}
.collapse.in {
    display:block
}
tr.collapse.in {
    display:table-row
}
tbody.collapse.in {
    display:table-row-group
}
.collapsing {
    position:relative;
    height:0;
    overflow:hidden;
    -webkit-transition:height .35s ease;
    -o-transition:height .35s ease;
    transition:height .35s ease
}
.caret {
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:4px solid;
    border-right:4px solid transparent;
    border-left:4px solid transparent
}
.dropdown {
    position:relative
}
.dropdown-toggle:focus {
    outline:0
}
.dropdown-menu {
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:160px;
    padding:5px 0;
    margin:2px 0 0;
    font-size:14px;
    text-align:left;
    list-style:none;
    background-color:#fff;
    -webkit-background-clip:padding-box;
    background-clip:padding-box;
    border:1px solid #ccc;
    border:1px solid rgba(0, 0, 0, .15);
    border-radius:4px;
    -webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175);
    box-shadow:0 6px 12px rgba(0, 0, 0, .175)
}
.dropdown-menu.pull-right {
    right:0;
    left:auto
}
.dropdown-menu .divider {
    height:1px;
    margin:9px 0;
    overflow:hidden;
    background-color:#e5e5e5
}
.dropdown-menu>li>a {
    display:block;
    padding:3px 20px;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color:#262626;
    text-decoration:none;
    background-color:#f5f5f5
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color:#fff;
    text-decoration:none;
    background-color:#428bca;
    outline:0
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color:#777
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration:none;
    cursor:not-allowed;
    background-color:transparent;
    background-image:none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
    display:block
}
.open>a {
    outline:0
}
.dropdown-menu-right {
    right:0;
    left:auto
}
.dropdown-menu-left {
    right:auto;
    left:0
}
.dropdown-header {
    display:block;
    padding:3px 20px;
    font-size:12px;
    line-height:1.42857143;
    color:#777;
    white-space:nowrap
}
.dropdown-backdrop {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:990
}
.pull-right>.dropdown-menu {
    right:0;
    left:auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content:"";
    border-top:0;
    border-bottom:4px solid
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top:auto;
    bottom:100%;
    margin-bottom:1px
}
@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    [data-toggle=buttons]>.btn>input[type=radio],
    [data-toggle=buttons]>.btn>input[type=checkbox] {
        position: absolute;
        z-index: -1;
        filter: alpha(opacity=0);
        opacity: 0
    }
    .input-group {
        position: relative;
        display: table;
        border-collapse: separate
    }
    .input-group[class*=col-] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }
    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }
    .input-group-lg>.form-control,
    .input-group-lg>.input-group-addon,
    .input-group-lg>.input-group-btn>.btn {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 6px
    }
    select.input-group-lg>.form-control,
    select.input-group-lg>.input-group-addon,
    select.input-group-lg>.input-group-btn>.btn {
        height: 46px;
        line-height: 46px
    }
    .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: table-cell
    }
    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }
    .input-group-addon,
    .input-group-btn {
        width: 1%;
        white-space: nowrap;
        vertical-align: middle
    }
    .input-group-addon {
        padding: 6px 12px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        color: #555;
        text-align: center;
        background-color: #eee;
        border: 1px solid #ccc;
        border-radius: 4px
    }
    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }
    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }
    .input-group-addon input[type=radio],
    .input-group-addon input[type=checkbox] {
        margin-top: 0
    }
    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child>.btn,
    .input-group-btn:first-child>.btn-group>.btn,
    .input-group-btn:first-child>.dropdown-toggle,
    .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .input-group-addon:first-child {
        border-right: 0
    }
    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group>.btn,
    .input-group-btn:last-child>.dropdown-toggle,
    .input-group-btn:first-child>.btn:not(:first-child),
    .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .input-group-addon:last-child {
        border-left: 0
    }
    .input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap
    }
    .input-group-btn>.btn {
        position: relative
    }
    .input-group-btn>.btn+.btn {
        margin-left: -1px
    }
    .input-group-btn>.btn:hover,
    .input-group-btn>.btn:focus,
    .input-group-btn>.btn:active {
        z-index: 2
    }
    .input-group-btn:first-child>.btn,
    .input-group-btn:first-child>.btn-group {
        margin-right: -1px
    }
    .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group {
        margin-left: -1px
    }
}
@media only screen and ( max-width: 479px) {
    .col-xs-8 {
        width: 100%;
    }
}
body {
    background-color: #FFF;
    font-family: 'Ubuntu',
    sans-serif;
}
#webForm {
    width: 700px;
    padding: 20px;
    border-radius: 5px;
    margin: 10px auto auto auto;
    color: black;
    border: solid 2px #000;
    z-index: -1;
}
#webForm label {
    font-size: 16px;
    line-height: 30px;
    width: 54%;
    display: inline-block;
    text-align: right;
}
#overlay {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: absolute;
    display: none;
}
.input-frame {
    clear: both;
    margin-bottom: 25px;
    position: relative;
}
#webForm input,
#webForm select {
    height: 30px;
    width: 350px;
    margin-left: 1px;
    background-color: #5F71C0;
    border: solid 1px #404040;
    padding-left: 2px;
    color: white;
    font-size: 14px;
}
#webForm input:hover {
    background-color: #262626;
}
#webForm input:focus {
    border-color: #DB7400;
}
#webForm input::-webkit-input-placeholder {
    color: white;
}
#webForm .header {
    margin: -20px -20px 25px -20px;
    padding: 10px 10px 10px 20px;
    position: relative;
    background-color: black;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#webForm .header h1 {
    line-height: 50px;
    margin: 0px;
    padding: 0px;
    color: #FFF;
    font-weight: normal;
}
.actions {
    text-align: right;
}

/*.actions #submit {
display: none;
}
*/
.submit-btn {
    background-color: #DB7400;
    border: solid 1px #000;
    border-radius: 5px;
    color: #FFF;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    cursor: pointer;
}
.error input {
    border-color: red;
}
.error-data {
    color: red;
    font-size: 16px;
    position: absolute;
    bottom: -15px;
    left: 30%;
}
.password-strength {
    position: absolute;
    width: 150px;
    height: 20px;
    left: 69%;
    top: 35px;
    line-height: 20px;
    border: solid 1px #191919;
}
.password-strength .inner {
    position: absolute;
    left: 0;
    top: 0;
}
.password-strength .text {
    font-size: 11px;
    color: #FFF;
    text-align: center;
    position: relative;
    z-index: 10;
}
.floatedInputs {
    list-style-type: none;
    float: left;
}
.floatedInputs>li {
    margin-left: 10px;
    display: inline-block;
    clear: both;
}
@media only screen and ( max-width: 479px) {
    #webForm {
        width: auto;
    }
}
@media only screen and ( max-width: 1000px) {
    #webForm {
        width: auto;
    }
}
@media only screen and ( max-width: 767px) {
    #webForm {
        width: auto;
    }
}
@media only screen and ( max-width: 625px) {
    #webForm {
        width: auto;
    }
}
#webForm input,
#webForm select {
    height: 30px;
    width: 100%;
    margin-left: 2px;
    margin-right: 2px;
    background-color: #5F71C0;
    border: solid 1px #404040;
    padding-left: 10px;
    color: white;
}
.error-data {
    color: red;
    font-size: 16px;
    position: absolute;
    bottom: -30px;
    left: 30%;
}

}