html *,
html *:before,
html *:after {
  box-sizing: border-box;
  transition: 0.5s ease-in-out;
}
body,html{
  background: rgb(29,121,114);
  background: linear-gradient(45deg, rgba(29,121,114,1) 29%, rgba(13,38,43,1) 74%);

  background-repeat: no-repeat; /* Do not repeat the image */
  background-attachment: fixed;
}
.jumbotronx{
  width: 100%;
  margin:auto;
  padding: 50px;

}
.formLogin{
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 525px;
  border-radius: 30px;
  font-family: 'Montserrat', sans-serif;
}
.imgleft{
  width: calc(100% - 520px);
  padding:2.5rem;
  border-radius:30px 0 0 30px;
  background-image:url('../assets/img/cpanels/imgleft2.webp');
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.formLogin .bg .frmkanan{
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 525px;
  display:block;
  border-radius:0 30px 30px 0;
  background-color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  padding:20px 60px;
}
.formLogin .bg .frmkanan h4{
  font-size: 2.7rem;
  color: #0f766e;
}
.formLogin .bg .frmkanan h3{
  font-size: 2.7rem;
  color: #0f766e;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -2px;
  margin-bottom: 5rem;
}
.formkanan{
  margin:0 auto;
  width:370px;
  min-height: 250px;
  border-radius: 15px;
  box-shadow: 0 0 10px #000000;
  padding:20px;
}
.formLogin .bg .frmkanan .formkanan h4{
  font-size: 2.3rem;
  color: #0f766e;
  letter-spacing: -2px;
  margin-bottom: 2.5rem
}
.formLogin .bg .frmkanan .formkanan .forgetpass{
  font-size: 17px;
  color:rgba(15, 118, 110, 1);
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: -1px;

}
.formLogin form{
  width: 100%;
  max-width: 600px;
}

.formLogin .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text{
  border-top-left-radius: 20px!important;
  border-bottom-left-radius: 20px!important;
  background-color: rgba(15, 118, 110, 0.9);
  border-top-color: rgba(35,106,171,.6);
  border-bottom-color: rgba(15, 118, 110, 0.9);
  border-right-color: rgba(0,0,0,0);
  border-left-color: rgba(15, 118, 110, 0.9);
  box-shadow: none;
  color: #fff;

}
.input-group>.input-group-prepend>.input-group-text
{
  border-color: rgba(0,0,0,0);
}
.formLogin .form-control:not(:first-child){
  border-top-right-radius: 20px!important;
  border-bottom-right-radius: 20px!important;
  background-color: rgba(15, 118, 110, 0.9);
  border-top-color: rgba(15, 118, 110, 0.9);
  border-bottom-color: rgba(15, 118, 110, 0.9);
  border-right-color: rgba(15, 118, 110, 0.9);
  border-left-color: rgba(0,0,0,0);
  color: rgba(255,255,255,1);
  box-shadow: none;
  padding-left: 5px;
  border:none;

}
.formLogin .form-control::placeholder{
  color: rgba(255,255,255,.9);
}
button:focus,
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  outline: none;
  box-shadow: none;
}


.btnlogin{
  background-color: rgba(15, 118, 110, 1);
  color: #fff;
  width: 100%;
  height: 55px;
  padding:5px 10px;
  font-size: 20px;
  border-radius: 10px;
  border:2px solid #fff;
  -webkit-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;
  -moz-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;
  -o-transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;
  transition: background-color 0.6s ease-out,color 0.6s ease-out,border-color 0.6s ease-out;
}


