@font-face{
	font-family: 'Gotham-Medium';
	src: url(../fonts/Gotham-Medium.woff2);
}
@font-face{
	font-family: 'GothamBook.woff2';
	src: url(../fonts/GothamBook.woff2);
}
*{
	font-family: 'GothamBook.woff2';
}
html,body{
	height: 100%;
}
.bg-primary{
	background:linear-gradient(45deg, #08528d , #08528d)!important;
}
.switch {
  position: relative;
  display: inline-block;
  width:40px;
  height:20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #666666;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1973b8;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1973b8;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

.slider.round {
  border-radius: 25px
}

.slider.round:before {
  border-radius: 50%;
}
.logon{
	max-width: 1140px;
}
.text-primary{
	color: #0d5ea1!important;
}
.title-primary{
	font-size: 1.4rem;
	font-family: 'Gotham-Medium';
}
.form-label{
	font-size: .9rem;
    font-weight: 400;
    color: #111;
    margin-bottom: 0;
}
.form-select,.form-control{
	border: 1px solid #459ad8 !important;
	border-radius: 3px;
	height: 35px;
}
.fs-14{
	font-size: 14px;
	text-decoration: none;
}
.fs-22{
	font-size: 22px;
}
.logo{
	height: 41px;
}
.fs-10{
	font-size: 10px;
	color: #5555;
}
.loadig{
	width: 100%;
	max-width: 120px;
}
.spinner-container,.spinner-1{
	height: 80px;
}
.loadig,.loadig-valid{
	max-width: 464px;
	margin: auto;
}
.spinner-1{
	animation: .9s linear infinite spinner;
	width: 80px;
	border-radius: 80px;
	position: absolute;
	border:9px solid #1c89e5;
	margin:auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-left-color: #FFF;
}
.myeye{
	position: absolute;
	right:15px;
	bottom: 0px;
	cursor: pointer;
	font-size: 24px;
}
@keyframes spinner{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}
@keyframes spinner1{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(-360deg);
	}
}
@media (max-width:590px){
	.logon-wrapper{
		align-items: flex-start !important;
		justify-content: flex-start !important;
	}
	.header{
		border-bottom: 6px solid #ffcb05;
		text-align: center!important;
		padding:15px !important;
	}
	.logo{
		heigth:25px!important;
	}
	.helper,.botonera{
		flex-direction: column!important;
		justify-content: center!important;
		align-items: center;
		text-align: center;
	}
	.logon-wrapper{
		background: #FFF!important;
	}
	.header{
		background:linear-gradient(45deg, #08528d , #08528d)!important;
	}
}