*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
body{
  background-color: #ddd9d9 !important;
  /* font-family: 'Bitter', serif !important; */
  font-family: 'Roboto', sans-serif !important;
}

.login-container-bg {
  background-color: #fff;
  padding: 0 16px;
}
/* h1, h2,h3,h4,h5,h6{
  font-family: 'Gloock', serif;
} */

.turuncubaslik-bold {
    color:#333;
font-size:14px;
 border-bottom: 1px dotted #000;
    text-decoration: none;  
    }
/******keyboard*******/

ul.keyboard {
  list-style-type: none;
  font-family: verdana;
  background-color: #fff;
  border-radius: 5px;
  padding: 0;
  width: 100%;
  height: 50%;
}

.keyboard li {
  cursor: pointer;
  display: inline;
  float: left;
  font-family: 'Gloock', serif;
  height: 35px;
  line-height: 35px;
  padding: 1px 2px;
  margin: 0.3% 0.6% 0.6% 0.2%;
  background-color: #ddd;
  color: black;
  vertical-align: middle;
  text-align: center;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.char {
    width: 5.75%;
    /* -webkit-transition: background-color 100ms; */
}

.tab {
  width: 20%;
}

.at {
  width: 7.2%;
}

.last {
  margin-right: 0%;
}

.backspace {
  width: 14%;
}

.capslock {
  width: 12%
}

.capslock.on {
    background-color: #CA4200;
}

.return {
  width: 14%;
}

.shift {
  width: 7.2%;
}

.last {
  margin-right: 0;
}

.space {
  width: 99%;
}

.keyboard .touch {
    background-color: #CA4200;
}







/*/*balchnadra*/


.scre-container{
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
}

img.img-responsive {
  width: 100%;
  height: 100%;
  max-height: 484px;
 
}
.logo {
width: 50%;
margin: auto;
text-align: center;
margin-bottom: 30px;
}
.logo img{
width: 100%;
margin-top:20px;
}
.text-right
{
margin-top: 10px;
}
.text-danger 
{
color:#1d9ed9 !important;
font-size: 17px;
}
.text-danger:hover
{
color: #02374e !important;
text-decoration: none;
}
.text-left
 {
  text-align: left;
  background-color: #3b82a3f0;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  max-width: 666px;
}
.form-control
{
padding: 10px 12px !important;
height: auto !important;
border-radius: 20px !important;
}
.form{
width: 50%;
margin: auto; 
}
label {
  display: inline-block;
  max-width: 100%;
  /* margin-bottom: 12px !important; */
  font-weight: 700;
  padding: 7px !important;
}
.login-form-btn {
  display: flex;
  gap: 10px;
  margin: 10px 0;
}
.btn-danger {
color: #fff;
background-color: #02374e !important;
border-color: #02374e !important;
margin-top: 20px;
max-width:200px !important;
margin:auto;
border:none!important;
border-radius:29px !important;
}

.text-left ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-family: inherit;
  padding-left: 6px;
  font-size: 13px;
}
.text-left span {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px !important;
}


.login-para.col-sm-12.col-md-12.col-lg-12 {
  padding: 0;
}
.login-para p {
  background-color: #d9d1d11f;
  padding: 15px;
  margin: 0;
  line-height: 24px;
  font-size: 14px;

}
.login-card-box {
  box-shadow: 1px 1px 3px 3px #8080801a;
  width: 100%;
  border: 1px solid #faf9f940;
  padding: 18px;
  height: 320px;
  border-radius: 5px;
  margin: 20px 0;
  background-color: #faf9f940;
}
.login-text
{
  line-height: 32px;
  font-size: 14px;
  letter-spacing: 1px;
}

.login-card-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  color: #1d9ed9;
}
.login-form-list-card {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 0 26px;
}

.login-list-card ul {
  list-style: none;
  text-align: center;
}

.login-list-card ul li a {
  color: #1d9ed9;
  border-bottom: 1px dotted #807b7b80;
  padding-bottom: 8px;
}
.login-list-card ul li a:hover {
  color: #15141485 !important;
  text-decoration: underline;
}
.top-text ul li {
  margin-left: 20px;

}.top-text ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.login-from-bg-bottom.row {
  background-color: #00000038;
  padding: 15px 0;
}

.footer-img img {
  width: 100%;
  max-width: 120px;
}

.footer-img {
  background-color: #0000005c;
  padding: 7px;
  height: 50px;
  border-top: 2px solid #1d9ed9;
}



/* .CaptchaWrap */

/* fieldset { 
  border: 1px solid #ccc; 
  padding: 15px; 
  max-width: 345px;
  background-color: #fff;
  border-radius: 5px;
} */

/* section { padding: 0 15px; } */

.CaptchaWrap {position: relative;width: 100%;}
.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}

#UserCaptchaCode { 
  padding: 15px 10px; 
  outline: none; 
  font-size: 15px; 
  font-weight: normal; 
  font-family: 'Open Sans', sans-serif;
 width: 100%;
}
#CaptchaImageCode {
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 143px;
  height: 45px;
  overflow: hidden;
}

.capcode {
  font-size: 46px;
  display: block;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn {
  background:url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;
  background-size : 100%;
  width: 32px;
  height: 32px;
  border: 0px;
  position: absolute;
  bottom: 7px;
  left: 149px;
  outline: none;
  cursor: pointer; /**/
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}
.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}
canvas#CapCode {
  width: 100%;
  height: 100%;
}
.text-left ul li {margin-left: 10px;}

/* <header */



.login-header-bg{
 
  background: #a09f9f3d;
  height: 50px;
}

  .navbar {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    margin: 0;
    padding: 12px 0px;
    gap: 5px;
}
.navbar a{
  text-decoration: none !important;
  font-size: 20px;
  color: orange;
  background: 50px;
  transition: transform 2s;
}
.navbar a:last-child{
  
  padding: 3px 10px;
  
  font-size: 15px;
  color:#000;
}
.navbar a:hover {
  transform: scale(1.5) !important;
  color: #02374e;
  
  
 
}





























@media only screen and (max-width: 768px) {
  .form{
    width: 100%;
    
    }
}



@media only screen and (max-width: 576px) {

.login-text {
  line-height: 31px;
  font-size: 12px;

}
}
