@import url(https://fonts.googleapis.com/css?family=Dancing+Script|Roboto);

*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  background: #ff4081 / 1.25;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.panda {
  position: relative;
  width: 200px;
  margin: 50px auto;
}

.face {
  width: 200px;
  height: 200px;
  background: #fff;
  border-radius: 100%;
  margin: 50px auto;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  z-index: 50;
  position: relative;
}

.ear {
  position: absolute;
  width: 80px;
  height: 80px;
  background: #000;
  z-index: 5;
  border: 10px solid #fff;
  left: -15px;
  top: -15px;
  border-radius: 100%;
}

.ear:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  background: #000;
  z-index: 5;
  border: 10px solid #fff;
  left: 125px;
  top: 0;
  border-radius: 100%;
}

.eye-shade {
  background: #000;
  width: 50px;
  height: 80px;
  margin: 10px;
  position: absolute;
  top: 35px;
  left: 25px;
  transform: rotate(220deg);
  border-radius: 25px / 20px 30px 35px 40px;
}

.eye-shade.rgt {
  transform: rotate(140deg);
  left: 105px;
}

.eye-white {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #fff;
  z-index: 500;
  left: 40px;
  top: 80px;
  overflow: hidden;
}

.eye-white.rgt {
  right: 40px;
  left: auto;
}

.eye-ball {
  position: absolute;
  width: 0;
  height: 0;
  left: 20px;
  top: 20px;
  max-width: 10px;
  max-height: 10px;
  transition: 0.1s;
}

.eye-ball:after {
  content: '';
  background: #000;
  position: absolute;
  border-radius: 100%;
  right: 0;
  bottom: 0px;
  width: 20px;
  height: 20px;
}

.nose {
  position: absolute;
  height: 20px;
  width: 35px;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50px 20px / 30px 15px;
  transform: rotate(15deg);
  background: #000;
}

.body {
  background: #fff;
  position: absolute;
  top: 200px;
  left: -20px;
  width: 250px;
  height: 282px;
  border-radius: 100px 100px 100px 100px / 126px 126px 96px 96px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

.hand {
  width: 40px;
  height: 30px;
  border-radius: 50px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
  background: #000;
  margin: 5px;
  position: absolute;
  top: 70px;
  left: -25px;
}

.hand:after,
.hand:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 30px;
  border-radius: 50px;
/*   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
 */}

.hand:before {
  top: 26px;
}

.hand.rgt {
  left: auto;
  right: -25px;
}

.hand.rgt:after,
.hand.rgt:before {
  left: auto;
  right: -25px;
}

.hand.rgt:before {
  top: 11px;
}

.foot {
  top: 360px;
  left: -80px;
  position: absolute;
  background: #000;
  z-index: 1400;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 40px 40px 39px 40px / 26px 26px 63px 63px;
  width: 82px;
  height: 120px;
}

.foot:after {
  content: '';
  width: 55px;
  height: 65px;
  background: #222;
  border-radius: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}

.foot.rgt {
  left: auto;
  right: -80px;
}

.foot.rgt .finger {
  left: 5px;
  right: auto;
}

.foot.rgt .finger:after {
  left: 30px;
  right: auto;
}

.foot.rgt .finger:before {
  left: 55px;
  right: auto;
}

.form1 form {
  display: none;
  max-width: 733px;
  padding: 50px;
  background: #fff;
  margin: auto;
  display: block;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  position: relative;
  transform: translateY(-100px);
  z-index: 500;
  /* border: 2px solid #ff7f3c; */
  border-radius: 10px;
	/* min-height:760px */
}
.form1 form h1{
	    margin-bottom: 40px;
	
}
form.up {
  transform: translateY(-180px);
}

h1 {
  color: #ff4081;
      font-family: auto;
}

.btn1 {
  background: #fff;
  padding: 5px;
  width: 243px;
  height: 35px;
  border: 1px solid #ff4081;
  margin-top: 25px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 50px #ff4081 inset;
  color: #fff;
}

.btn1:hover {
  box-shadow: 0 0 #ff4081 inset;
  color: #ff4081;
}

.btn1:focus {
  outline: none;
}

.form-group {
  position: relative;
  font-size: 15px;
  color: #666;
  margin-bottom: 0 !important;
  width: 100%;
}

.form-group + .form-group {
  margin-top: 0;
}

.form-group .form-label {
}

.form-group .form-control1 {
  width: 100%;
  position: relative;
  z-index: 3;
  height: 35px;
  background: none;
  border: none;
  padding: 5px 0;
  transition: 0.3s;
  border-bottom: 1px solid #777;
  color: #555;
}
.form-group .form-control:hover {
  border: 2px solid #ff7f3c;

}

.form-group .form-control1:invalid {
  outline: none;
}

.form-group .form-control1:focus,
.form-group .form-control1:valid {
  outline: none;
  box-shadow: 0 1px #ff7f3c;
  border-color: #ff7f3c;
}

.form-group .form-control1:focus + .form-label,
.form-group .form-control1:valid + .form-label {
  font-size: 12px;
  color: #ff7f3c;
  transform: translateY(-24px);
}

.alert {
  position: absolute;
  color: #f00;
  font-size: 16px;
  right: -180px;
  top: -300px;
  z-index: 200;
  padding: 30px 25px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: scale(0);
  transition: 0.4s 0.6s linear;
}

.alert:after,
.alert:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  background: #fff;
  left: -19px;
  bottom: -8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.alert:before {
  width: 15px;
  height: 15px;
  left: -35px;
  bottom: -25px;
}

.wrong-entry {
  animation: wrong-log 0.3s;
}

.wrong-entry .alert {
  opacity: 1;
  transform: scale(1);
}

@keyframes eye-blink {
  to {
    height: 30px;
  }
}

@keyframes wrong-log {
  0%,
  100% {
    left: 0px;
  }
  20%,
  60% {
    left: 20px;
  }
  40%,
  80% {
    left: -20px;
  }
}


textarea{
}
#modal-custom-fable .modal-dialog {
    max-width: 1000px;
}
.image-story{
	width:100%;
	border-radius:10px
}
#story{
	margin-top:20px  
}
.close-popup{
  font-size: 21px;
	cursor:pointer
}
#form_discord .small-loader {
    border: 3px solid #f3f3f3;
    border-radius: 50%;
    border-top: 3px solid #3498db;
    width: 20px;
    height: 20px;
    display: none;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    margin-bottom: 20px;
    position: absolute;
    right: 0;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
a{
    text-decoration: none !important; 

}
input#submit_discord{
	    background: #ff7f3c;
    border: 2px solid #ff7f3c;
    color: white;
    padding: 10px 20px;
}

.form-control{
  height: auto;
  border: 2px solid #ff7f3c;
  border-radius: 0;
  padding: 15px !important;
}

.flex
{
  display: flex;
}