@import url("/css/logo.css");

body, html {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #162236;
}

body {
    width: 100%;
}

header {
}

#headerrow {
    position: fixed;
    height: 90px;
    top: 0;
    width: 100%;
    background-color: #162236;
}

.pagebody {
    position: absolute;
    top: 90px;
    bottom:25px;
    width: 100%;
    color: white;
}

.pagebodywarn {
    position: absolute;
    top:140px;
    bottom:25px;
    width: 100%;
    color: white;
}

.nowarning {
	height: 80px;
	padding-top: 10px;
}

#hostspan {
	text-align: right;
    display: none;
}

.msgbox {
	padding-right: 60px;
	padding-top: 25px;
}

@media only screen and (max-width : 768px) {
    /* only size 'xs' and below */
    #headerrow {
        height: 100px;
    }

    .pagebody {
    	top: 100px;
    }

    .pagebody2 {
		top: 250px;
    }

    .nowarning {
		height: 60px;
	}

	.msgbox {
		padding-right: 0px;
		padding-top: 0px;
	}

	#hostspan {
		text-align: center;
	}
}

#footertext {
    position: fixed;
    height: 25px;
    bottom: 0;
    width: 100%;
    background-color: #212121;
    color: white;
    text-align: center;
}

.loginCont {
    position: absolute;
    top: 45vh; left: 50%;
    transform: translate(-50%,-50%);
    height: 55%;
    width: 90%;
}

.error-panel a {
	color: white;
}
p.form-title
{
    font-family: 'Open Sans' , sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5%;
    text-transform: uppercase;
    letter-spacing: 4px;
}


form.login
{
    width: 270px;
    margin: 0 auto;
}

/*
form.login {
    width: 270px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
}*/


form.login input[type="text"], form.login input[type="password"]
{
    width: 100%;
    margin: 0;
    padding: 10px 10px;
    background: 0;
    border: 0;
    border-bottom: 1px solid #FFFFFF;
    outline: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #FFFFFF;
    outline: 0;
}

form.login input[type="submit"]
{
    width: 60%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 36px;
    outline: 0;
    cursor: pointer;
    letter-spacing: 1px;
    display: block;
    margin : 0 auto;
    margin-top: 36px;
}

form.login input[type="submit"]:hover
{
    transition: background-color 0.5s ease;
}

form.login label, form.login a
{
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

form.login a
{
    transition: color 0.5s ease;
}

form.login a:hover
{
    color: #2ecc71;
}

.logoCol {
    height: 100%;
}

#logodiv svg#logo {
    width: 240px;
    height: 100%;
}

/** Re-style web-kit browser autocomplete boxes (Fixes Chrome's ugly yellow background) **/
@-webkit-keyframes autofill {
    to {
        color: white;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.btn-success {
    color: #fff;
    background-color: #253959;
    border-color: #4A71B0;
}

.btn-success.focus,.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.error-message {
  background-color: rgba(220, 53, 69, 0.1);
  color: #dc3545;
  border: none;
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 8px;
  font-family: system-ui, -apple-system, sans-serif;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 2px 4px rgba(220, 53, 69, 0.05);
  animation: fadeIn 0.3s ease-in-out;
}

.error-message h4 {
  margin: 0;
  font-size: 1.4rem;
}

.error-message i {
  font-size: 2rem;
  color: #dc3545;
  display: flex;
  align-items: center;
  margin-top: 1px;
}

.error-message i::before {
  content: "\26A0";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-style: normal;
  transform: none;
}

.kvkk-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    line-height: 1.4;
  }

.kvkk-checkbox input[type="checkbox"] {
    margin-top: 6px;
    width: 12px;
    height: 12px;
  }

.kvkk-checkbox a {
    color: #007bff;

  }

.kvkk-link{
    
    font-size:11px !important;
}
.kvkk{
    margin-top: 5px;
}

/*
.col-sm-4 {
    width: 100%;
    display: block;
}*/