@font-face {
    font-family: 'Ploni';
    src: url('../fonts/ploni/PloniMaccabiMLv2AAA-Bold.woff2') format('woff2'),
        url('../fonts/ploni/PloniMaccabiMLv2AAA-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ploni';
    src: url('../fonts/ploni/PloniMaccabiMLv2AAA-Black.woff2') format('woff2'),
        url('../fonts/ploni/PloniMaccabiMLv2AAA-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ploni';
    src: url('../fonts/ploni/PloniMaccabiMLv2AAA-DemiBold.woff2') format('woff2'),
        url('../fonts/ploni/PloniMaccabiMLv2AAA-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ploni';
    src: url('../fonts/ploni/PloniMaccabiMLv2AAA-Regular.woff2') format('woff2'),
        url('../fonts/ploni/PloniMaccabiMLv2AAA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ploni';
    src: url('../fonts/ploni/PloniMaccabiMLv2AAA-Medium.woff2') format('woff2'),
        url('../fonts/ploni/PloniMaccabiMLv2AAA-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ploni';
    src: url('../fonts/ploni/PloniMaccabiMLv2AAA-Light.woff2') format('woff2'),
        url('../fonts/ploni/PloniMaccabiMLv2AAA-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ploni';
    src: url('../fonts/ploni/PloniMaccabiMLv2AAA-UltraBold.woff2') format('woff2'),
        url('../fonts/ploni/PloniMaccabiMLv2AAA-UltraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ploni';
    src: url('../fonts/ploni/PloniMaccabiMLv2AAA-UltraLight.woff2') format('woff2'),
        url('../fonts/ploni/PloniMaccabiMLv2AAA-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}


html, body {
  font-family: "Ploni", Sans-Serif;
  font-size: 1rem;
  background-color: #fff;
  line-height: 1.3;
  height: 100%;
  overflow-x: hidden;
}

.logo {
    width: 12rem;
}

.login {
  min-height: 100vh;
}

.bg-image {
  background-size: cover;
  background-position: center;
  border-radius: 1.2rem;
  margin: 0.7rem;
}

.login-heading {
  font-weight: 300;
}

.btn-cla-login {
  background-color: #FB3640;
  color: white;
  font-size: 0.9rem;
}

.btn-cla-login:hover {
  background-color: #FA0F1B;
  color: white;
  font-size: 0.9rem;
}

.btn-login {
  background-color: #FB3640;
  color: white;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
}

.btn-login:hover {
  background-color: #FA0F1B;
  color: white;
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
}

.login-subtitle {
    position: relative;
    text-align: center;
}

.login-subtitle::after, .login-subtitle::before {
    content: '';
    height: 0.0625rem;
    position: absolute;
    width: 10%;
    top: 50%;
    transform: translateY(-50%)
}

.login-subtitle::before {
    background: #ebebeb;
    left: 0;
}

.login-subtitle::after {
    background: #ebebeb;
    right: 0;
}


.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #ae8abe;
    font-size: 3.125rem;
}


@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}


.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

.animated {
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  animation-delay: 3s;
  -webkit-animation-delay: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (min-width:320px) {
    span, p{
        font-size: 0.9rem;
    }
}
@media (min-width:480px) {
    span, p{
        font-size: 0.9rem;
    }
}
@media (min-width:768px) {
    span, p{
    font-size: 1rem;
    }
}
@media (min-width:1280px) {
    span, p{
    font-size: 1rem;
    }
}
@media (min-width:1536px) {
    span, p{
    font-size: 1rem;
    }
}
@media (min-width:1920px) {
    span, p{
    font-size: 1.1rem;
    }
}
@media (min-width:2560px) {
    span, p{
    font-size: 1.2rem;
    }
}


