@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
:root {
  --main-bg-color-light: #FFF;
  --main-bg-color-dark: #333333;
  --main-color-shadow-dark: rgba(0,0,0,.50);
  --main-color-shadow-light: rgba(0,0,0,.05);
  --main-color-primary: rgba(236,49,54,.8);
  --main-color-secondary: #6C757D;
  --color-dark: #363435;
  --btn-primary-custom :#363435;
  --btn-success-custom :rgba(0,150,136,1);
}

body {
  font-family: 'Open Sans', "Roboto", sans-serif !important;
  font-size: 0.8125rem;
  letter-spacing: 2px; }
*{
   font-weight: 400;
}
.page-content {
  color: #666666; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3;
  font-weight: 400; }

strong {
  font-weight: 500; }
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 {
  fill: transparent;
  -webkit-text-fill-color: black;
  box-shadow: none;
  -webkit-box-shadow: none!important;
  outline: none;
  transition: background-color 5000s ease-in-out 0s;
  font-weight: bolder;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 300;
  display: block;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 2px 0 1.5rem; }

h2 small,
h3 small,
.h2 small,
.h3 small {
  font-size: 0.9375rem; }

h4 small,
.h4 small {
  font-size: 0.875rem; }

h5 small,
h6 small,
.h5 small,
.h6 small {
  font-size: 0.8125rem; }


html body {
  padding:0;
  margin:0;
  width: 100%;
  height: 100%;
}

.container-fluid{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.light__login{
  background:var(--main-bg-color-light) ;
  height: 100vh;
}

.dark__login{
  background:var(--main-bg-color-dark) ;
  height: 100vh;
}
.login__wrapper{
  height: 100%;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  flex-direction: row;
  overflow: hidden;
  

}
.login__container, .banner__container{
  position: relative;  
  align-items: center;
  align-self: center;
  z-index: 9999!important;
}

.banner__container{
  height: 100vh;
  width: 60%;
  /*padding: 20px 40px;*/
  overflow: hidden;
  /*background-color:rgba(236,49,54,1);*/
  background-color:#efefef;
}
.login__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  height: 100vh;
  padding: 30px;
  gap: 28px;  
  overflow: auto;
}
.banner__container > .login-background {
  position: relative;
  width: 100%;
  height: 100%;
  /*position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url('../../public_html/dist/logo/kopi-luwak.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
  opacity: .3;
  filter: opacity(30);*/
}
.banner__container > .login-background .img-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-attachment: fixed;
    object-position: top center;
}
.logo-banner {
  height: auto!important;
  z-index: 999;
}
.welcome__back{
  font-size: 16px;
  color: #333;
  font-weight: 900;
}
.welcome__back span{
  font-size: 36px;
  color: #ed3237;
  font-weight: 900;
  text-shadow: inset 20px 20px 60px #c92b2f,
            inset -20px -20px 60px #ff3a3f;
}
.login__header  {
  padding-bottom: 30px;
}
.login__header .brand-company {
  font-size: 16px;
  margin-top: 2px;
} 

.logo__thumbail {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; 
  width: 100%;
}
.logo__thumbail img{
  width: 180px;
  height: auto;
}
.login__text{
  text-align: center;
  font-size: 32px;
  font-weight: bolder;
  color: var(--main-color-primary);
  text-shadow: 0 1px 0 #ccc,
               0 2px 0 #c9c9c9,
               0 3px 0 #bbb,
               0 4px 0 #b9b9b9,
               0 5px 0 #aaa,
               0 6px 1px rgba(0,0,0,.1),
               0 0 5px rgba(0,0,0,.1),
               0 1px 3px rgba(0,0,0,.3),
               0 3px 5px rgba(0,0,0,.2),
               0 5px 10px rgba(0,0,0,.25),
               0 10px 10px rgba(0,0,0,.2),
               0 20px 20px rgba(0,0,0,.15);
}
.login__body{
  width: 100%;
  padding: 0 30px;
}

.login__body .login-title {
    margin-bottom: 30px;
    text-align: center;
}
.login__body .login__title{
  font-size: 34px;
  width: 100%;
  /*margin-bottom: 4px;*/
  font-weight: bolder;
  color: var(--color-dark);

}
.login__information{
  font-size: 14px;
  color: var(--main-color-secondary);
  /*margin-bottom: 20px;*/
  font-weight: normal !important;
}

.login__body__container label{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #666;
}
/*.login__body__container .form-control{
  font-family: "Roboto";
  background: none;
  border-radius: 0;
  outline: 0;
  border:0;
  border-bottom:solid 2px var(--main-color-shadow-light);
}*/



