@import url(https://fonts.googleapis.com/css?family=Audiowide);

::-moz-selection {
    background: #2daae1;
    text-shadow: none;
}

::selection {
    background: #2daae1;
    text-shadow: none;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

html,body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background: #1b1b1b;
    color: #FFF;
    font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    line-height: 1;
}

.background-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.background {
    /*background: url('https://myrror.co/etc/419062774_1385132057.jpg');*/
    background-size: cover;
    filter: blur(10px);
    height: 105%;
    position: relative;
    width: 105%;
    right: -2.5%;
    left: -2.5%;
    top: -2.5%;
    bottom: -2.5%;
}
div#giris_alt {
    padding: 0 20px;
}

div#giris_alt a {
    color: #737373;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

div#giris_alt a + a {
    float: right;
}

div#giris_alt a:hover {
    color: white;
}


* {
    box-sizing: border-box;
    cursor: default;
    outline: none;
}

form {
    background: #111;
    border: 1px solid #191919;
    border-radius: .4em;
    bottom: 0;
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.2);
    height: 400px;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 380px;
    animation: comeUp 1s;
}

@-moz-keyframes comeUp {
    from {-webkit-transform: translateY(-100vh);-moz-transform: translateY(-100vh);-ms-transform: translateY(-100vh);-o-transform: translateY(-100vh);transform: translateY(-100vh);}
    to {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
}
@-o-keyframes comeUp {
    from {-webkit-transform: translateY(-100vh);-moz-transform: translateY(-100vh);-ms-transform: translateY(-100vh);-o-transform: translateY(-100vh);transform: translateY(-100vh);}
    to {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
}
@-ms-keyframes comeUp {
    from {-webkit-transform: translateY(-100vh);-moz-transform: translateY(-100vh);-ms-transform: translateY(-100vh);-o-transform: translateY(-100vh);transform: translateY(-100vh);}
    to {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
}

@-khtml-keyframes comeUp {
    from {-webkit-transform: translateY(-100vh);-moz-transform: translateY(-100vh);-ms-transform: translateY(-100vh);-o-transform: translateY(-100vh);transform: translateY(-100vh);}
    to {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
}

@keyframes comeUp {
    from {-webkit-transform: translateY(-100vh);-moz-transform: translateY(-100vh);-ms-transform: translateY(-100vh);-o-transform: translateY(-100vh);transform: translateY(-100vh);}
    to {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
}
@-webkit-keyframes comeUp {
    from {-webkit-transform: translateY(-100vh);-moz-transform: translateY(-100vh);-ms-transform: translateY(-100vh);-o-transform: translateY(-100vh);transform: translateY(-100vh);}
    to {-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
}

.inset p>i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    width: 30px;
    height: 33px;
    text-align: center;
    border-right: 1px solid #555;
    line-height: 33px;
    color: #737373;
}

.inset p {
    position: relative;
}

form:after {
    background: linear-gradient(to right, #111111, #444444, #b6b6b8, #444444, #2F2F2F, #272727);
    content: "";
    display: block;
    height: 1px;
    left: 110px;
    position: absolute;
    top: 0;
    width: 150px;
}

form:before {
    border-radius: 50%;
    box-shadow: 0 0 6px 4px #fff;
    content: "";
    display: block;
    height: 5px;
    left: 44%;
    position: absolute;
    top: -7px;
    width: 8px;
}

.inset {
    border-top: 1px solid #19191a;
    padding: 20px 20px 10px;
}

form h1 {
    border-bottom: 1px solid #000;
    font-size: 18px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #000;
    margin: 0;
}

.poweron {
    color: #ffffff;
    transition: all 0.5s;
    animation: flicker 1s ease-in-out 1 alternate, neon 1.5s ease-in-out infinite alternate;
    animation-delay: 0s, 1s;
}

.poweron2 {
    color: #ffffff;
    transition: all 0.5s;
    animation: flicker2 1s ease-in-out 1 alternate, neon2 1.5s ease-in-out infinite alternate;
    animation-delay: 0s, 1s;
}

form h1:after {
    position: absolute;
    width: 250px;
    height: 180px;
    content: "";
    display: block;
    pointer-events: none;
    top: 0;
    right: -20%;
    transform-style: flat;
    transform: skew(20deg);
    background: -moz-linear-gradient(top, hsla(0,0%,100%,0.1) 0%, hsla(0,0%,100%,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,100%,0.2)), color-stop(100%,hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
    background: -o-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
    background: -ms-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ffffff', endColorstr='#00ffffff',GradientType=0 );
    background: linear-gradient(to bottom, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
}

input[type=text], input[type=password], input[type=email] {
    background: linear-gradient(#1f2124,#27292c);
    border: 1px solid #222;
    border-radius: .3em;
    box-shadow: 0 1px 0 rgba(255,255,255,0.1);
    color: #FFF;
    font-size: 13px;
    margin-bottom: 20px;
    padding: 8px 5px 8px 40px;
    width: 100%;
    cursor: text;
}

input[type=text]:disabled, input[type=password]:disabled {
    color: #999;
}

label[for=remember] {
    color: #bbb;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    padding: 0 0 0 5px;
}

.p-container {
    padding: 0 20px 20px;
}

.p-container:after {
    clear: both;
    content: "";
    display: table;
}

.p-container span {
    color: #0d93ff;
    display: block;
    float: left;
    padding-top: 8px;
}

input[type=submit] {
    background: #2daae1;
    border: 1px solid rgba(0,0,0,0.4);
    border-radius: .3em;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1);
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    height: 40px;
    padding: 5px 20px;
    width: 100%;
}

.denied {
    color: white !important;
    text-shadow: 0 0 1px black;
    background: #EE0000 !important;
}

input[type=submit]:hover, input[type=submit]:focus {
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -10px 10px rgba(255,255,255,0.1);
}

input[type=text]:hover:not([disabled]),
input[type=text]:focus,
input[type=password]:hover:not([disabled]),
input[type=password]:focus,
label:hover ~ input[type=text],
label:hover ~ input[type=password] {
    background: #27292c;
}

input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.checkboxouter {
    height: 20px;
    width: 20px;
    border-radius: 3px;
    background-color: #000;
    position: relative;
    display: inline-block;
    border: 2px solid #555;
}

.checkbox {
    position: absolute;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    background-color: transparent;
    height: 10px;
    width: 5px;
    margin: auto;
    left: 50%;
    transform: rotate(45deg);
    transform-origin: -35% 30%;
    transition: all 0.2s;
}

input[type="checkbox"]:checked ~ .checkbox {
    transition: all 0.3s;
    border-bottom: 2px solid #2daae1;
    border-right: 2px solid #2daae1;
}

@keyframes neon {
    from {
        text-shadow:
                0 0 2.5px #333,
                0 0 5px #333,
                0 0 7.5px #333,
                0 0 10px #0d506d,
                0 0 17.5px #0d506d,
                0 0 20px #0d506d,
                0 0 25px #0d506d,
                0 0 37.5px #0d506d;
    }

    to {
        text-shadow: 0 0 3px #333, 0 0 7px #333, 0 0 13px #333, 0 0 17px #0d506d, 0 0 33px #0d506d, 0 0 38px #0d506d, 0 0 48px #0d506d, 0 0 63px #0d506d;
    }
}

@keyframes flicker {
    0% {
        text-shadow: 0 0 2.5px #333, 0 0 5px #333, 0 0 7.5px #333, 0 0 10px #0d506d, 0 0 17.5px #0d506d, 0 0 20px #0d506d, 0 0 25px #0d506d, 0 0 37.5px #0d506d;
    }

    2% {
        text-shadow: none;
    }

    8% {
        text-shadow:
                0 0 2.5px #333,
                0 0 5px #333,
                0 0 7.5px #333,
                0 0 10px #0d506d,
                0 0 17.5px #0d506d,
                0 0 20px #0d506d,
                0 0 25px #0d506d,
                0 0 37.5px #0d506d;
    }

    10% {
        text-shadow: none;
    }

    20% {
        text-shadow:
                0 0 2.5px #333,
                0 0 5px #333,
                0 0 7.5px #333,
                0 0 10px #0d506d,
                0 0 17.5px #0d506d,
                0 0 20px #0d506d,
                0 0 25px #0d506d,
                0 0 37.5px #0d506d;
    }

    22% {
        text-shadow: none;
    }

    24% {
        text-shadow:
                0 0 2.5px #333,
                0 0 5px #333,
                0 0 7.5px #333,
                0 0 10px #0d506d,
                0 0 17.5px #0d506d,
                0 0 20px #0d506d,
                0 0 25px #0d506d,
                0 0 37.5px #0d506d;
    }

    28% {
        text-shadow: none;
    }

    32% {
        text-shadow:
                0 0 2.5px #333,
                0 0 5px #333,
                0 0 7.5px #333,
                0 0 10px #0d506d,
                0 0 17.5px #0d506d,
                0 0 20px #0d506d,
                0 0 25px #0d506d,
                0 0 37.5px #0d506d;
    }

    34% {
        text-shadow: none;
    }

    36% {
        text-shadow: none;
    }

    42% {
        text-shadow: none;
    }

    100% {
        text-shadow:
                0 0 2.5px #333,
                0 0 5px #333,
                0 0 7.5px #333,
                0 0 10px #0d506d,
                0 0 17.5px #0d506d,
                0 0 20px #0d506d,
                0 0 25px #0d506d,
                0 0 37.5px #0d506d;
    }
}



@keyframes neon2 {
    from {
        box-shadow:
                0 0 2.5px #333,
                0 0 5px #333,
                0 0 7.5px #333,
                0 0 10px #083548,
                0 0 17.5px #083548,
                0 0 20px #083548,
                0 0 25px #083548,
                0 0 37.5px #083548;
    }

    to {
        box-shadow: 0 0 3px #333, 0 0 7px #333, 0 0 13px #333, 0 0 17px #083548, 0 0 23px #083548, 0 0 28px #083548, 0 0 38px #083548, 0 0 43px #083548;
    }
}

@keyframes flicker2 {
    0% {
        box-shadow: 0 0 2.5px #333, 0 0 5px #333, 0 0 7.5px #333, 0 0 10px #083548, 0 0 17.5px #083548, 0 0 20px #083548, 0 0 25px #083548, 0 0 37.5px #083548;
    }

    2% {
        box-shadow: none;
    }

    8% {
        box-shadow:
                0 0 2.5px #333,
                0 0 5px #333,
                0 0 7.5px #333,
                0 0 10px #083548,
                0 0 17.5px #083548,
                0 0 20px #083548,
                0 0 25px #083548,
                0 0 37.5px #083548;
    }

    10% {
        box-shadow: none;
    }

    20% {
        box-shadow:
                0 0 2.5px #333,
                0 0 5px #333,
                0 0 7.5px #333,
                0 0 10px #083548,
                0 0 17.5px #083548,
                0 0 20px #083548,
                0 0 25px #083548,
                0 0 37.5px #083548;
    }

    22% {
        box-shadow: none;
    }

    24% {
        box-shadow:
                0 0 2.5px #333,
                0 0 5px #333,
                0 0 7.5px #333,
                0 0 10px #083548,
                0 0 17.5px #083548,
                0 0 20px #083548,
                0 0 25px #083548,
                0 0 37.5px #083548;
    }

    28% {
        box-shadow: none;
    }

    32% {
        box-shadow:
                0 0 2.5px #333,
                0 0 5px #333,
                0 0 7.5px #333,
                0 0 10px #083548,
                0 0 17.5px #083548,
                0 0 20px #083548,
                0 0 25px #083548,
                0 0 37.5px #083548;
    }

    34% {
        box-shadow: none;
    }

    36% {
        box-shadow: none;
    }

    42% {
        box-shadow: none;
    }

    100% {
        box-shadow:
                0 0 2.5px #333,
                0 0 5px #333,
                0 0 7.5px #333,
                0 0 10px #083548,
                0 0 17.5px #083548,
                0 0 20px #083548,
                0 0 25px #083548,
                0 0 37.5px #083548;
    }
}



/**/
.girisbilgi_kap{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 111;
    color: #FFF;
    text-align: center;
}
.girisbilgi_kap .girisbilgi_ic{
    width: 300px;
    position: absolute;
    z-index: 11;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    height: 200px;
    margin-top: -100px;
}
.girisbilgi_kap .girisbilgi_ic .girisbilgi_loader{
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.girisbilgi_kap .girisbilgi_ic .girisbilgi_loader i{
    font-size: 30px;
}
.girisbilgi_kap .girisbilgi_ic span{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}
.girisbilgi_kap .girisbilgi_resim{
    width: 157px;
    height: 77px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    background: #FFF;
}
#hata{font-size: 14px;color: #f1f1f1;text-align: center; position: absolute; left: 50%; top: 50%; transform: translate3d(-50%,-230px,0); }

#hata2{font-size: 14px;color: #f1f1f1;text-align: center;margin: -5px 0 15px 0;}

div#NTModalOverlay {position: fixed;left: 0;bottom: -100vh;background: rgba(0, 0, 0, 0.7);width: 100vw;height: 100vh;transition: all 0.5s cubic-bezier(1, -0.33, 0, 1.34);z-index: 99998;}
div#NTModalOverlay.show {bottom: 0;}
div#NTModal {position: fixed;max-width: 90%;text-align: center;padding: 15px;left: 50%;top: -100%;transform: translateX(-50%) translateY(-50%);color: #1e1e1e;border-radius: 7px;background: white;z-index: 99999;transition: all 0.5s cubic-bezier(1, -0.33, 0, 1.34);font-size: 16px;line-height: 42px;}
div#NTModal.show {top: 10%;}


.fs-32 {
    font-size: 32px !important;
}

.text-danger {
    color: #dc3545!important;
}
.text-success {
    color: #28a745!important;
}
.p-1 {
    padding: .25rem!important;
}
.pr-2, .px-2 {
    padding-right: .5rem!important;
}
.pl-2, .px-2 {
    padding-left: .5rem!important;
}
.rounded-circle {
    border-radius: 50%!important;
}
.border {
    border: 1px solid #dee2e6!important;
}
.border-danger {
    border-color: #dc3545!important;
}
.border-success {
    border-color: #28a745!important;
}

.d-inline-block {
    display: inline-block;
    vertical-align: sub;
    margin-right: 15px;
}

.pt-15{
    padding-top: 10px;
}

.mt-15{
    margin-top: 75px;
}