body {
    background-color: #010409;
}

.logo-kapsul {
    text-align: center;
    position: relative;
    opacity: 0.8;
}
.logo {
    height: auto;
    padding: 20px 0px;
}
/* form başlangıç stiller ------------------------------- */

.group {
    position: relative;
    margin-bottom: 45px;
}
.group input {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #1c1c1c !important;
    /*background: none;*/
    background: transparent !important;
    color: #eee;
}
.group input:focus {
    outline: none;
    background: transparent !important;
    border-bottom: 1px solid #1c1c1c !important;
}
/* LABEL ======================================= */
input{
    /*background: rgba(0, 0, 0, 0.8);*/
}

/*Color de letras del Login*/
.group label {
    color: rgba(255, 255, 255, 0.8);
   font-size: 16px; /*24px*/
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: -10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    background: none!important;
}
/* active durum */

.group input:focus ~ label,
input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}
.bar:before,
.bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #1c1c1c;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.bar:before {
    left: 50%;
}
.bar:after {
    right: 50%;
}
/* active durum bar */

.group input:focus ~ .bar:before,
.group input:focus ~ .bar:after {
    width: 50%;
}
/* HIGHLIGHTER ================================== */

.highlight {
    position: absolute;
    height: 0%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
/* active durum */

 input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
/* form animasyon ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: rgba(255, 255, 255, 0.7);
    }
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: rgba(255, 255, 255, 0.7);
    }
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background: rgba(255, 255, 255, 0.7);
    }
    to {
        width: 0;
        background: transparent;
    }
}
.input-ikon {
    font-size: 20px!important;
    position: relative;
}
.input-sifre-ikon {
    font-size:20px!important;
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 0;
    top: 12px;
    cursor: pointer;
    color: #eee;
}
.span-input {
    margin-left: 10px;
    position: relative;
    top: -4px;
}

/* Login submit button styles override */
.wrapper .btn.btn-primary.w-100 {
    background-color: #f9f9f9 !important;
    color: #0d0d0d !important;
    border-color: #f9f9f9 !important;
    background-clip: padding-box;
    border-radius: 28px;
}

.wrapper .btn.btn-primary.w-100:hover,
.wrapper .btn.btn-primary.w-100:focus {
    background-color: #ececec !important;
    border-color: #ececec !important;
    color: #0d0d0d !important;
}

/* Login card rounding */
.wrapper .login-card {
    border-radius: 28px;
    overflow: hidden;
}

/* On phones, hide the long part of the intro paragraph */
@media (max-width: 576px) {
    .login-mobile-hide { display: none !important; }
}
.giris-yap-buton,
.kayit-ol-buton,
.sifre-hatirlat-buton {
    background: linear-gradient(-135deg, rgb(71, 104, 195), rgb(71, 104, 195));
    background: -webkit-linear-gradient(-135deg, rgb(71, 104, 195), rgb(71, 104, 195));
    display: block;
    text-align: center;
    text-decoration: none;
    color: #eee;
    font-family: roboto;
    font-weight: 100;
    padding: 10px;
    border-radius: 3px;
    outline: none;
    opacity: 0.8;
}
.forgot-and-create {
    margin: 20px 0px;
}
/*Create User & Forgot Password*/
.forgot-and-create a {
    color: #bbb;
    font-size: 18px;
    text-decoration: none;
    font-weight: 100;
    margin-right: 10px;
}

.forgot-and-create a :hover{
    /*transition:1s;*/
    /*color: rgb(39, 94, 184);*/
    /*transition:1s;*/
    /*font-size: 20px;*/
}

/* Geçiş Links Forgot and Create */

.zaten-hesap-var-link {
    color: #bbb;
    font-size: 14px;
    padding: 20px 0px;
    text-decoration: none;
    display: block;
}

.btn-primary {
    background-color: #0863b7 !important;
    border-color: #0863b7 !important;
}
.btn-primary:hover {
    background-color: #0863b7 !important;
    border-color: #0863b7 !important;
}

/*button
{
    background: linear-gradient(-135deg, #fff, #fff);
    /*background: -webkit-linear-gradient(-135deg, rgb(71, 104, 195), rgb(71, 104, 195));
    display: block;
    text-align: center;
    text-decoration: none;
    color: #010409;
    font-family: roboto;
    font-weight: 12;
    padding: 6px;
    border-radius: 6px;
    outline: none;
    opacity: 0.8;
    font-size: 12px;
    vertical-align: middle;
}*/

button:hover
{
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: transparent;
  transition: background-color 500000000000s ease-in-out 0s;
}

.card-log
{

    /*background: rgba(203, 205, 255, 0.4);*/
    color: rgba(24, 26, 27, 0.8);
    padding:30px 30px 30px 30px;
    border-radius:5px;
    border-radius:5px;
}