/*.btn-primary{
  border: solid 2px var(--main-color-primary)!important ;
  background: none!important;
  border-radius: 5px;
  box-shadow: none;
  border:none;
  padding: 10px 20px;
  color: var(--btn-primary-custom);
  font-size: 14px;
  font-weight: bold;
}
.btn-primary:focus,.btn-primary:hover{
  background-color:var(--main-color-primary) !important;
  box-shadow: none;
  border:none;
}*/

.forgot__password{
  font-weight: 400;
}

.sosmed-container{
  display: flex;
  /*justify-content: space-between;*/
  gap:10px;
  margin-top: 35px;
}
.sosmed-container > a {
  font-size:18px;
  font-weight: bold !important;
  text-decoration: none !important;
}

.shine
{
    background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    color:#363435;
    -webkit-background-clip: text;
    
    -webkit-animation-name: shine;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    font-size: 3em;
    margin: 0 auto;
    font-weight: 900;
}

@-webkit-keyframes shine
{
    0%
    {
        background-position: top left;
    }
    100%
    {
        background-position: top right;
    }
}

.masked{
  background: url(../../public_html/dist/images/2050688956.png) repeat-x, #333;

  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-shadow: 4px 4px 6px rgba(0,0,0,.45);
  -webkit-animation-name: masked-animation;
  -webkit-animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  font-size: 3.5em;
    font-weight: 900;
}

.sosmed-container .icon {
  position: relative;
  /*background-color: #ffffff;*/
  border-radius: 4px;
  padding: 0.5rem 1rem;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sosmed-container .tooltip {
  position: absolute;
  top: 0;
  white-space: nowrap;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sosmed-container .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.sosmed-container .icon:hover .tooltip {
  top: -40px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.sosmed-container .icon:hover span,
.sosmed-container .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.sosmed-container .facebook:hover,
.sosmed-container .facebook:hover .tooltip,
.sosmed-container .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: #ffffff;
}

.sosmed-container .tiktok:hover,
.sosmed-container .tiktok:hover .tooltip,
.sosmed-container .tiktok:hover .tooltip::before {
  background-color: #222;
  color: #ffffff;
}

.sosmed-container .instagram:hover,
.sosmed-container .instagram:hover .tooltip,
.sosmed-container .instagram:hover .tooltip::before {
  background-color: #9636b1;
  color: #ffffff;
}

.sosmed-container .youtube:hover,
.sosmed-container .youtube:hover .tooltip,
.sosmed-container .youtube:hover .tooltip::before {
  background-color: #ec3136;
  color: #ffffff;
}
.sosmed-container .telp:hover,
.sosmed-container .telp:hover .tooltip,
.sosmed-container .telp:hover .tooltip::before {
  background-color: #6c757d;
  color: #ffffff;
}


@-webkit-keyframes masked-animation {
  0% {background-position: left center;}
  100% {background-position: right center;}
}
@media screen and (min-width: 1440.98px) {

}
@media screen and (min-width: 1281px) and (max-width: 1339.98px) {

}
@media screen and (min-width: 1025px) and (max-width: 1280.98px) {

}
@media screen and (min-width: 992px) and (max-width: 1024.98px) {
  .login__wrapper{
    width: 80%;
    display: flex!important;
    overflow-y: auto;
    height: 100%;
    margin: 20px auto;
  }
  .login__body{
    width: 100%;
  }
  .login__container, .banner__container{
    padding: 10px;
    width: 100%
    margin:0;
  }
  .banner__container{
    display: none
  }
  .login__wrapper{
    width: 100%;
    display: inline-block!important;
    overflow-y: auto;
    height: 100%;
  }
  .login__body__container,.login__container,.login__body{
    width: 100%;
    margin: 0;
  }
  .banner__container{
    display: none
  }
  .sosmed-container{
      gap: 5px;
  }
  .sosmed-container .icon {
      font-size: 14px;
      padding: 0.2rem .4rem;
  }
}
@media screen and (max-width: 991.98px) {
  .login__wrapper{
    margin-top: 20px;
    width: 100%;
    display: inline-block!important;
    overflow-y: auto;
    height: 100%;
  }
  .login__body{
    width: 100%;
  }
  .login__container, .banner__container{
    padding: 10px;
    margin: 0;
  }
  .banner__container{
    display: none
  }
  .logo__thumbail{
    height:100px;
  }
}
@media screen and (max-width: 768.98px) {
  .login__mobile__view{
    position: fixed;
    margin: auto;
    padding: 0;
    top: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    height: auto!important;
  }
  .masked{
    font-size: 2.5em;
  }
}