@import url(https://fonts.googleapis.com/css?family=Exo:100,200,400);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300);

body{
	margin: 0;
	padding: 0;
	background: #fff;

	color: #fff;
	font-family: Arial;
	font-size: 12px;
}

.body {
    position: absolute;
    top: -20px;
    left: -20px;
    right: -40px;
    bottom: -40px;
    width: auto;
    height: auto;
    background-image: url(../imagenes/dashboards.png);
    background-size: cover;
    -webkit-filter: blur(5px);
    z-index: 0;
}

.grad{
	position: absolute;
	top: -20px;
	left: -20px;
	right: -40px;
	bottom: -40px;
	width: auto;
	height: auto;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	z-index: 1;
	opacity: 0.7;
}

.header{
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 255px);
	z-index: 2;
}

.header div{
	float: left;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 35px;
	font-weight: 200;
}

.header div span{
	color: #B40404 !important;
}

.login{
	position: absolute;
	top: calc(50% - 75px);
	left: calc(50% - 50px);
	height: 150px;
	width: 350px;
	padding: 10px;
	z-index: 2;
}

.login input[type=text]{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
}

.login input[type=password]{
	width: 250px;
	height: 30px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 2px;
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 4px;
	margin-top: 10px;
}

.login button{
	width: 260px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
}

.login button:hover{
	opacity: 0.8;
}

.login button:active{
	opacity: 0.6;
}

.login button:focus{
	outline: none;
}

.login input[type=button]{
	width: 260px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #a18d6c;
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: 400;
	padding: 6px;
	margin-top: 10px;
}

.login input[type=button]:hover{
	opacity: 0.8;
}

.login input[type=button]:active{
	opacity: 0.6;
}

.login input[type=button]:focus{
	outline: none;
}

.login input[type=text]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

.login input[type=password]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

::-webkit-input-placeholder{
   color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder{
   color: rgba(255,255,255,0.6);
}

/*Copia dataflow*/  

.banner_login {
    background-image: url(/imagenes/bridgestone.png);
    width: 500px;
    height: 150px;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
}
.login_image {
    /*background-image: url(/images/imag.5.jpg);*/
    background-position: center top;
    background-repeat: no-repeat;
    height: 650px;
    margin-top: -5px;
    width: 100%;
}
.boxlogin {
    margin-top: 150px;
    width: 100%;
}
.tablelogin {
    
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-spacing: 0px;
    font: normal 11px 'Open Sans', Tahoma, sans-serif, MiscFixed;
    color: #666666;
    line-height: 180%;
    width: 400px;
    padding-left: 0;
    padding-right: 0;
    border-width: 1px;

}
.buttonlogin {
    text-align: center;
    padding: 5px 3px;
    display: inline-table;
    vertical-align: inherit;
    background-color: #EE2E24;
    background-image: url(/images/button_form.png);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border: 1px solid #F3F3F3;
    border-radius: 4px 4px 4px 4px;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
    font-weight: 400 !important;
    text-transform: capitalize;
    text-decoration: none;
    line-height: 14px;
    color: #fff;
    margin: 2px 0;
    padding: 5px 10px;
    transition: all 300ms ease-out 0s;
    box-sizing: border-box;
    align-items: flex-start;    
    -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;    
    -webkit-rtl-ordering: logical;    
    text-rendering: auto;letter-spacing: normal;
    word-spacing: normal;    
    text-indent: 0px;
    text-shadow: none;    
    -webkit-writing-mode: horizontal-tb;
}
.contentlogin {
    background: linear-gradient(to bottom,rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%);
    border-radius: 10px 10px 0 0;
    border: 1px solid #b4b4b4;
    box-shadow: 2px 2px 0 #FFFFFF, 4px 4px 10px #C6C6C6;
    display: block;
    color: #333333;
}
.titlelogin {
    background: #363636 url(/images/button_imageplow.png) repeat-x;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-family: arial;
    font-size: 14px;
    text-shadow: 1px 1px 1px #000000;
    text-transform: uppercase;
    padding: 2px 5px 2px 10px;
    font-weight: bold;
    width: 400px;
}
tdlabellogin{
   color: #232323;
    font-family: arial;
    font-size: 12px;
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
    padding: 5px 3px;
    width: 40%;
}
labellogin {
    color: #232323;
    font-family: arial;
    font-size: 12px;
    text-align: right;
    padding-right: 5px;
    vertical-align: top;
}
fieldlogin {
    color: #000;
    padding-left: 5px;
    text-align: left;
    font-size: 11px;
}

/*Modal*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    color: #000;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.imgBody{
background-image: url(../imagenes/imgLogin1.jpg);
background-repeat: no-repeat;
    background-size: 100% 100%;
}