@font-face {
  font-family: Sakura-Homes;
  src: url(../font/SakuraHomes.woff);
}

@font-face {
  font-family: Sakura-HomesB;
  src: url(../font/SakuraHomesB.woff);
}

body, html {
  margin: 0;
  padding: 0;
  font-family: 'Sakura-Homes', sans-serif;
  background: #004d66;
  color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Sakura-HomesB', sans-serif;
}

.background {
  background: url('../images/background.jpg');
  background-size: cover;
  min-height: 100vh;
  text-align: center;
  padding-bottom: 85px;
}

.logo {
  padding-top: 25px;
  padding-bottom: 15px;
}
.logo img {
  max-height: 150px;
}

.form-title {
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
  padding: 10px;
}

.description {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 10px;
}

.form-container {
  background-color: #fff;
  color: #2b2b29;
  border-radius: 12px;
  padding: 30px;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  text-align: left;
  margin-bottom: 100px;
}

form {
  display: flex;
  flex-direction: column;
}


.form-class div {
  margin-bottom: 12px;
}

.form-class div {
  float: left;
  width: 50%;
}

.form-class2 div:first-child {
  float: left;
  width: 100%;
}

.form-class2 div {
  float: left;
  width: 33.333%;
}
.form-class2 input {
  width: initial;
}
.form-class2 .label{
  width: 100%;
  font-size: 14px;
}

label {
  display: inline-block;
  width: 97%;
  text-align: left;
  margin: 5px 0 5px;
  font-weight: 500;
  color: #2c2c29;
  vertical-align: middle;
}

label span {
  font-size: 12px;
  font-weight: normal;
  color: #2c2c29;
}

input, textarea {
  width: -webkit-fill-available;
  padding: 5px;
  font-size: 14px;
  border: 0px;
  border-bottom: 1px solid #bfbfbe;

}

textarea:focus, input:focus{
    outline: none;
}

textarea.lined {
  width: 100%;
  line-height: 28px; /* satır yüksekliği */
  padding: 10px;
  font-size: 16px;
  font-family: monospace;
  padding: 5px;
  padding-left: 0px;
  padding-right: 0px;

  /* satır aralığına uygun arka plan çizgisi */
  background-image: linear-gradient(to top, #bfbfbe 1px, transparent 1px);
  background-size: 100% 29px; /* 24px: satır yüksekliği ile aynı */
  background-attachment: local;
  resize: none;
  border: 0px;
}

.input_submit {
  width: fit-content;
  float: right;
  background: linear-gradient(to right, #3a85c8, #4ca7d7);
  color: white;
  border: none;
  padding: 12px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 8px;
}

.input_submit:hover {

  opacity: 0.9;
}

.cerez-sakura{
    position: fixed;
    display: block;
    width: 100%;
    color: #127280;
    background-color: #eeeeee;
    font-size: 14px;
    z-index: 2147000001;
    left: 0px;
    bottom: 0px;
}
.cerez-title{
    display: block;
    font-size: 18px;
    text-align: left;
    margin: 8px 25px;
}
.cerez-content{
    display: block;
    text-align: left;
    padding: 12px!important;
    margin-left: 2%;
}
.cerez-content a{
    color: #127280;
}
.cerez-content a:hover{
      color: #000;
}
.cerez-button{
    width: 140px;
    color: #fff !important;
    border-color: transparent;
    background-color: #0f3945;
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
    float: right;
    margin-top: -38px;
    margin-right: 12px;
}

@media screen and (max-width: 767px) {
    .cerez-content{
        text-align: center;
        margin-left: 0%;
    }
    .cerez-button{
        width: 100%;
        float: inherit;
        margin-top: auto;
        text-align: center;
    }
}
