
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

#form_div a {
    color: #78b941;
    text-decoration: none;
}

#form_div a:hover {
    text-decoration: underline;
}

.form {
    width: 300px;
    margin: 0 auto;
}

#form_div input[type='text'], #form_div input[type='email'], #form_div input[type='password'] {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #CCC;
    padding: 5px;
    color: #333;
    font-size: 14px;
    margin-top: 2px;
}

#form_div input[type='submit'] {
    padding: 10px 25px 8px;
    color: #fff;
    background-color: #4bb1cf;
    text-shadow: rgba(0, 0, 0, 0.24) 0 1px 0;
    font-size: 16px;
    box-shadow: rgba(255, 255, 255, 0.24) 0 2px 0 0 inset, #fff 0 1px 0 0;
    border: 1px solid #3baae3;
    border-radius: 2px;
    margin-top: 5px;
    cursor: pointer;
    margin-top: 10px;
}

#form_div input[type='submit']:hover {
    background-color: #80c248;
}

#form_div{
     width: 40%;
     height: auto;
     padding: 1em;
     border: solid 3px #1c94c4;
     -webkit-border-radius:10px;
     -moz-border-radius:10px;
     background-color: #CCCCCC;
    clear: both;
    overflow: auto;
    margin-top: 50px;
 }


.form h1{
     font-size: 1.5em;
    font-style: normal;
    font-weight: bold;
    color: #1c94c4;
    padding-bottom: 5px;
 }

.form .form_text {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.form div{
    position: relative;
    float: left;
}

#submit_btn{
    float: right;
}

#respond{
    width: 100%;
    text-align: center;
    color: red;
    font-size: 0.7em;
    font-style: italic;
    padding: 5px;
}

.encabezado_seccion {
    width: 100%;
}

.square {
    background: #2D5A87;
    text-align: center;
    vertical-align: middle;
    font-size: large;
}

.square h1 {
    font-size: 23px;
    color: white;
    line-height: 100px;
}

#tituloRegistro{
    text-align: center;
}

#grupoBotonesRegistro{
    text-align: center;
}

/*
Prueba Gustavo
*/

.registro-form .row-custom {
    margin-left: -7px;
    margin-right: -7px;
}

.registro-form .row-custom .form-group {
    margin-bottom: 15px;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 7px;
    padding-right: 7px;
}

.registro-form .row-custom .form-group input.form-control2 {
    height: 50px;
    padding: 26px 10px 8px 15px;
    font-size: 14px;
}

.registro-form .row-custom .form-group .form-control2  {
    font-size: 14px;
    padding: 26px 10px 8px;
}

.registro-form .row-custom .bar {
    display: block;
    position: relative;
    width: 100%;
}

.registro-form .row-custom label {
    left: 23px;
}

.registro-form input:not([type=submit]):focus ~ label, .registro-form input:not([type=submit]):valid ~ label, .registro-form label.email-invalido {
    color: #666;
    font-size: 12px;
    font-weight: 300;
    top: -5px;
}

.registro-form input, .registro-form label, .registro-form select {
    vertical-align: middle;
    white-space: normal;
}

.registro-form .form-control2.changed {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.registro-form .form-control2 {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.4;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.registro-form input:not([type=submit]):focus {
    background-color: #fff;
    border: none;
    outline: none;
}

.registro-form label {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    left: 30px;
    line-height: 39px;
    pointer-events: none;
    position: absolute;
    top: 5px;
    transition: 0.2s ease all;
}

.registro-form .bar {
    display: block;
    position: relative;
    width: 100%;
}

.registro-form .bar:before, .registro-form .bar:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.registro-form .bar:before, .registro-form .bar:after {
    background-color: #00b0ff;
}

.registro-form .bar:before {
    left: 50%;
}

.registro-form .bar:after {
    right: 50%;
}

.registro-form .bar:before, .registro-form .bar:after {
    bottom: 1px;
    content: '';
    height: 2px;
    position: absolute;
    transition: 0.2s ease all;
    width: 0;
}

.registro-form .bar.changed:after, .registro-form .bar.changed:before {

    bottom: 1px;
    content: '';
    height: 2px;
    position: absolute;
    transition: 0.2s ease all;
    width: 50%;
}

#contenedorCentralSnit {
    background-color: #ffffff;
}

.registro-form .has-error .form-control2{
    border: 1px solid #f41e37;
}

.registro-form .has-error .form-control2:focus {
    border-color: #d50a22;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #f97f8d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #f97f8d;
}

.show-errors-hint
{
    font-size: 12px;
    margin-bottom: 0;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #f41e37;
}