body {
	background: #ffffff;
}

.label {
    font-family: 'Poppins', sans-serif;
    color: #6c6c6c;
    font-size: 14px;
}

.control-input {
	display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #5c5c5c;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #ededed;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    margin-top: 5px;
    width: 100%;
}

.error-container {
	margin: 0;
    padding: 5px 10px;
    color: #c4690e;
    background: #fffdf3;
    border: 1px solid #e6bf4a;
    display: block;
    width: 100%;
}

.btn-submit{
        
    padding: 15px 40px;
    color: #fff;
    background: #1c1c1c;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    border: none;
    border-radius: 25px;
    margin-bottom: 15px;
    width: 160px;
    font-family: 'Poppins', sans-serif;
     text-transform: uppercase;
    }

.main-titulo {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    color: #4e4e4e;
    line-height: 22px;
    font-weight: 700;
}

td {
    font-family: 'Poppins', sans-serif;
    color: #6c6c6c;
    line-height: 25px;
    font-size: 12px;
}

.bordeGrisFondo {
    background-color: #f5f5f5;
}

p.mensaje {
	font-size: 22px;
    line-height: 32px;
    color: #a8a8a8;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}