.users-icon {background: #15322c;border: 2px solid #ddd;padding: 9px; height: 14px;
	width: 14px;color: #fff;overflow:hidden;cursor:auto;border-radius:50%;margin:2px;
}
.usersf-icon {background: #299CD5;border: 1px solid #0D7C3D;padding: 9px; height: 14px;
	width: 14px;color: #fff;overflow:hidden;cursor:auto;border-radius:50%;margin:2px;
}
.usersf-icon:hover {
background:#E15454	;
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.buton-kayıt {
	background: #ef5350;
	padding: 5px 9px;
	color: #fff;
	font-size: 15px;
	 box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}

.buton-giriş {
	background: #26C6DA;
	padding: 5px 9px;
	color: #fff;
	font-size: 15px;
	box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}



.login-logo {
  display: block;
margin: 10px auto;
width: 25%;
height:25%;
max-width: 180px;
max-height: 63px;
	margin-top:-60px;
}

.sign-in-wrap {
  position: relative;
  width: 300px;
  height: auto;
  padding: 20px;
  margin: 100px auto;
  background-color: #E4E9E9;
  text-align: center;
  border-radius: 5px;
 margin-top:-1px;
}


.input-row {
  overflow:hidden;
}

.sign-in-wrap:after {
	content: ' ';
	height: 0;
	position: absolute;
	width: 0;
	border: 13px solid transparent;
	border-right-color: #E4E9E9;
	top: 12%;
	right: 99.5%;
	margin-left: -10px;
}

.input-row input {
  width: 80%;
  height: auto;
  padding: 10px;
  margin: 0 0 18px;
  outline: 0;
  box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 16px;
  transition: all 0.1s ease-in;
}

.input-row input:focus {
  outline: none;
  color: #fff;
  border: 2px solid #16a085;
  border-color: #2196F3;
  transition: all 0.1s ease-out;
}

.input-row button {
  width: 100%;
  height: auto;
  padding: 12px;
  margin: 0 0 17px 0;
  border-radius: 5px;
  border: none;
  background-color: #1abc9c;
  color: white;
  font-size: 16px;
  transition: all 0.1s ease-in;
}

.input-row button:hover {
  background-color: #16a085;
  transition: all 0.1s ease-out;
  cursor: pointer;
}

.sign-in-wrap a {
  text-decoration: none;
  color: #C0C9CA;
  font-size: 14px;
}


.input-group-addon {
padding: 8px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
text-align: center;
background-color: #edfeae;
color:#fff;
}

.form-control:focus {
outline: none;
border-color: #79C0E4;
box-shadow: 0 0 2px #08C;
}

.form-control {
font-family: 'Arimo', sans-serif;
font-weight: 400;
font-style: normal;
width: 199px;
display: table-cell;
height: 20px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.428571429;
color: #fff;
background-color: rgba(66,50,86, 0.9);
border: 0px solid #08C;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input-group-addon:first-child {
border-right: 0;
}

.margin-bottom-sm {
margin-bottom: 5px !important;
}

.input-group {
position: relative;
display: table ;
border-collapse: separate;
}


		