/* line 1, ../../app/Resources/public/styles/_login.scss */
.loginpagina {
  background: linear-gradient(to bottom, #f53c41 0%, #ac1a1d 100%);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 9, ../../app/Resources/public/styles/_login.scss */
.loginpagina .container {
  position: absolute;
  width: 90%;
  max-width: 24em;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: intro 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
/* line 19, ../../app/Resources/public/styles/_login.scss */
.loginpagina .profile {
  position: relative;
}
/* line 24, ../../app/Resources/public/styles/_login.scss */
.loginpagina .profile--open .profile__form {
  visibility: visible;
  height: auto;
  opacity: 1;
  position: relative;
}
/* line 33, ../../app/Resources/public/styles/_login.scss */
.loginpagina .profile--open .profile__form .profile__fields {
  opacity: 1;
  visibility: visible;
  /* Using required and a faux pattern to see if input has text from http://stackoverflow.com/questions/16952526/detect-if-an-input-has-text-in-it-using-css */
  				/* .input:focus + .label, input:valid + .label {
  				    transform: translateY(-100%);
  				    font-size: 0.75rem;
  				    color: #ccc;
  				}
   */
}
/* line 37, ../../app/Resources/public/styles/_login.scss */
.loginpagina .profile--open .profile__form .profile__fields .logo {
  max-width: 60%;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 30px;
}
/* line 45, ../../app/Resources/public/styles/_login.scss */
.loginpagina .profile--open .profile__form .profile__fields .label {
  position: absolute;
  height: 2rem;
  line-height: 2rem;
  bottom: 0;
  color: #999;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/* line 54, ../../app/Resources/public/styles/_login.scss */
.loginpagina .profile--open .profile__form .profile__fields .input {
  width: 100%;
  font-size: 100%;
  border: 0;
  padding: 0;
  background-color: transparent;
  height: 2rem;
  line-height: 2rem;
  border-bottom: 1px solid #eee;
  color: #777;
  transition: all .2s ease-in;
}
/* line 66, ../../app/Resources/public/styles/_login.scss */
.loginpagina .profile--open .profile__form .profile__fields .input:focus {
  outline: 0;
  border-color: #ccc;
}
/* line 77, ../../app/Resources/public/styles/_login.scss */
.loginpagina .profile--open .profile__form .profile__fields .profile__footer {
  position: relative;
  width: 100%;
}
/* line 80, ../../app/Resources/public/styles/_login.scss */
.loginpagina .profile--open .profile__form .profile__fields .profile__footer .btn {
  background: linear-gradient(to bottom, #f53c41 0%, #ac1a1d 100%);
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 91, ../../app/Resources/public/styles/_login.scss */
.loginpagina .btn {
  border: 0;
  font-size: 0.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1.5rem;
  color: white;
  background: #8E49E8;
  text-transform: uppercase;
  border-radius: .25rem;
  letter-spacing: .2em;
  transition: background .2s;
}

/* Container */
/* Profile Card */
/* line 111, ../../app/Resources/public/styles/_login.scss */
.profile__form {
  position: relative;
  background: white;
  visibility: hidden;
  opacity: 0;
  height: 0;
  padding: 3em;
  border-radius: .25em;
  -webkit-filter: drop-shadow(0 0 2em rgba(0, 0, 0, 0.2));
  transition: opacity 0.4s ease-in-out, height 0.4s ease-in-out, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 122, ../../app/Resources/public/styles/_login.scss */
.profile__fields {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* line 127, ../../app/Resources/public/styles/_login.scss */
.profile__avatar {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 1.25em;
  overflow: hidden;
  width: 4.5em;
  height: 4.5em;
  display: block;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}

/* line 140, ../../app/Resources/public/styles/_login.scss */
.profile__avatar:focus {
  outline: 0;
}

/* line 143, ../../app/Resources/public/styles/_login.scss */
.profile__footer {
  padding-top: 1em;
}

/* Form */
/* line 147, ../../app/Resources/public/styles/_login.scss */
.field {
  position: relative;
  margin-bottom: 2em;
}

/* Button */
/* line 155, ../../app/Resources/public/styles/_login.scss */
.btn:focus {
  outline: 0;
}

/* line 158, ../../app/Resources/public/styles/_login.scss */
.btn:hover,
.btn:focus {
  background: #A678E2;
}

/* Intro animation */
@keyframes intro {
  from {
    opacity: 0;
    top: 0;
  }
  to {
    opacity: 1;
    top: 50%;
  }
}
/* line 5, ../../app/Resources/public/styles/azalea.scss */
.body {
  max-width: 100vw;
  overflow-x: hidden;
}

/* line 12, ../../app/Resources/public/styles/azalea.scss */
.dt-buttons {
  background-color: white;
}

/* line 18, ../../app/Resources/public/styles/azalea.scss */
.no-js #loader {
  display: none;
}

/* line 19, ../../app/Resources/public/styles/azalea.scss */
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

/* line 20, ../../app/Resources/public/styles/azalea.scss */
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/logo-azalea.png) center no-repeat #fff;
  background-size: 300px;
  -webkit-animation: beat 1s infinite;
}

/* line 34, ../../app/Resources/public/styles/azalea.scss */
.select2veld {
  width: 100%;
}

@media (min-width: 992px) {
  /* line 38, ../../app/Resources/public/styles/azalea.scss */
  .modal-dialog {
    width: 90% !important;
    max-width: 900px;
  }
}
/* line 44, ../../app/Resources/public/styles/azalea.scss */
.modal-dialog .select2-container {
  z-index: 9999;
}

/* line 50, ../../app/Resources/public/styles/azalea.scss */
.btn-icon .icon {
  max-width: 1px;
}

@-webkit-keyframes beat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }
  10% {
    transform: scale(1.2);
    animation-timing-function: ease-in;
  }
  15% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  25% {
    transform: scale(1.1);
    animation-timing-function: ease-in;
  }
  35% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
/* line 80, ../../app/Resources/public/styles/azalea.scss */
.error {
  border-color: red;
  color: red;
}
