@import url(https://fonts.googleapis.com/css?family=Gudea:400,700);

.captcha-container {
    display: flex;
}

.captcha-textbox {
	width: 70%;
}

.captcha-image img {
    max-width: 100%;
    height: 100%;
}

body .authent {
  display: none;
  background: #35394a;
  background: linear-gradient(45deg, #35394a 0%, #1f222e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#35394a", endColorstr="#1f222e",GradientType=1 );
  position: absolute;
  left: 0;
  right: 90px;
  margin: auto;
  width: 100px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  padding: 20px 70px;
  top: 200px;
  bottom: 0;
  height: 70px;
  z-index: 2050;
  box-sizing: content-box;
  border-radius: 15px; 
}

body .authent p {
  text-align: center;
  color: white;
  z-index: 2050;
}
body .message-box {
  display: none;
  color: #d5d8e2;
}
.login p {
  color: #afb1be;
  font-size: 12px;
  text-align: left;
}
body .testtwo {
  left: -320px !important;
}
body .test {
  box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.55);
  pointer-events: none;
  top: -100px !important;
  transform: rotateX(70deg) scale(0.8) !important;
  opacity: 0.6 !important;
  filter: blur(1px);
}
.login {
  opacity: 1;
  top: 20px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.25, 0.265, 0.85);
  transition-property: transform, opacity, box-shadow, top, left;
  transition-duration: 0.5s;
  transform-origin: 161px 100%;
  transform: rotateX(0deg);
  position: relative;
  width: 240px;
  border-top: 2px solid #afb1be;
  height: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 20%;
  padding: 40px 40px 10px 40px;
  background: #35394a;
  background: linear-gradient(45deg, #35394a 0%, #1f222e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#35394a", endColorstr="#1f222e",GradientType=1 );
}
body .login .validation {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 6px;
  opacity: 0;
}
body .login .disclaimer {
  position: relative;
  width: 250px;
  top: 20px;
}
body .login_title {
  color: #afb1be;
  height: 60px;
  text-align: left;
  font-size: 16px;
}
body .login_fields {
  position: relative;
  left: -40px;
  width: fit-content;
}
body .login_fields .icon {
  position: absolute;
  z-index: 1;
  left: 36px;
  top: 8px;
  opacity: 0.5;
}
body .login_fields input[type=password] {
  color: #afb1be !important;
}
body .login_fields input[type=text], body .login_fields input[type=password] {
  color: #afb1be;
  width: 190px;
  margin-top: -2px;
  background: #32364a;
  left: 0;
  padding: 10px 65px;
  border-top: 2px solid #393d52;
  border-bottom: 2px solid #393d52;
  border-right: none;
  border-left: none;
  outline: none;
  font-family: "Gudea", sans-serif;
  box-shadow: none;
  box-sizing: content-box;
}
body .login_fields input[type=password2] {
  color: #afb1be !important;
}
body .login_fields input[type=text], body .login_fields input[type=password2] {
  color: #afb1be;
  width: 190px;
  margin-top: -2px;
  background: #32364a;
  left: 0;
  padding: 10px 65px;
  border-top: 2px solid #393d52;
  border-bottom: 2px solid #393d52;
  border-right: none;
  border-left: none;
  outline: none;
  font-family: "Gudea", sans-serif;
  box-shadow: none;
}
body .login_fields input[type=captcha] {
  color: #afb1be;
  margin-top: -2px;
  background: #32364a;
  left: 0;
  padding: 10px 65px;
  border-top: 2px solid #393d52;
  border-bottom: 2px solid #393d52;
  border-right: none;
  border-left: none;
  outline: none;
  font-family: "Gudea", sans-serif;
  box-shadow: none;
}
body .login_fields__user, body .login_fields__password {
  position: relative;
  width: 320px;
}
body .login_fields__submit {
  position: relative;
  top: 15px;
  left: 0;
  width: 80%;
  right: 0;
  margin: auto;
}
body .login_fields__submit .forgot,
body .login_fields__submit .register {
  display: block; /* Her biri kendi satırında olacak */
  font-size: 12px;
  margin-top: 10px; /* Üstten boşluk ekleyin */
  text-decoration: underline;
  text-align: right; /* Ortalayın */
}
body .login_fields__submit .forgot a,
body .login_fields__submit .register a {
  color: #a6a9bb;
}
body .login_fields__submit input {
  border-radius: 50px;
  background: transparent;
  padding: 10px 50px;
  border: 2px solid #afb1be;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  transition-property: background, color;
  transition-duration: 0.2s;
  width: 100%;
}
body .login_fields__submit input:focus {
  box-shadow: none;
  outline: none;
}
body .login_fields__submit input:hover {
  color: white;
  background: #0b1c2c;
  cursor: pointer;
  transition-property: background, color;
  transition-duration: 0.2s;
}
.goback {
  right: 20px;
  bottom: 0px;
  font-size: 11px;
  font-weight: normal;
}
.goback p {
  color: white;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
}
.goback a {
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.goback img {
  position: relative;
  top: 3px;
  margin: 0px 4px;
  width: 10px;
}
.brand {
  position: absolute;
  left: 20px;
  bottom: 14px;
}
.brand img {
  width: 30px;
}
img.login_logo {
    width: -webkit-fill-available;
}
.passwordMismatchErrorDiv {
    justify-items: center;
}
input:-webkit-autofill {
  background-color: transparent !important; /* Arka planı şeffaf yap */
  color: inherit !important; /* Yazı rengini input stilinden devral */
  font-family: inherit !important; /* Yazı tipini devral */
  font-size: inherit !important; /* Yazı boyutunu devral */
  font-weight: inherit !important; /* Yazı kalınlığını devral */
  line-height: inherit !important; /* Satır yüksekliğini devral */
  letter-spacing: inherit !important; /* Harf aralığını devral */
  border: inherit !important; /* Kenarlık stilini devral */
  box-shadow: inherit !important; /* Gölge efektini devral */
  transition: background-color 5000s ease-in-out 0s, color 5000s ease-in-out 0s;
}
input:-webkit-autofill:focus {
  background-color: transparent !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  border: inherit !important;
  box-shadow: inherit !important;
}
