
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background-color: #ffa64d;
  color: #212121;
  margin: 0;
  min-height: 100%;
  font-weight: 400;
  font-size: 1rem;
  font-family: Montserrat,sans-serif;
  line-height: 1,5;
}

.copy{
  color:#212121;
  font-size: 0.8rem;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  line-height: 2;
  
  }

.align {
  align-items: center;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  
}
.start {
  align-self: flex-start;
}

.end {
  align-self: flex-end;
}

.preloader {
  background: url(../img/loader.gif) no-repeat center #fffffe;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}

.contenedor {
  align-items: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  
}


.logo {
  padding: 0px !important;
  top: 0;
  left: 0;
}


input {
  border: 0;
  font: inherit;
}

select {
  border: 0;
  font: inherit;
}
 
option {
  border: 0;
  font: inherit;
}

  .field {
    margin-bottom: 1rem;
  }

  input {
    outline: 0;
    padding: .5rem 1rem;
  }
  select {
    outline: 0;
    padding: .5rem 1rem;
  }
  option {
    outline: 0;
    padding: .5rem 1rem;
  }

  ::placeholder {
    color:  #212121;
  }  


.grid {
  margin: 20px auto;
  max-width: 25rem;
  width: 100%;
 }

h2 {
  font-size: 2.75rem;
  font-weight: 200;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}



a {
  color: #212121;
  text-decoration: none;
}
.alert {
  color: #b20000;
  text-decoration: none;
}

.register {
  background-color: #fffffe;
  box-shadow: 0 0 10px #b20000;
  text-align: center;
  padding: 0rem 0rem;
  border-radius: 0px 0px 15px 15px;
}
  input {
    border: 1px solid #ff8000;
    border-radius: 999px;
    background-color: transparent;
    text-align: center;
    color: #7e8ba3;
  }
  select {
    border: 1px solid #ff8000;
    border-radius: 999px;
    background-color: transparent;
    text-align: center;
    color: #212121;
  }

  option {
    border: 1px solid #ff8000;
    border-radius: 999px;
    background-color: transparent;
    text-align: center;
    color: #212121;
  }
        
    [type="submit"] {
      border: none;
      background-image: linear-gradient(160deg, #ff8000 0%, #b20000 100%);
      color: #fff;
      margin-top: 1rem;
      margin-bottom: 3rem;
      width: 90%;
    }

    
*::-webkit-scrollbar {
  width: 6px !important;
  background: #212121 !important;
}
*::-webkit-scrollbar-thumb {
  background-color: #FFA64D !important;
  border-radius: 25px !important;
}

