.Contenlogin{
  width: 100%;
  position: relative;
  display: flex;
  height: 100vh;
  align-items: center;
  justify-content: center;
  &__int{
    position: relative;
  }
  &__form{
    background-color: var(--color-white);
    box-shadow: var(--falcon-shadow);
    border-radius: 0.375rem;
    padding: 30px;
    h2{
      font-size: 26px;
    }
  }
}