html {
	font-size: 100%;
}

body{
	background-color: #666 !important;
	color: #000;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    direction: ltr;
}


.content {
    background: url(../images/login/bg-white-lock.png) repeat;
    width: 291px;
    margin: 90px auto 0 auto;
    margin-bottom: 0px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}

h3 {
	font-weight: 300;
	margin-top: 10px;
    margin-bottom: 25px;
	color: #eee;
	font-size: 24.5px;
	line-height: 40px;
	text-rendering: optimizelegibility;
}

/* Formulario de Login */
#login {
	margin: 0;
	padding: 0;
	color: white;
}

#login .control-group {
	border-radius: 0 !important;
}

#login .control {
	background-color:  white;
	border: none;
	margin-bottom: 20px !important;
}

.input-icon.left i {
    color: #ccc;
    display: block !important;
    position: absolute !important;
    z-index: 1;
    margin: 9px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
	font-family: FontAwesome;
    font-weight: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
	line-height: normal;
    vertical-align: baseline;
	line-height: normal;
    vertical-align: baseline;
}

input.dialog {
	display: inline-block;
	width: 100%;
	margin: 1px;
	padding: 6px 6px 6px 33px;
	font-family: 'Open Sans', sans-serif;
	border: none;
	font-size: 14px;
	line-height: 20px;
	outline-style: none;
}

.boton {
	background-color: #17c7f3;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	color: white;
	line-height: 27px;
	padding: 0 10px;
	border-color: #6ddef8;
	text-shadow: rgb(40, 165, 230) 1px 1px 0px;
}

.copyright {
    text-align: center;
    width: 270px;
    margin: 0 auto;
    padding: 10px 10px 0 10px;
    color: #eee;
    font-size: 12px;
}

#condiciones {
    background-color: white;
}

h4 {
	font-weight: bold;
	margin-top: 10px;
    margin-bottom: 25px;
	color: #1e5b95;
	font-size: 16px;
	line-height: 30px;
	text-rendering: optimizelegibility;
}

#condiciones a {
	text-decoration: none;
	padding: 5px 10px;
}