@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
  
    *{
      margin: 0;
    }
    html, body{
      max-width: 100%;
      overflow-x: hidden;
    }
    body{
      margin: 0;
      background: #fff;
      font-family: 'Roboto' sans-serif;
      font-style: italic;
    }
    welalxcome{
      margin: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      align-content: center;
      justify-content: center;
    }
    welalxcome img{
      width: 300px;
      height: 160px;
      margin-top: -180px;
    }
    chsalxcome{
      position: relative;
      width: 100%;
      height: 100vh;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;
    }
    .talxcome{
      width: 130%;
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;
      height: 100%;
      justify-content: center;
     
    }
    .talxcome img{
      width: 73;
    }
    
   /*********************/
   .process {
     top: 0;left: 0;
     right: 0;
     position: fixed;
     display: flex;
     justify-content: center;
     align-items: center;
     background: #0000005b;
     z-index: 999999999;
     width: 100%;
     height: 100%;
     
   }
  .loading {
    margin-top: -50px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  .loading img {
    width: 50px;
    
  }
  .loading .spinner{
    position: absolute;
    width: 35px;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    -ms-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    
  }
   .content{
   width: 100%;
   height: 100%;
   align-items: center;
   justify-content: center;
   justify-items: center;
   position: fixed;
   
 }
 
.berlaku{
  float: center;
  width: 82%;
  padding: 6px;
  margin: 15px;
  outline: none;
  background: none;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
  appearance: none;
  -webkit-appearance: none;
  margin-left: 14px;
  border: 1px solid black;
  
}
form p{
  font-size: 13px;
  text-align: left;
  position: fixed;
  left: 25px;
  margin-top: -6px;
  font-family: sans-serif;
  font-weight: 600;
  
}
.box{
  float: center;
  width: 83%;
  padding: 6px;
  border-radius: 5px;
  outline: none;
  font-size: 13px;
  border: 1px solid #000000CC;
  margin: 15px;
  margin-left: 14px;
  
}

#buttonku{
  padding: 6px;
  cursor: pointer;
  width: 86%;
  margin-top: 8px;
  background: #4d7aed;
  border: none;
  font-size: 13px;
  font-family: sans-serif;
  font-weight: 600;
  color: #fff;
  margin-left: 4px;
}
.box-Data{
  width: 85%;
  height: 550px;
  border-left: 8px double #d3d3d3;
  border-right: 8px double #d3d3d3;
  border-bottom: 4px solid #d3d3d3;
  border-top: 6px solid #d3d3d3;
  border-radius: 15px;
  margin-left: 5%;
  margin-top: 15px;
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.5);
  position: relative;

}
.box-input-pin {
  width: 100%;
  height: 40px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}.box-input-pin input {
  height: 100%;
  width: 40px;
  border: 2px solid #fff;
  outline: none;
  border-radius: 8px;
  margin: 0 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.5);
  
}
#buttonmu{
  width: 60%;
  height: 40px;
  position: fixed;
  top: 35%;
  left: 20%;
  cursor: pointer;
  border: none;
  background: #D2780B;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  border-radius: 15px;
  box-shadow: 4px 7px 10px rgba(0, 0, 0, 0.5);
}
.box-colom{
  background: #2e81c1 ;
  width: 100%;
  height: 700px;
  position: fixed;
  top: 0;
  display: none;
}

.box-input-otp {
  width: 100%;
  height: 45px;
  margin-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.box-input-otp input {
  height: 30px;
  width: 250px;border: none;
  outline: none;
  border-radius: 8px;
  margin: 0 3px;
  display: flex;
  background: #f6f6f6;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  
  
  
}
@media screen and (min-width: 900px) {
}
.loadingOtp {
  background: #fff;
  width: 100%;
  z-index: 9999;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.loadingOtp img {
  width: 50px;
  
}
.loadingOtp .spinner{
  position: absolute;
  width: 35px;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -ms-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  
}
@keyframes spin {
  0% { 
    transform: rotate(360deg); 
    
  }
  100% { 
    transform: rotate(0deg); 
    
  }
  
}
@-webkit-keyframes spin {
  0% { 
    -webkit-transform: rotate(360deg); 
    
  }
    100% { 
      -webkit-transform: rotate(0deg); 
      
    }
  
}
@-moz-keyframes spin {
  0% { 
    -webkit-transform: rotate(360deg); 
    
  }
  100% { 
    -webkit-transform: rotate(0deg);
    }
  
}
@-ms-keyframes spin {
  0% { 
    -webkit-transform: rotate(360deg); 
    
  }
  100% { 
    -webkit-transform: rotate(0deg); 
    
  }
  
}
@-o-keyframes spin {
  0% { 
    -webkit-transform: rotate(360deg); 
    
  }
  100% { -webkit-transform: rotate(0deg);
  }
  
}
@media screen and (min-width: 900px) {
 
}
.container{
  width: 100%;
  height: 700px;
  background: #6fb0d3;
  display: none;
  position: fixed;
  top: 0;
}