/* General styling */

@import url('https://fonts.googleapis.com/css?family=Poppins');

:root {
  --mesta:  #ee9b35;
  --shadow: 0px  1.0px  2.2px rgba(0, 0, 0, 0.020),
            0px  2.5px  5.3px rgba(0, 0, 0, 0.028),
            0px  4.6px 10.0px rgba(0, 0, 0, 0.035),
            0px  8.3px 17.9px rgba(0, 0, 0, 0.042),
            0px 15.5px 33.4px rgba(0, 0, 0, 0.050),
            0px 37.0px 80.0px rgba(0, 0, 0, 0.070);
}

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

/* Image tilt */

.image-shadow:after {
    transform: scale(0.95) translateY(36px) translateZ(-30px);
    filter: blur(20px);
    opacity: 0.9;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: inherit; /* Neat huh! :) */
    background-size: cover;
    z-index: -1;
    transition: filter .3s ease; }

.image-shadow {
    margin: 20px auto;
    width: 422px;
    height: 400px;
    border-radius: 10px;
    display: block;
    position: relative;
    background-size: cover; }

.js-tilt-container {
    transition: transform .1s ease;
    transform: rotateX(0) rotateY(0);
    transform-style: preserve-3d;
    background-image: url("https://clienti.mestamarmura.ro/assets/img/logo-color.png"); }

/* Just for show */
.light {
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 60%);
    width: 600px;
    height: 600px;
    background-blend-mode: lighten;
    position: fixed;
    pointer-events: none; }

.leave {
    transform: rotateX(0) rotateY(0) !important;
	transition-timing-function: cubic-bezier(0.42, 0, 0, 1)!important;
	transition-duration: 1.5s; }

.ftco-section {
  padding: 7em 0; }

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }

.heading-section {
  font-size: 28px;
  color: #000; }

.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.wrap {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  -moz-box-shadow: 0 10px 34px -15px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0 10px 34px -15px rgba(0, 0, 0, 0.24); }

.img, .login-wrap {
  width: 50%; }
  @media (max-width: 991.98px) {
    .img, .login-wrap {
      width: 100%; } }

@media (max-width: 767.98px) {
  .wrap .img {
    height: 250px; }
  .img {
    height: 250px; } }

@media only screen and (max-width: 911.98px) and (orientation: portrait) {
  .img {
    display: none;
  }
}

.login-wrap {
  position: relative;
  background: #fff h3;
    background-font-weight: 300; }

.form-group {
  position: relative; }
  .form-group .label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-weight: 700; }
  .form-group a {
    color: gray; }

.form-control {
  height: 48px;
  width: 300px;
  background: #fff;
  color: #000;
  font-size: 16px;
  caret-color: var(--mesta);
  border-radius: 5px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(0, 0, 0, 0.2) !important; }
  .form-control:focus, .form-control:active {
    outline: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ee9b35; }

.field-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.3); }

.form-control-placeholder {
  position: absolute;
  top: 2px;
  padding: 7px 0 0 15px;
  -webkit-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  opacity: .6; }

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  -webkit-transform: translate3d(0, -120%, 0);
  transform: translate3d(0, -120%, 0);
  padding: 7px 0 0 0;
  opacity: 1;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #01d28e;
  font-weight: 700; }

.social-media {
  position: relative;
  width: 100%; }
  .social-media .social-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    margin-right: 5px;
    border-radius: 50%; }
    .social-media .social-icon span {
      color: #999999; }
    .social-media .social-icon:hover, .social-media .social-icon:focus {
      background: #e3b04b; }
      .social-media .social-icon:hover span, .social-media .social-icon:focus span {
        color: #fff; }

.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  margin-top: -4px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media (prefers-reduced-motion: reduce) {
    .checkmark:after {
      -moz-transition: none;
      -o-transition: none;
      -webkit-transition: none;
      transition: none; } }

/* Show the checkmark when checked */
.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
  content: "\f14a";
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.2); }

/* Style the checkmark/indicator */
.checkbox-primary {
  color: #ee9b35; }
  .checkbox-primary input:checked ~ .checkmark:after {
    color: #ee9b35; }

.btn {
  cursor: pointer;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
  padding: 10px 20px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    background: #ee9b35 !important;
    border: 1px solid #ee9b35 !important;
    color: #fff !important; }
    .btn.btn-primary:hover {
      border: 1px solid #ee9b35;
      background: transparent;
      color: #ee9b35; }
    .btn.btn-primary.btn-outline-primary {
      border: 1px solid #ee9b35;
      background: transparent;
      color: #ee9b35; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #ee9b35;
        color: #fff; }

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0) }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px) }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px) } }

@-moz-keyframes shake {
    0%,100% {
        -moz-transform: translateX(0) }

    10%,30%,50%,70%,90% {
        -moz-transform: translateX(-10px) }

    20%,40%,60%,80% {
        -moz-transform: translateX(10px) } }

@-o-keyframes shake {
    0%,100% {
        -o-transform: translateX(0) }

    10%,30%,50%,70%,90% {
        -o-transform: translateX(-10px) }

    20%,40%,60%,80% {
        -o-transform: translateX(10px) } }

@keyframes shake {
    0%,100% {
        transform: translateX(0) }

    10%,30%,50%,70%,90% {
        transform: translateX(-10px) }

    20%,40%,60%,80% {
        transform: translateX(10px) } }

.shake {
    -moz-animation-name: shake;
    -o-animation-name: shake;
    -webkit-animation-name: shake;
    animation-name: shake }

form .fa {
	background-color: #fff;
	border-radius: 3px 0 0 3px;
	color: var(--mesta);
	display: block;
	float: left;
	height: 50px;
    font-size:24px;
	line-height: 50px;
	text-align: center;
	width: 50px; }
/*
input {
    transition: border 150ms cubic-bezier(0.4,0,0.2,1);
	height: 50px; }

fieldset{
    padding:0;
    border:0;
    margin: 0; }

form input[type="text"], input[type="password"] {
	background-color: #fff;
	border-radius: 0 3px 3px 0;
	color: var(--mesta);
	margin-bottom: 1em;
	padding: 0 16px;
	width: 250px; }

form > p {
	text-align: center; }

form > p span {
	padding-left: 5px; }
*/
input:invalid {
  animation: justshake 0.3s forwards;
  color: red; }

@keyframes justshake {
  25% {
    transform: translateX(5px); }

  50% {
    transform: translateX(-5px); }

  75% {
    transform: translateX(5px); }

  100% {
    transform: translateX-(5px); } }

input {
 border: solid 1.5px #9e9e9e;
 border-radius: 1rem;
 background: none;
 padding: 16px;
 font-size: 16px;
 color: #f5f5f5;
 transition: border 150ms cubic-bezier(0.4,0,0.2,1);
}

label {
  position: absolute;
  left: 16px;
  color: #e8e8e8;
  pointer-events: none;
  transform: translateY(1rem);
  transition: 150ms cubic-bezier(0.4,0,0.2,1); }

input:focus, input:valid {
  outline: none;
  border: 1.5px solid var(--mesta); }

input:focus ~ label, input:valid ~ label {
  transform: translateY(-50%) scale(0.8);
  /*background-color: #212121;*/
  padding: 0 .2em;
  color: var(--mesta); }

