@font-face {
  font-family: "urwdin-bold";
  src: url("../ttf/URWDIN-Bold.ttf");
}

@font-face {
font-family: "urwdin-black";
src:url("../ttf/URWDIN-Black.ttf");
}

@font-face {
  
font-family: "urwdin-light";
src:url("../ttf/URWDIN-Light.ttf");
}

@font-face {
  
font-family: "urwdin-cond";
src:url("../ttf/URWDINCond-Black.ttf");
}

body {
  font-family: "urwdin-bold", sans-serif;
  font-style: normal;
  background-color: white;
  color: gray;
  padding: 1.5rem;
  display: flex;
}
.logoWA{
  width: 100%;
  max-width: 10rem;
  height: auto;
  padding-top: 1.2rem;
}
  #close{
    float:right;
  }
  .player-wrapper {
    margin: 0 auto;
    width: 60rem;
  }
  .url-box{
    font-size: 1.2rem;
  }
  .uas_url a{
    color:#E30613;
    text-decoration: none;
    font-size: 1.3rem;
  }
  .uas_url a:hover{
    color:#E30613;
    text-decoration: none;
    font-size: 1.5rem; 
  }
  .formBox{
    font-family: "urwdin-cond", sans-serif;
    background-color: rgb(248, 248, 248);
    width:25vw;
    height: 90vh;
    padding-right: 2rem ;
    padding-left: 2rem;
    padding-top: 0%;
    
    
  }
  .title{
    font-family: "urwdin-bold", sans-serif;
    font-size: 25px;
   
   
  }
  .init{
    font-family: "urwdin-bold", sans-serif;
    margin-top: 10rem;
    font-size: 25px;
  }
  .inputBox{
    
    width: 100%;
    color: gray;
    height: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: none;
  }
  .inputField {
    font-family: "urwdin-bold", sans-serif;
    display: block;
    width: 100%;
    padding: 0.6rem 0.8rem;
    border: none;
  }
  .logo{
      display: none;
      position: absolute;
      right: 68.5vw;
      bottom: 2vh;
      width: 8vw;
      height:15vh;
  }
  .check{
      display: flex;
      padding-top: 2rem;
      justify-content: space-between;
      align-items: baseline;
      font-family: "urwdin-bold", sans-serif;
    
  }
  /* Customize the label (the container) */
  .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color:white;
  }

  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #2196F3;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .sesion{
    font-family: "urwdin-bold", sans-serif;
      background-color:#E30613;
      color:white;
      border-radius: 5px;
      border: none;
      height: 2rem;
      width: 10vw;

  }
  .password{
      font-family: "urwdin-light", sans-serif;
      border:none;
      background-color: rgb(248, 248, 248); 
      color: #E30613;
      font-size: 15px;
      font-weight: 500;
      
  }
  .boxPassword{
      display: flex;
      justify-content: center;


  }
  .next-to{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    margin-left: 5rem;
    font-size: 4vh;
  }
  .p1{
    margin:0;
    padding:0;
    margin-bottom: 0;
  }
  .p2{
    font-family: "urwdin-light", sans-serif;
    margin-top:0;
    font-size: 2vh;
  }
  @media all and (max-width: 500px) {

    .next-to{
      display:none;
    }
    .formBox{
      font-family: "urwdin-cond", sans-serif;
      background-color: rgb(248, 248, 248);
      width:80vw;
      height: 90vh;
      padding-right: 2rem ;
      padding-left: 2rem;
      padding-top: 0%;
      
    }
    .logo{
      position: absolute;
      right: 2vw;
      bottom:1vh;
      width: 35vw;
      height:20vh;
  }
  .sesion{
    font-family: "urwdin-bold", sans-serif;
      background-color:#E30613;
      color:white;
      border-radius: 5px;
      border: none;
      height: 2rem;
      width: 25vw;

  }
}
