*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap'); */

:root {

  --common-font: -apple-system,BlinkMacSystemFont,Segoe UI,Fira Sans,Helvetica Neue,Arial,sans-serif;

}



.login-page {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.contenedor {
  display: flex;
  justify-content: center;
  align-items: center; 
  padding: 0rem 1rem 2rem 1rem;
}

.mainForm_ {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 12px;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 29px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 12px;
}
.mainForm_ input {
  font-family:  var(--common-font);
  
  background: #fff;
  width: 100%;
  border: 2px solid #f2f2f2;
  margin: 0 0 15px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.form input {
  font-family:  var(--common-font);
  
  background: #fff;
  width: 100%;
  border: 2px solid #f2f2f2;
  margin: 0 0 15px;
  padding: 12px;
  box-sizing: border-box;
  font-size: 16px;
}
.mainForm_ button {
  font-family: var(--common-font);
  text-transform: uppercase;
  outline: 0;

  width: 100%;
  border: 0;
  padding: 13px;

  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.btn-main {
  color: #fff;
  background-color: #ff0000;
  border-radius: 50px;
}
.btn-main:hover {
  color: #fff;
  background-color: #d60000;
}


.form button {
  font-family: var(--common-font);
  
  outline: 0;

  width: 100%;
  border: 0;
  padding: 15px;

  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.caja {
  background-color: #fff;
  margin:20px auto 40px auto;	
  border:1px solid #f2f2f2;
  height:45px;
  overflow: hidden;
  width: 100%;
  position:relative;
  padding: 0px;
}

select {
  background: transparent;
  border: none;
  font-size: 16px;
  height: 50px;
  padding: 15px;
  width: 100%;
  color: #767676;
  position: relative;
  top: -3px;
}
select:focus{ outline: none;}

.caja::after{
 content:url(new_arrow.png);
 display:table-cell;
 padding-top:11px;
 text-align:center;
 width:30px;
 height:40px;
 background-color:#f2f2f2;
 position:absolute;
 top:0;
 right:0px;	
 pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}
.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.usr{
  margin: 15px 0 0;
  color: #9E9E9E;
  font-size: 24px;
}
.form .title {
  margin-bottom: 15px;
  color: #5b5b5b;
  font-size: 18px;
  text-align: center;
}
.form .message {
  margin: 15px 0 0;
  color: #9E9E9E;
  font-size: 15px;
  text-align: center;
}
.form .message a {
  color: #007bff;
  text-decoration: none;
}
.form .message a:hover {
  color: #0069d9;
}
.form .register-form {
  display: none;
}
.mainForm_ .title {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}
.mainForm_ .message {
  margin: 15px 0 0;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}
.mainForm_ .message a {
  color: #007bff;
  text-decoration: none;
}
.mainForm_ .message a:hover {
  color: #0069d9;
}



.mainForm_ .register-form {
  display: none;
}

@media (max-width:450px){
  .mainForm_ {
    position: relative;
    z-index: 1;
    max-width: 360px;
    margin: 10px 10px 10px 10px;
    padding: 45px;
    text-align: center;
    border-radius: 12px;
    background-color: #1b2145;
    box-shadow: none;
  }

  .mainForm_ .message a {
    color: #ffffff;
    text-decoration: none;
  }
  .mainForm_ .message a:hover {
    color: #ff0000;
  }
}




.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
   background: #1b2145; 
  /*background: #000080;  fallback for old browsers */
  font-family: var(--common-font);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;      
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loader{
  background-color: rgba(0, 0, 0, 0.605);
  width: 100%;
  height: 100vh;
  display:flex;
  justify-content:center;
  align-items: center;
  position: fixed;

  z-index: 1000;
}
.d-non{
  display: none;
}


.flex{
	width: 100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.textos{
	padding:300px;
	color:#fff;
	text-align: center;
}

h1{
	font-size: 40px;
	margin-bottom:20px;
}



.modal{
	display: none;
	position: fixed;
	z-index:1050;
	overflow: auto;
	left: 0;
	top:0;
	width: 100%;
	height:100%;
	background: rgba(0, 0, 0, 0.452);
}

.contenido-modal{
	position: relative;
  background: #ffffff;
  border-radius: 0.5em;
	margin: auto;
	width: 30%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	animation-name: modal;
	animation-duration: .6s;
  overflow:hidden;
}
@keyframes modal{
	from{top:-100px; opacity:0;}
	to{top:0; opacity:1;}
}
.close{
	color: #000;
	font-size:30px;
	font-weight: normal;
  opacity: .5;
}
.close:hover{
	color:#000;
	text-decoration: none;
	cursor: pointer;
  opacity: .6;
}

.modal-header, .footer{
	padding: 8px 16px;
}

p{
	text-align: justify;
  font-size: 14px;
  color: #676767;
}
h2{
  font-size: 17px;
  line-height: 35px;
  color: rgb(47, 47, 47);
}
.liga {
  color: #007bff;
  text-decoration: none;
}
.liga:hover {
  color: #0069d9;
}
.modal-body{
  color:#6b7280;
	padding: 2em;
  border-top: 1px solid #e0e0e0;
  z-index: 1060;
}

@media screen and (max-width:900px){
	.contenido-modal{
		width: 70%;
	}
	.textos{
		padding: 150px;
	}
}

@media screen and (max-width:500px){
	.textos{
		padding:50px;
	}
}

.form .input-singl {
  display:inline-block;
  width: 42px;
  height: 44px;
  padding: 6px 12px;
}

