/*
body{
  background: #FFF;
  overflow: hidden !important;
}

*{
  overflow: hidden !important;
}

.list-sign {
  margin-top: 20px;
}

.list-sign li {
  border-right: none;
  padding-right: 0;
}

.navbar{
  background: #F1F1F1;
  width: 100%;
  height: 90px;
  padding: 0 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.navbar img{
  width: 280px;
}

.navbar .sing-up-button, .navbar .log-in-button {
  text-align: right;
  margin-left: 2.5px;
}

.navbar .sing-up-button > a, .navbar .log-in-button > a {
  background: #E53935;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  border: 2px solid #E53935;
  height: 50px;
  min-width: 120px;
  line-height: 33px;
  text-align: center;
  border-radius: 15px;
  text-decoration: none !important;
  font-size: 16px;
}

.navbar .sing-up-button > a:hover, .navbar .log-in-button > a:hover {
  background: #E53935;
  color: #fff;
  border-color: transparent;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.navbar .log-in-button {
  margin-right: 2.5px;
}

.navbar .log-in-button > a {
  color: #FFF !important;
  background: #1C629D ;
  border: 2px solid #1C629D !important;
}

.navbar .log-in-button > a:hover {
  background: #1C629D !important;
  color: #fff !important;
}
*/

/*.container-blue{
  background: #FFF;
  padding-top: 80px
}

.container-blue.register{
  padding-top: 50px;
  padding-bottom: 30px;
}*/

.container-blue {
	background: #fff;
	position: absolute;
	display: table;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}

.container-blue.register {
	top: 90px;
}

.container-blue.sign-up {
	top: 90px;
}

.container-blue > .container {
	display: table-cell;
	vertical-align: middle;
}

.section-heading > h2 {
	font-size: 40px !important;
	padding-bottom: 5px;
}

.section-heading > p {
	font-weight: 300;
	color: #193455;
}

.line-shape-white,
.line-shape {
	width: 80px;
	height: 2px;
	background-color: #e53935;
	margin-top: 15px;
}

.line-shape {
	margin-left: calc(50% - 40px);
}

#registerForm input {
	font-size: 18px;
	padding: 15px 15px;
	border-radius: 25px 25px 25px 0;
	height: auto !important;
}

.text-dark {
	color: #000 !important;
}

#registerForm .btn.submit-btn {
	background: #e53935;
	height: 48px;
	min-width: 185px;
	color: #ffffff;
	font-weight: 500;
	border-radius: 15px;
}

#registerForm .btn.submit-btn:hover {
	background: #193455;
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}

#registerForm {
	width: 100%;
}

#registerForm .form-group {
	margin-left: auto;
	margin-right: auto;
}

.bg-blue-form {
	border-bottom: solid 1px #e5393552;
	overflow: hidden;
}

.bg-blue-form label {
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
}

.bg-blue-form .form-group {
	margin-bottom: 30px;
}

.text-rojo {
	color: #e53935 !important;
}

.header_area {
	background: #f1f1f1 !important;
}

.center {
	margin: auto;
}

.mg-top-15 {
	margin-top: 15px;
}

.pull-left {
	float: left;
}

.btn-ls {
	/* min-width: 145px !important; */
	width: 145px !important;
}

.header_area .menu_area .navbar-collapse {
	background: #f1f1f1 !important;
}

.navbar-collapse:not(.show) {
	height: 90px;
}

.line-shape-white,
.line-shape {
	margin-top: 0 !important;
}

@media (max-width: 768px) {
	.navbar {
		padding: 0;
	}

	.container-blue {
		padding: 0;
	}

	.container-blue.register {
		padding-top: 50px;
	}

	.container-blue.sign-up {
		padding-top: 50px;
	}

	#registerForm {
		margin: 10px;
		margin-top: 30px;
	}
}
