@import url(./vendor/fontawesome.min.css);
@import url(./vendor/bootstrap.min.css);
@import url(./vendor/normalize.css);
:root {
  --black: #262626;
  --white: #ffffff;
  --gray: #909090;
  --green: #66cc44;
  --red: #ff0000;
  --transition-time: 0.3s;
}

.notifications {
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}
.notifications .alert {
  font-size: 10px;
}
.notifications .toast {
  font-size: 14px;
}

/* root styles start */
html,
body {
  height: 100%;
}

input::-webkit-input-placeholder {
  color: #d2d2d2;
}

input:-ms-input-placeholder {
  color: #d2d2d2;
}

input::-ms-input-placeholder {
  color: #d2d2d2;
}

input::placeholder {
  color: #d2d2d2;
}

input::-webkit-input-placeholder {
  color: #d2d2d2;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 10px;
  background: #666666;
  background: linear-gradient(149deg, #666666 0%, #000000 53%);
  background: -moz-linear-gradient(-59deg, #666666 0%, #000000 53%);
  font-family: "Arial", sans-serif;
}

.form-signin {
  max-width: 381px;
  background: #0d0d0d;
  background: linear-gradient(315deg, #0d0d0d 0%, #474747 100%);
  border: 2px solid #797979;
  border-radius: 25px;
  -webkit-box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 11px 4px rgba(0, 0, 0, 0.5);
  padding: 29px 43px;
  font-size: 24px;
  line-height: 85px;
  font-weight: 400;
  color: #ffffff;
}
.form-signin .form-floating:focus-within {
  z-index: 2;
}
.form-signin input {
  font-size: 13px;
  color: #d2d2d2;
  background: #565656;
  border: none;
}
.form-signin input:focus {
  background: #565656;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-signin input[name="email"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 14px;
  margin-bottom: 2px;
}
.form-signin input[name="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin label, .form-signin p {
  font-size: 14px;
}
.form-signin button {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3b3b3b), to(#181818));
  background-image: linear-gradient(180deg, #3b3b3b 0%, #181818 100%);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.form-signin button:hover, .form-signin button:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 419.98px) {
  .form-signin {
    padding: 0 15px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
  }
}

.form-control {
  color: #d2d2d2;
}
@media (max-width: 419.98px) {
  .form-control {
    /*padding: 1.2rem 0.75rem;*/
    font-size: 16px !important;
  }
}

.form-control:focus {
  color: #d2d2d2;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 0 16px;
  height: 38px;
}

.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0;
  padding-bottom: 0;
}

.login-form-header {
  margin-bottom: 23px;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.text-center .toast-body {
  text-align: left;
}
