body { 
    background-image: url("../images/background_auto_x2.jpg");
    background-position: bottom;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    color: white;
  }
  a{
    color: lightslategrey;
    font-weight: bold; 
    font-size: 15px;
    text-decoration: none;
  }
  
  a:hover {
      text-decoration: underline;
      color: #19aa8d;
  }
  input {
	border: 1px solid silver;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	padding: 0;
	-webkit-appearance: none;
}

p {
	line-height: 1.5em;
}

  .container {
    left: 47%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
  }
 
#login, .logo{
    display:inline-block;
    width:40%;
}
#login{
  padding: 0px 22px;
  width: 69%;
}

#login span.fa {
	background-color: #fff;
  border-radius: 3px 0px 0px 3px;
  border: 1px solid silver;
	color: #000;
	display: block;
	float: left;
	height: 50px;
  font-size:30px;
	line-height: 50px;
	text-align: center;
	width: 20%;
}

#login input {
	height: 50px;
}

#login input[type="email"], input[type="password"] {
    background-color: #fff;
	border-radius: 0px 10px 10px 0px;
	color: #000;
	margin-bottom: 1em;
	padding: 0 16px;
	width: 80%;
}
#login > p {
	text-align: center;
}

#login > p span {
	padding-left: 5px;
}
.middle {
  display: flex;
  width: 55%;
}
#Oturum{
    color: lightslategrey;
    margin-bottom: 15px;
    text-align: center;
}
.logo{
    margin-left: 30px;
  }
  #kayit{
    color: silver;
text-align: center;    
}
p{
    color: lightslategrey;
    font-family: Georgia, serif	;
    margin-top: 10px;
}
select{
margin-bottom: 20px;
}
.input-group-addon{
    color: silver;
    margin-right: 10px;
    margin-top: 5px;
}
.form-control{
    border-radius: 25px;
}

#forgot{
  margin-top: 10px;
  color: white;
}
#registerbtn{
   font-size: 15px;
    float: right; 
          height: 50px; 
          width: 76px; 
          font-weight: bold; 
          cursor: pointer;
          margin-top: -37px;
          margin-right: 20px;
}

.shadow-sm{
  border-left: 2px solid #f0f0f0;
  height: 400px;
  position: absolute;
  left: 56%;
  top: 0;
}
#loginbutton{
  border: none;
  color: white;
  font-weight: bold;
  font-size: 16px;
  background-color:#19aa8d;
  padding: 10px 20px;
  cursor: pointer;
  border: 2px solid #19aa8d;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}
#loginbutton:hover{
    border-color: #00a882;
    background-color: #00a882;
}
#modal {		
	color: #636363;
	width: 325px;
	font-size: 14px;
}
#modal .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}

#modal .modal-header {
	border-bottom: none;   
	position: relative;
}
#modal h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
#modal .form-control, #modal .btn {
	min-height: 40px;
	border-radius: 3px; 
}
#modal .close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
#modal .modal-footer {
	border: none;
	text-align: center;
	border-radius: 5px;
	font-size: 13px;
}	
#warningicon{
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -50px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #82ce34;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px green;
}
#modal .icon-box i{
	font-size: 58px;
	position: relative;
	top: 3px;
} 
#warningbtn {
	color: #fff;
  border-radius: 4px;
  width: 250px;
	background: #82ce34;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
#warningbtn:hover, #warningbtn:focus {
	background: #6fb32b;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
#erroricon{
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -50px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index:2;
	background: #ff4040;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#errorbtn {
	color: #fff;
  border-radius: 4px;
	background: #ff4040;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
#errorbtn:hover, #errorbtn:focus {
	background: #ff4040;
	outline: none;
}
#errormodal{
    top:50px;
}

#aktivasyonicon{
	color: #fff;		
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -50px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index:2;
	background: #f0ad4e;
	padding: 15px;
	text-align: center;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#aktivasyonbtn {
	color: #fff;
  border-radius: 4px;
	background: #f0ad4e;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
img#mobilelogo{
    display:none;
}
@media (max-width:800px) { 
	.container {
		left: 30%;
	  }
	  .middle {
		width: 200%;
                margin-left:-50px;
                display:block;
                
	  }
	.logo{
                display:none;
	}
	.shadow-sm{
display: none;
        }
        img#mobilelogo{
            display:block;
            width:90%;
        }
 .modal-dialog{
         width: 90%;
         top:20px;
    }
#warningbtn{
    width: 100%;
}
#modal{
    width:270px;
    top:50px;
}
.modal-content {
position: fixed;
left:38%;
width: 80%;
top:15px;
}
      
        
}