@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&display=swap');

/* Form */
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 650px;
  margin: 0 auto 100px;
  padding: 30px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  text-align: center;
  border:2px solid #f1f1f1;
    font-family: "Kumbh Sans", serif;

}
.form .thumbnail {
  background: #e2e2e2;
  width: 150px;
  height: 150px;
  margin: 0 auto 30px;
  padding: 20px 30px;
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-left-radius: 100%;
  border-bottom-right-radius: 100%;
  box-sizing: border-box;
}
.form .thumbnail img {
  display: block;
  width: 100%;
}
.form input {
  background: #ffffff;
  width: 100%;
  border: 2px solid #e2e2e2;
  margin: 0 0 15px;
  padding: 15px;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
  box-sizing: border-box;
  font-size: 18px;
    font-family: "Kumbh Sans", serif;

}
.form button {
  outline: 0;
  background: #25d366;
  width: 100%;
  border: 0;
  padding: 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #FFFFFF;
  font-size: 21px;
  transition: all 0.3 ease;
  cursor: pointer;
    font-family: "Kumbh Sans", serif;

}
.form .message {
  margin: 15px 0 0;
  color: #1a1a1a;
  font-size: 15px;
}
.form .message a {
  color: #1a1a1a;
  text-decoration: none;
}
.form .register-form {
  display: none;
}

.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

.alttext{
font-size:12px;
color:#666666;
text-align:center;
padding-top:40px;
  font-family: "Kumbh Sans", serif;
	
	
}

/* END Form */
/* Demo Purposes */
body {
  background: #f5f5f5;
  font-family: "Kumbh Sans", serif;
  -webkit-font-smoothing: antialiased;
}
body:before {
  content: "";
  top: 0;
  left: 0;
  display: block;
  background-color: #f5f5f5;
  width: 100%;
  height: 100%;
}

#video {
  z-index: -99;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}

.kayan_reklamx {
    position: fixed;
    _position: absolute;
    _top: expression(eval(document.body.scrollTop));
    right: 16px;
    bottom: 200px;
    z-index: 999999999;
}