/* LOGIN */
html{
	background-color: #1f1f1f;
}

a {
	color: #0070c9 !important;
}

.login-logo {
	display: none;
}

.loginBox {
  max-width: 500px;
  margin: auto;
}

.btnLogin {
  width: 100% !important;
  border-radius: 6px !important;
}

img#toro-login {
  display: block;
  margin: auto;
  width: 80%;
}

.row{
	background-color: #1f1f1f !important;
	margin-left: 2px !important;
	margin-top: 2px !important;
	margin-right: 2px !important;
}

p{
	color: white;
	display: block;
	text-align: center;
	font-size: 20px;
}

body .alert-danger{
	background: #940b0b;
	color: white;
	border: 1px solid #940b0b;
}

body .alert-danger p{
	font-size: 14px;
}

img {
	width: 100%;
	padding-top: 20px;
}

#main-container{
	background-color: #1f1f1f !important;
}

@media (min-width: 765px) .col-sm-offset-1{
	margin-left: 25% !important;
}
@media (min-width: 768px) .col-sm-10{
	width: 50% !important;
}

.loginBox {
	max-width: 500px;
	margin: auto;
}

#login-box{
	background-color: #1f1f1f;
	box-shadow: none;
	border: none;
}

.cajaBajoLogin{
	border-color: red;
}

.widget-main{
	border: none !important;
	border-radius: 6px;
}

.widget-body{
	border-radius: 2% !important;
	width: 70% !important;
	margin: auto;
}
