.flip-box {
  background-color: transparent;
  width: 60px;
  height: 60px;
position: fixed;
bottom:0px;
right: 0px;
    margin: 10px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor:pointer;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: fixed;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-box-front {
  color: black;
}

.flip-box-back {
  color: white;
  transform: rotateY(180deg);
}

.zoom-flip {
  		transform: scale(1.1); 
    transition: transform .2s; /* Animation */

}

.zoom-flip-b {
  		transform: scale(1); 
    transition: transform .2s; /* Animation */

}

.flip-form{
	height: 335px;
	width: 230px;
	border: 2px solid orangered;
	border-radius: 10px;
position: fixed;
	bottom:65px;
	right: -300px;
	padding: 10px;
			background: white;
	
}
.flip-form-box{

		position: absolute;
}
.kros{
  cursor:pointer;
}