.btnlogin:focus,.btnlogin:active,.btnlogin:hover{
  background-color: rgba(15, 118, 110, 0.9);
  text-decoration: none;
  color:#FFFFFF;
  border-color: rgba(255,255,255,1);
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid green;
  -webkit-text-fill-color: green;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill {
    -webkit-text-fill-color: white !important;
}
/*// Small devices (landscape phones, 576px and up)*/
@media (max-width: 575.98px) {
  .jumbotronx{
    width: 100%;
    height: 100%;
    padding: 10px;

  }
  .formLogin{
    width: 100%;
    height: 325px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
  }
  .formLogin .bg{
    width: 100%;
    height: 641px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.1);
    box-shadow: 0px 0px 10px  #000000;
  }
  .formLogin .bg .imgleft{
    width: 100%;
    height: 240px;
    border-radius:30px 30px 0 0;
    padding:.3rem;
  }
  .formkanan{
    margin:0 auto;
    width:100%;
    min-height: 279px;
    border-radius: 15px;
    box-shadow: 0 0 10px #000000;
    padding:20px;
  }
  .formLogin .bg .frmkanan{
    width: 100%;
    height: 400px;
    min-height: 400px;
    border-radius:0 0 30px 30px;
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    padding:20px;
    margin-bottom:20px;
  }
  .formLogin .bg .frmkanan h4{
    font-size: 1rem;
    color: #0f766e;
  }
  .formLogin .bg .frmkanan h3{
    font-size: 1.5rem;
    color: #0f766e;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -1px;
    margin-bottom: 2rem;
  }
  
  .formLogin .bg .frmkanan .formkanan h4{
    font-size: 1.3rem;
    color: #0f766e;
    letter-spacing: -2px;
    margin-bottom: 1rem
  }
  .textbottomimg{
    margin-bottom: 2rem;
    font-size:12px!important;
  }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .jumbotronx{
    width: 100%;
    margin:auto;
    height: 100vh;
    padding: 50px;

  }
  .formLogin{
    width: 100%;
    height: 525px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
  }
  .formLogin .bg{
    width: 100%;
    height: 766px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.1);
    box-shadow: 0px 0px 10px  #000000;
  }
  .formLogin .bg .imgleft{
    width: 100%;
    height: 240px;
    border-radius:30px 30px 0 0;
    padding:.5rem;
  }
  .formkanan{
    margin:0 auto;
    width:100%;
    min-height: 345px;
    border-radius: 15px;
    box-shadow: 0 0 10px #000000;
    padding:20px;
  }
  .formLogin .bg .frmkanan{
    width: 100%;
    height: 525px;
    min-height: 525px;
    border-radius:0 0 30px 30px;
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    padding:20px 60px;
  }
  .formLogin .bg .frmkanan h4{
    font-size: 2rem;
    color: #0f766e;
  }
  .formLogin .bg .frmkanan h3{
    font-size: 2rem;
    color: #0f766e;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -2px;
    margin-bottom: 2rem;
  }
  
  .formLogin .bg .frmkanan .formkanan h4{
    font-size: 1.9rem;
    color: #0f766e;
    letter-spacing: -2px;
    margin-bottom: 1rem
  }
  .textbottomimg{
    margin-bottom: 2rem;
  }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .jumbotronx{
    width: 100%;
    margin:auto;
    height: 100vh;
    padding: 50px;

  }
  .formLogin{
    width: 100%;
    height: 525px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
  }
  .formLogin .bg{
    width: 100%;
    height: 766px;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.1);
    box-shadow: 0px 0px 10px  #000000;
  }
  .formLogin .bg .imgleft{
    width: 100%;
    height: 240px;
    border-radius:30px 30px 0 0;
    padding:1.5rem;
  }
  .formkanan{
    margin:0 auto;
    width:100%;
    min-height: 345px;
    border-radius: 15px;
    box-shadow: 0 0 10px #000000;
    padding:20px;
  }
  .formLogin .bg .frmkanan{
    width: 100%;
    height: 525px;
    min-height: 525px;

    border-radius:0 0 30px 30px;
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    padding:20px 60px;
    margin-bottom:30px;
  }
  /* .formLogin .bg .frmkanan{
  width: 100%;
  height: calc(100vh - 100px);
  min-height: 525px;
  display:block;
  border-radius:0 30px 30px 0;
  background-color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  padding:20px 60px;
} */
  .formLogin .bg .frmkanan h4{
    font-size: 2rem;
    color: #0f766e;
  }
  .formLogin .bg .frmkanan h3{
    font-size: 2rem;
    color: #0f766e;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -2px;
    margin-bottom: 2rem;
  }
  
  .formLogin .bg .frmkanan .formkanan h4{
    font-size: 1.9rem;
    color: #0f766e;
    letter-spacing: -2px;
    margin-bottom: 1rem
  }
  .textbottomimg{
    margin-bottom: 2rem;
  }
}
/*//  large devices (large desktops, 992px and up)*/

@media (min-width: 992px) and (max-width: 1199.98px) {
  .formLogin .bg{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.1);
    box-shadow: 0px 0px 10px  #000000;
  }
  .formLogin .bg .imgleft{
    width: 100%;
    max-width:600px;
    padding:2.5rem;
  }
  .formLogin .bg .frmkanan{
    width: 100%;
    height: calc(100vh - 100px);
    border-radius:0 30px 30px 0;
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    padding:20px 60px;
  }
  .formLogin .bg .frmkanan h4{
    font-size: 2rem;
    color: #0f766e;
  }
  .formLogin .bg .frmkanan h3{
    font-size: 2rem;
    color: #0f766e;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -2px;
    margin-bottom: 3rem;
  }
  
  .formLogin .bg .frmkanan .formkanan h4{
    font-size: 1.9rem;
    color: #0f766e;
    letter-spacing: -2px;
    margin-bottom: 1.5rem
  }
  
}
/*// Extra large devices (large desktops, 1200px and up)*/

@media (min-width: 1200px) and (max-width: 1423.98px){
  .formLogin .bg{
    width: 100%;
    height: 100%;
    border-radius: 30px; 
    background-color: rgba(255,255,255,0.1);
    box-shadow: 0px 0px 10px  #000000;
  }
  .formLogin .bg .imgleft{
    width: calc (100% - 520px);
    padding:2.5rem;
  }
  .formLogin .bg .frmkanan{
    width: 100%;
    height: calc(100vh - 100px);
    border-radius:0 30px 30px 0;
    background-color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    padding:20px 60px;
    display:block;

  }
  .formLogin .bg .frmkanan h4{
    font-size: 2.3rem;
    color: #0f766e;
  }
  .formLogin .bg .frmkanan h3{
    font-size: 2.3rem;
    color: #0f766e;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -2px;
    margin-bottom: 3rem;
  }
  
  .formLogin .bg .frmkanan .formkanan h4{
    font-size: 1.9rem;
    color: #0f766e;
    letter-spacing: -2px;
    margin-bottom: 1.5rem
  }

}
@media (min-width: 1424px) {
  .formLogin .bg{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: rgba(255,255,255,0.1);
    box-shadow: 0px 0px 10px  #000000;
  }
}
.btn-outline-teal{
  border:1px solid #0f766e;
  color: #0f766e;
  height:45px;

}
.btn-outline-teal:hover{
  background-color: #0f766e;
  color: #FFFFFF;
}