
html, body {
    height: 100%;
    margin: 0;
    width: 100%;
}
#all {
    border: 1px solid red;
    height: 300px;
    margin: 10px auto auto;
    position: absolute;
    width: 200px;
}
.hide {
    display: none;
}
.container {
    max-width: 515px;
}
.container {
    left: 32.2%;
    margin-top: 90px;
    position: absolute;
    top: 35%;
}
.row {
    width: 100%;
}
.box-body {
    width: 100%;
}
.col-xs-6 {
    margin-bottom: 15px;
}
input[type="text"]:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-radius: 1px;
    border-style: none none solid;
    border-width: medium medium 3px;
    box-shadow: none;
    color: red;
    font-weight: bold;
}
input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color gray;
    border-image: none;
    border-radius: 1px;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    color: #fff;
    font-weight: bold;
}

.btn-danger {
	width: 90px;
}


#form-index::-webkit-input-placeholder{
    color:#fff;
    background-color: #4C4;
    text-transform: uppercase;
    font-style: bold;
}
#form-index::-moz-placeholder {
    color:#fff;
    background-color: #4C4;
    text-transform: uppercase;
    font-style: bold;
}​