*{
  font-size: 16px;
  font-family: 'Comfortaa', sans-serif;
}
a{
  color: black;
  text-decoration: none;
}
body{
  height: 100vh;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 60%, rgba(46, 78, 107, 0.89) 91%);
  margin: 0;
  display: flex;
  flex-direction: column;
}
.swal2-title {
  font-size: 45px;
}
nav {
  position: absolute;
  float: top;
  height: 90px;
  width: 100%;
}
.navlogo {
  display: inline;
  margin-left: 15px;
  width: 95px;
  margin-top: 15px;
}
.spacersu{
  padding: 7vh;
}
.invalid {
  color: red;
}
form{
  margin-bottom: 0;
}
.form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1vh auto 0 auto;
  font-size: 40px;
  align-items: center;
  padding-top: 69px;
  padding-bottom: 15px;
  background-color: rgba(46, 78, 107, 0.75);
  width: 82vw;
  border-radius: 5px 40px 5px 40px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px, rgba(0, 0, 0, 0.3) 0 3px 7px -2px, rgba(0, 0, 0, 0.2) 0 -2px 0 inset;
  position: relative;
}
.ribbon{
  box-shadow: 5px 5px 15px rgba(49, 49, 49, 0.65);
  width: max-content;
  display: inline-flex;
  flex-wrap: wrap;
  background-color: #f6ae2d;
  border-radius: 0 50px 50px 0;
  padding: 8px 19px 6px 25px;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 5px;
  left: -10px;
  margin-top: 1vh;
  margin-bottom: 2vh;
}
.form-control{
  font-size: 16px;
  width: 80%;
  border-radius: 100px;
  border: 1px inset rgba(1, 106, 173);
  outline: none;
  text-align: center;
  margin: 2px;
  padding: 9px 9px 5px 9px;
}
.form-control::placeholder {
  font-size: 16px;
  text-align: left;
  color: #a4a4a4;
  border: none;
  padding: 9px 9px 5px 9px;
}
.subtn{
  font-weight: 600;
  font-size: 18px;
  display: flex;
  justify-content: center;
  margin: 15px auto 0 auto;
  border-radius: 100px;
  text-align: center;
  width: max-content;
  background-color: #f6ae2d;
  border: solid black 1px;
  padding: 2px 25px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
  cursor: pointer;
}
.olvidaste{
  font-size: 15px;
  border: none;
  background-color: #dadada;
  border-radius: 20px;
  color: #626262;
  padding: 10px;
  line-height: 1;
  margin: 15px auto 0 auto;
}
.crearacc{
  color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 5.5vw;
  justify-content: center;
  margin: 5vh auto 0 auto;
  border-radius: 100px;
  text-align: center;
  width: 70vw;
  background-color: #009db6;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
  line-height: 1.1;
  padding: 10px;
  text-decoration: none!important;
}
.crearacc:hover{
  color: #FFFFFF;
}
.forgottenPass{
  display: flex;
  width: max-content;
  margin: auto;
  color: #9c9c9c;
  justify-content: center;
}
.modal-dialog{
  max-width: 100%;
  width: 90vw;
}
.modal-content{
  background-color: rgb(60, 80, 96);
  color: #ffe1b1;
  border-radius: 10px 50px 10px 50px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 2px 4px, rgba(0, 0, 0, 0.3) 0 7px 13px -3px, rgba(0, 0, 0, 0.2) 0 -3px 0 inset;
  text-align: center;
}
.email2 {
  display: block;
  margin: 30px auto;
  border-radius: 40px;
  width: 80%;
  text-align: center;
  font-size: 42px;
  padding: 10px 20px;
}
.email2::placeholder{
  color: #9c9c9c;
}
.btn-primary{
  background-color: #f6ae2d;
  color: black;
  border: none;
}
.btn-primary:hover{
  background-color: #b48028;
  color: black;
  border: none;
}
.swal2-popup{
  border-radius: 40px;
  width: 90vw;
}
#skyline {
  z-index: -1;
  bottom: 30px;
  position: fixed;
  width: 100%;
}
.footerplace{
  display: flex;
  position: fixed;
  bottom: 0;
  background-color: rgb(46, 78, 107);
  width: 100%;
  height: 5vh;
  font-family: "monospace",sans-serif;
  color: #cccccc;
  line-height: 1;
  margin-top: 3vh;
  align-items: center;
  justify-content: center;
}
.text-center{
  display: block;
  width: max-content;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: calc(50% - 132px);
}
/*//////////////////////////////////////////////// LANDSCAPE /////////////////////////*/


@media (orientation: landscape) {
  *{
    font-size: 16px;
  }
  .navlogo {
    display: inline;
    margin-left: 15px;
    width: 150px;
    margin-top: 15px;
  }
  .form-group {
    padding-top: 20px;
    padding-bottom: 30px;
    width: 30vw;
    margin-top: 0;
  }
  .ribbon{
    box-shadow: 5px 5px 15px rgba(49, 49, 49, 0.65);
    width: max-content;
    display: flex;
    flex-wrap: wrap;
    background-color: #f6ae2d;
    border-radius: 0 50px 50px 0;
    padding: 10px 20px 5px 40px;
    font-size: 18px;
    font-weight: bolder;
    position: relative;
    left: -110px;
    margin-top: 1vh;
    margin-bottom: 5vh;
    line-height: 1;
  }
  .form-control{
    font-size: 16px;
    padding: 10px;
  }
  .form-control::placeholder {
    text-align: left;
    font-size: 16px;
  }
  .subtn{
    margin-top: 2vh;
    font-size: 22px;
    width: 50%;
    padding: 5px;
  }
  .modal-dialog{
    max-width: 100%;
    width: 35vw;
  }
  .email2 {
    display: block;
    margin: 30px auto;
    border-radius: 20px;
    width: 80%;
    text-align: center;
    font-size: inherit;
  }
  .email2::placeholder{
    color: #9c9c9c;
  }
  .crearacc{
    margin: 3vh auto 3vh auto;
    font-size: 18px;
    width: 30vw;
    line-height: 120%;
  }
  #skyline {
    display: none;
  }
 .swal2-popup{
   border-radius: 40px;
   width: 50vw;
 }
 .swal2-icon{
  margin: 40px auto 30px auto;
 }
 .swal2-title{
   padding-top: 0;
   font-size: 35px;
 }
}
