@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* line 18023 components.css */
.login-container .page-container .login-form {
  width: 330px;
}

/* line 5062 core.css */
.thumb img:not(.media-preview) {
  display: inline-block;
  max-width: 40%;
  height: auto;
}

/* line 5453 bootstrap.css */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 50px 5px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  font-family: "Poppins", sans-serif;
  font-size: 12px;
}

@keyframes animate{
    0% { transform: rotate(0deg);}
    100% { transform: rotate(360deg);}
}

/* line 2551 bootstrap.css */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 2px;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* line 2569 bootstrap.css */
.form-control:focus {
  border-color: #feca00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 202, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(254, 202, 0, .6);
  transition: .7s;
}
/* line 2575 bootstrap.css */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/* line 2579 bootstrap.css */
.form-control:-ms-input-placeholder {
  color: #999;
}
/* line 2582 bootstrap.css */
.form-control::-webkit-input-placeholder {
  color: #999;
}
/* line 2585 bootstrap.css */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
/* line 2589 bootstrap.css */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
/* line 2595 bootstrap.css */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
/* line 2599 bootstrap.css */
textarea.form-control {
  height: auto;
}
/* line 2602 bootstrap.css */
input[type="search"] {
  -webkit-appearance: none;
}
/* line 1210 core.css */
.has-feedback-left .form-control {
  padding-right: 12px;
  padding-left: 6px;
}
/* line 2951 bootstrap.css */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 15px;
}
/* line 331 colors.css */
.bg-teal {
  background-color: #183b68;
  color: #fff;
  transition: 0.7s;
}

/* line 940 core.css */
label {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-weight: 600;
}

/* line 3845 components.css */
.validation-valid-label {
  color: #183b68;
}

/* new lines */
.bg-teal:hover {
  background-color: #feca00;
  color: #fff;
}

.has-feedback-left .form-control-feedback {
  right: auto;
  left: -25px;
  top: 0px !important; 
}