/* Color easy change */
body, .form, #links a, .form-info {
  color: #f0f0f0;
}

#login-form-info{
	background-color: #f90000;
	margin: 5;
}

.form-submit, input, select {
  background-color: #fff;
}
.form-error {
	color: red;
	font-size: 9pt;
}
.form-submit {
	float: right;
	margin-top: 45;
	margin-right: 25;
	padding: 0;
	width: 250px;
	height: 27px;
	/* background-color: #0051DF; */
	background-image: url(../custompages/images/login-form-submit-bg.jpg);
	color: white;
	cursor: pointer;
	cursor: hand;
	border-radius: 10px;
}
/* end easy change */
/* Registration form */
#registration-form-box {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border: solid 1px #CCCCCC;
	text-align: left;
	background-color: white;
}
#registration-form-box .form-submit{
  width: 400px;
}
div.row {
  clear: both;
  padding-top: 5px;
}
div.row div.form_header {
  white-space: nowrap;
  padding: 2px;
  background-color: #f0f0f0;
  border: 1px solid #bbb;
}
div.row div.label {
  float: left;
  width: 53%;
  text-align: right;
  padding-right:1%
}
div.row div.formw {
  width: 46%;
  float:left;
}
[dir=ltr] div.row div.label, [dir=rtl] div.row div.formw {
  float: left;
  text-align: right;
}
[dir=rtl] div.row div.label, [dir=ltr] div.row div.formw {
  float: right;
  text-align: left;
}
span.form_required {
  color: #f00;
}
span.form_error {
  color: #f00;
  font-size: x-small;
  margin: 2px;
}
html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Arial Black",sans-serif;
	font-size: 10pt;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #000000;
	/*background-image: url(images/learningbm_principal.jpg);*/
	background-repeat: round;
	background-size: 100%;
}

#backgroundimage {        
	background-attachment:fixed;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index:-1;
}

.backgroundimage {
	width: 100%;
	height: 100%;/* cambiada por auto */
}

#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

#header {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-left: 12%;
	padding-bottom: 0;
	/*text-align: center;*/
}

#footer {
	position: relative;
	margin-top: 5%;
	text-align: center;
}

.form-box {
	width: 310px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	border: solid 1px #CCCCCC;
	border-radius: 15px;
	text-align: left;
	/* background-color: #618fcb80; */
	background-color: #c5c5c580;
}

.form {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 30px;
	color: white;
	position: relative;
	text-align: left;
}

/* ###  aporte  ***/
.alert_new {
  position: relative;
  /* padding: 0.75rem 1.25rem;*/
  margin-bottom: 1rem;
  border: 1px solid transparent;
  /*border-radius: 0.25rem;*/
}

.alert-danger_new {
  padding: 0.75rem 1.25rem;
  color: #721c24;
  background-color: #fc000066;
  border-color: #f5c6cb;
  border-radius: 10px;
  text-align: center;
  font-size: 11px;
  margin-top: 45%;
}

.alert-warning-new {
  color: #FFFF00;
  background-color: #fc000066;
  border-color: #f5c6cb;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
}

label {
	width: 100px;
	float: left;
	margin-right: 1em;
	display: block;
	text-align: right;
	line-height: 2ex;
}

input {
	text-align: left;
	vertical-align: baseline;
	margin-bottom: 2em;
	width: 150px;
	color: black;
	/*background-color: #1F3660;*/
	border: none;
}

select {
	width: 150px;
	color: white;
	/*background-color: #1F3660;*/
	border: none;
	margin-bottom: 2em;
}
#links {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 50px;
	color: #000000;
}


#links a {
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

span {
	margin-right: 30px;
	margin-top: 3px;
	float: right;
}

.form-info {
	/*color: #1F3660;*/
	font-size: 9pt;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 1em;
}

.alert-warning {
  color: #f0f0f0;
  background-color: #FF000006 !important;
  border-radius: 10px; 
}
.input-group-addon-new {
	padding: 11px 13px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	color: #555;
	/* text-align: center; */
	background-color: #eee;
	border: 1px solid #ccc;
	    border-right-color: rgb(204, 204, 204);
	    border-right-style: solid;
	    border-right-width: 1px;
	border-radius: 4px;
	    border-top-right-radius: 4px;
	    border-bottom-right-radius: 4px;
}

.form-control-new {
	display: block;
	width: auto;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	/* border-radius: 0.25rem; */
	border-top-right-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	margin-left: 16%;
	margin-top: -38px;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  /*width: 1%;*/
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
