@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:ital,wght@0,100..900;1,100..900&);

h2.Baslik {
    text-align: center;
    font-size: 30px;
    top: 0px;
    padding: 20px;
    /* font-family: 'Open Sans Condensed', sans-serif; */
    font-family: "Raleway",sans-serif;
    font-display: swap;
    font-weight: bold;
    background-color: #eb770a;
    color: #eaea9d;
}

input, select{
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    position: relative;
    width: 80%;
    display: block;
    margin: 6px auto;
    font-size: 17px;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    border: none;
    background: rgba(3,3,3,.1);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  select{
    width: 40%;
  } 
  input:focus{
    outline: none;
    box-shadow: 3px 3px 10px #333;
    background: rgba(3,3,3,.18);
  }
  .title2 {
    text-align: center;
    font-family:  'Open Sans Condensed', sans-serif;
    color: #fff;
  }
  .title3 {
    font-size: 10px;
    text-align: center;
    font-family:  'Open Sans Condensed', sans-serif;
    color: rgba(76, 74, 74, 0.611);
  }

  /* Placeholders */
  ::-webkit-input-placeholder {
     color: #ddd;  }
  :-moz-placeholder { /* Firefox 18- */
     color: rgb(244, 239, 237);  }
  ::-moz-placeholder {  /* Firefox 19+ */
     color: rgb(244, 239, 237);  }
  :-ms-input-placeholder {  
     color: #333;  }
  
  /* Link */
  a{
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    padding: 0px 2px;
  }
  
  a:hover{
    opacity: 0.7;
  }
 
  .unutmus{
    position: absolute;
    margin: -10px 40px; 
 
   }
#remember{
   font-size: 12px;
   font-family: 'Open Sans Condensed', sans-serif;
   color: rgba(255,255,255,.5);
   top: 0px;
 }
 
#forgotten{
   position: absolute;
   font-size: 12px;
   font-family: 'Hind', sans-serif;
   color: rgba(255,255,255,255);
   cursor: pointer;
   top:2px;
   margin-left: 12rem;
   width:200px;

   -webkit-transition: all 2s ease-in-out;
   -moz-transition: all 2s ease-in-out;
   -o-transition: all 2s ease-in-out;
   transition: all 0.2s ease-in-out;
 }
 
 #forgotten:hover{
   color: rgba(255,255,255,.6);
 }
 
 .orange-btn{
   background: rgba(87,198,255,.8);
 }

 .checkbox {
  position: relative; 
  cursor: pointer;
	-webkit-appearance: none;
	padding: 5px; 
	border-radius: 4px;
  background: rgba(3,3,3,.2);
	/* display: flex; */
  width: 16px;
  height: 14px;
}

.checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checkbox:checked {
  background: rgba(3,3,3,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.5);
	color: #fff;
}

.checkbox:checked:after {
	content: '\2714';
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 4px;
	color: #fff;
}
 
/* Login container */

#forgottenContainer{
  position: absolute;

  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 280px;
  border-radius: 10px;

  background-color: rgba(35, 145, 224, 0.84);
  box-shadow: 1px 1px 50px #000;
  display:none;
  z-index: 5;  
  
}

a.btn_get{
  margin-left: 41%;
  color: rgba(236, 244, 246, 0.935);
  text-decoration:underline ;
}

.closeButton{

  position: absolute;
  cursor: pointer;
  top: 3px;
  right: 3px;
   opacity: .7;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 5;
}

.closeButton:hover{
 
  opacity: .5;
}


.uyelik {
	
  position: absolute;
	/* Firefox */
	left: -moz-calc(50% - 18px);
	/* WebKit */
	left: -webkit-calc(50% - 18px);
	/* Opera */
	left: -o-calc(50% - 18px);
	/* Standard */
	left: calc(50% - 200px);

  margin-right: 18px;  
	height:60%;
	width:auto; 
  
	background-color:  #f17827;

	z-index: 3;
	border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 1px 1px 30px #000;

}


.brandlogo {
	width:15%;
	height:15%;
}

form{
	justify-content: center;
}
