html, body {
    height: 100%;
    background: #eeeeee;
    font-size: 1rem;
}
.form-index{
	box-shadow: 1px 1px 3px #000;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:10px;
}
.img_load{
	display:none;
}

.brand{
	padding: 10px 20px 10px;
}

#modal_find .modal-body{
	overflow-y: auto;
	max-height: 400px;
}

.error{
	background-color:#953b39;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	padding: 5px;
}
.row_formulario{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.stick-footer{
	min-height: 100%;
}

.hidden,.paso_dos,#planes_contratados{
	display: none;
}

.mayusculas{
	text-transform: uppercase;
}

#vacantes_publicadas, #vacantes_borradores {
    height: 450px;
    overflow-y: scroll;
    margin-top: 50px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
}

.form-signin {
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin{
    margin-bottom: 10px;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.btn_modal_chat{
	position: fixed;
	z-index: 1000;
	bottom: 90px;
	left: 20px;
}

label{
	word-break: break-all;
}

footer{
	margin-top: 168px;
	padding-top:15px;
	background: black;
	color: white;
	font-weight: bold;
}


#buttonWhats{
    position: fixed !important;
    left: 30px;
    bottom: 200px;
    z-index: 320;
	border:2px solid white;
	border-radius: 5px;
	background: black;
	padding:0px;
}
footer .col-md-3{
	margin-top: 10px;;
}