a {
    color: #fff;
}

@-ms-viewport {
    width: device-width
}

::-moz-selection {
    background:#ffc7fd;
    color:#2e3142;
}
::selection {
    background:#ffc7fd;
    color:#2e3142;
}

.float-left {
   display: inline-block;
}

.float-right {
    float: right;
}

::placeholder {
  color: #b4b9db;
}

input {
    color: #d9dae9;
    background: #3f4257;
    height: 56px;
    line-height: 56px;
    border-radius: 2px;
    padding: 0;
    transition: all .3s;
    border: 0px solid transparent;
    max-width: 98.5%;
    width: 50%;
    margin-top: 5px;
    padding-left: 15px;
}

input:hover {
    border: 0px;
}

input:focus {
    border: 0px;
    background: #222430;
    outline: 0!important;
}

input#resim-yukle {
    text-align: center;
    background: #000;
}

button {
    display: block;
    text-decoration: none;
    color: #f4f4f5;
    padding: 15px 0;
    border: solid 0px transparent;
    background: #b58bb4;
    width: 50%;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    border-radius: 2px;
}

button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-radius: 3px;
    background: rgba(255,255,255,0.2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

button:hover:before {
    -webkit-animation: circle .5s;
    animation: circle .5s;
}

a {
    text-decoration: none;
}

.col-lg-8 {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

@media (min-width: 992px) {
	.banner .col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 100%;
	}
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    align-items: flex-start;
}

.row>* {
    padding: 0 10px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
}

h1, .h1 {
	font-size: 100px;
}

h2, .h2 {
	font-size: 55px;
}

h3, .h3 {
	font-size: 30px;
}

h4, .h4 {
	font-size: 24px;
}

h5, .h5 {
	font-size: 18px;
}

h6, .h6 {
	font-size: 16px;
}
.text-center {
	text-align: center !important;
}
svg:not(:root) {
    overflow: hidden;
}
svg {
    fill: currentColor;
}

/* Animasyon */
@keyframes lights {
  0% {
    color: hsl(230, 40%, 80%);
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.2),
      0 0 0.125em hsla(320, 100%, 60%, 0.3),
      -1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
      1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
  }
  
  30% { 
    color: hsl(230, 80%, 90%);
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 60%, 0.5),
      -0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
      0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
  }
  
  40% { 
    color: hsl(230, 100%, 95%);
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 90%, 0.5),
      -0.25em -0.125em 0.125em hsla(40, 100%, 60%, 0.2),
      0.25em 0.125em 0.125em hsla(200, 100%, 60%, 0.4);
  }
  
  70% {
    color: hsl(230, 80%, 90%);
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.5),
      0 0 0.125em hsla(320, 100%, 60%, 0.5),
      0.5em -0.125em 0.25em hsla(40, 100%, 60%, 0.2),
      -0.5em 0.125em 0.25em hsla(200, 100%, 60%, 0.4);
  }
  
  100% {
    color: hsl(230, 40%, 80%);
    text-shadow:
      0 0 1em hsla(320, 100%, 50%, 0.2),
      0 0 0.125em hsla(320, 100%, 60%, 0.3),
      1em -0.125em 0.5em hsla(40, 100%, 60%, 0),
      -1em 0.125em 0.5em hsla(200, 100%, 60%, 0);
  }
  
}

.BeniHatirla input {
    width: 16px;
    height: 16px;
    margin-top: 15px;
}

img {
display: block;
}