/* Full-width input fields */#wmsg_label {  font-family: Ubuntu;}#wmsg_giris {  font-family: Ubuntu;  border-radius: 5px;  background-color: #ecf0f1;  color: #0B1204;  font-weight: bold;  width: 100%;  padding: 12px 20px;  margin: 8px 0;  display: inline-block;  box-sizing: border-box;}/* Set a style for all buttons */#wmsg_button {  font-family: Ubuntu;  border-radius: 5px;  font-weight: bold;  background-color: #2d3436;  color: #dfe6e9;  padding: 14px 20px;  font-size: 16px;  margin: 8px 0;  border: none;  cursor: pointer;  width: 100%;}.img_wmsg_button {  margin: 8px 0;  border: none;  cursor: pointer;  max-height: 85px;}#wmsg_button:hover {  font-weight: bold;  background-color: #636e72;  color: #dfe6e9;}/* Extra styles for the cancel button */#wmsg_giris2 { font-family: Ubuntu; background-color: #ecf0f1; color: #0B1204; font-weight: bold; width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border-radius: 4px; box-sizing: border-box;}#wmsg_giris2::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #b2bec3;}#wmsg_giris2::-moz-placeholder { /* Firefox 19+ */  color: #b2bec3;}#wmsg_giris2:-ms-input-placeholder { /* IE 10+ */  color: #b2bec3;}#wmsg_giris2:-moz-placeholder { /* Firefox 18- */  color: #b2bec3;}#wmsg_giris::-webkit-input-placeholder { /* Chrome/Opera/Safari */  color: #b2bec3;}#wmsg_giris::-moz-placeholder { /* Firefox 19+ */  color: #b2bec3;}#wmsg_giris:-ms-input-placeholder { /* IE 10+ */  color: #b2bec3;}#wmsg_giris:-moz-placeholder { /* Firefox 18- */  color: #b2bec3;}#wmsg_button2 {  font-family: Ubuntu;  border-radius: 5px;  font-weight: bold;  font-size: 16px;  background-color: #2d3436;  color: #dfe6e9;  padding: 14px 20px;  margin: 8px 0;  border: none;  cursor: pointer;  width: 100%;}#wmsg_button2:hover { background-color: #636e72; font-weight: bold; color: #dfe6e9;}#WMSG_MAXW{  max-width: 100%;}#wmsg_div2 {  text-align: -webkit-left;	  border:2px;  border-style: solid;  border-color: #0B1204;  font-family: Ubuntu;  /* box-shadow: 2px 2px 4px #000000;*/  border-bottom-left-radius: 10px;  border-bottom-right-radius: 10px;  background-color: #006A91;  color: #ecf0f1;  padding: 16px;}#wmsg_label2 { font-family: Ubuntu; color:#ecf0f1;}#wmsg_gelenveri2{ font-family: Ubuntu; font-weight: bold; color:#ecf0f1;}#wmsg_head{  background-color: #0B1204;  color: #ecf0f1;  font-weight: bold;  font-family: Ubuntu;  font-size: large;  padding: 10px 20px;  border-top-right-radius: 10px;  border-top-left-radius: 10px;}#wmsg_container {  text-align: -webkit-left;  border:2px;  border-style: solid;  border-color: #0B1204;  font-family: Ubuntu;  /* box-shadow: 2px 2px 4px #000000;*/  border-bottom-left-radius: 10px;  border-bottom-right-radius: 10px;  background-color: #006A91;  color: #ecf0f1;  padding: 16px;}/* The Modal (background) */.wmsg_modal {  font-family: Ubuntu;  display: none; /* Hidden by default */  position: fixed; /* Stay in place */   left: 0;  top: 0;  width: 100%; /* Full width */  height: 100%; /* Full height */  overflow: none; /* Enable scroll if needed */  background-color: rgb(0,0,0); /* Fallback color */  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */  padding-top: 0px;}#wmsg_recaptcha2 > div {  width: 100% !important;}#wmsg_recaptcha2 iframe {  width: 100% !important;}#wmsg_recaptcha1 > div {  width: 100% !important;}#wmsg_recaptcha1 iframe {  width: 100% !important;}/* Modal Content/Box */.wmsg_modal-content {  font-family: Ubuntu;  margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */  width: 80%; /* Could be more or less, depending on screen size */  max-width:500px;}#wmsg_index {  z-index:1050;  position:fixed;  _position:absolute;  bottom:1px;  right:60px;  clip:rect(0 100 85 0);  _top:expression(document.documentElement.scrollTop +document.documentElement.clientHeight-this.clientHeight);  _left:expression(document.documentElement.scrollLe ft + document.documentElement.clientWidth - offsetWidth);}.wmsg_animate {  -webkit-animation: animatezoom 0.6s;  animation: animatezoom 0.6s}@-webkit-keyframes animatezoom {  from {-webkit-transform: scale(0)}   to {-webkit-transform: scale(1)}}@keyframes animatezoom {  from {transform: scale(0)}   to {transform: scale(1)}}#wmsg_gelenveri{  font-family: Ubuntu;  font-weight: bold;  color:#ecf0f1;}#wmsg_bekle1 {  display:none;  border: 5px solid #ecf0f1;  border-radius: 50%;  border-top: 5px solid #006A91;  float: right;  width: 30px;  height: 30px;  -webkit-animation: spin 1s linear infinite; /* Safari */  animation: spin 1s linear infinite;}#wmsg_bekle2 {  display:none;  border: 5px solid #ecf0f1;  border-radius: 50%;  border-top: 5px solid #006A91;  float: right;  width: 30px;  height: 30px;  -webkit-animation: spin 1s linear infinite; /* Safari */  animation: spin 1s linear infinite;}/* Safari */@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); }}@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); }}