.col-md-4 {
    display: inline-block;
    float: left;
    margin-left: 5%;
    position: relative;
    width: 90%;
}

.panel-default {
    border-color: #ddd;
    position: relative;float: left;
}
.panel {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    width: 100%;
}

.panel-heading {
	background: #428bca;
	font-weight: bold;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

.form-group {
    margin-bottom: 15px;
}

 label {
 	color:#666;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 10px;
}


.btn-primary {
    background-color: #428bca;
    border-color: #357ebd;
    color: #fff;
}
.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    margin-left: 3%;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    margin-left: 3.5%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 85%;
}

.alerta_error {
    background-image: linear-gradient(to bottom, #fcf8e3 0px, #f8efc0 100%);
    background-repeat: repeat-x;
    border-color: #f5e79e;
    color: #8a6d3b;

    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.alerta_envio {
    background-image: linear-gradient(to bottom, #C2EF91 0px, #ABCD86 100%);
    background-repeat: repeat-x;
    border-color: #f5e79e;
    color: #8a6d3b;

    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.textoMail
{
    background: #9cf none repeat scroll 0 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 0.9em;
    text-align: center;
    padding: 10px;
    width: 600px;
}

.textoMail a:
{
    color: blue;
}

.error_pass
{
    font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
    font-size: .8em;
}