﻿@import url(//fonts.googleapis.com/css?family=Raleway:200,500,700,800);

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'codropsicons';
    src: url('../fonts/codropsicons/codropsicons.eot');
    src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'), url('../fonts/codropsicons/codropsicons.woff') format('woff'), url('../fonts/codropsicons/codropsicons.ttf') format('truetype'), url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

.body {
    /*background-color: transparent;*/
    /*background-color: #fcfafa;*/
    background-color: #ebeeef;
    /*background-image: url(/Content/images/loginback.jpg);*/
    /*background-image: url(/Content/images/04-01_by_www_freepik_com.jpg);*/
    font-family: 'Raleway', Arial, sans-serif;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

.view {
    /*background: url("../images/loginback.jpg") no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.login-fullBackground {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    /* ie fallbacks */    
    /*-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Content/images/besyo_try_2.png', sizingMethod='scale')";*/
    /* desired styles */
}

.login-container {
    width: 800px;
    height: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 1px dashed #a3a3a3;
    background: #8c4747;

    background: -webkit-gradient(linear, left top, right top, color-stop(80%, #963222), color-stop(100%,#ff0000), color-stop(51%, #8c4747)); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(left, #fff 0%,#963222 50%, #8c4747 90%); /* Chrome10+, Safari5.1+ */
    background: -moz-linear-gradient(left, #fff 0%,#963222 50%, #8c4747 90%); /* FF3.6+ */
    background: linear-gradient(left, #fff 0%, #963222 50%, #8c4747 90%); /* W3C */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(150, 34, 34, 1) 50%, rgba(140, 71, , 1) 90%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(150, 34, 34, 1) 50%, rgba(207, 71, , 1) 90%);
}

@media screen and (min-height: 320px) and (max-height: 768px) {
    .login-container {
        background: #d6e1f5 !important;
        width: 800px !important;
    }
}

@-moz-document url-prefix() {
    @media screen and (min-height: 320px) and (max-height: 768px) {
        .login-container {
            background: #d6e1f5 !important;
            width: 800px !important;
        }
    }
}

.login-card {
    position: absolute;
    height: 96%;
    width: 98%;
    max-width: 392px;
    margin-top: 2%;
    margin-bottom: 2%;
    background-color: #963222;
    -webkit-border-radius: 25rem;
    -moz-border-radius: 25rem;
    -ms-border-radius: 25rem;
    -o-border-radius: 25rem;
    border-radius: .25rem;
}

.login-card-header {
    background: #eee;
    background: -webkit-gradient(radial, left top, right top, color-stop(80%, #963222), color-stop(100%,#ff0000), color-stop(51%, #8c4747)); /* Chrome, Safari4+ */
    background: -webkit-radial-gradient(left, #963222 80%,#ff0000 100%, #8c4747 51%); /* Chrome10+, Safari5.1+ */
    background: -moz-radial-gradient(left, #963222 80%,#ff0000 100%, #8c4747 51%); /* FF3.6+ */
    background: radial-gradient(circle, #963222 30%, #8c4747 30%, #fff 100%); /* W3C */
    background: -o-radial-gradient(center, ellipse cover, rgba(150, 34, 34, 1) 10%, rgba(140, 71, , 1) 100%);
    background: -ms-radial-gradient(center, circle cover, rgba(150, 34, 34, 1) 10%, rgba(140, 71, , 1) 100%);
    margin-top: -35px;
    margin-bottom: 20px;
    width: 90%;
    height: 120px;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 10px;
    -webkit-border-radius: 25rem;
    -moz-border-radius: 25rem;
    -ms-border-radius: 25rem;
    -o-border-radius: 25rem;
    border-radius: .25rem;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
    border: 1px solid whitesmoke;
}

.login-card-header-img {
    position: relative;
    display: block;
    margin: 0 auto;
    height: 96px;
    width: 96px;
}

.login-title {
    font-weight: bold;
    color: #4d4444;
}





.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    /*margin: 1em;*/
    margin-top: 0.1em;
    margin-bottom: 0.45em;
    margin-left: 1em;
    margin-right: 1em;
    max-width: 350px;
    width: calc(100% - 8em);
    vertical-align: top;
    border: #dcefe2;
    /* border-style: solid; */
    border-bottom: groove;
    border-width: 1px;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

    .input__field:focus {
        outline: none;
    }

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #696969;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}



/* Fumi */
.input--fumi {
    /*background: #f4f5f7;*/
    overflow: hidden;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    /*padding: 0.25em 0;*/
    font-size: 140%;
}

    .input--fumi::after {
        content: '';
        width: 1px;
        position: absolute;
        top: 0.5em;
        bottom: 0.5em;
        left: 2.5em;
        background: #f0f0f0;
        z-index: 100;
    }

.input__field--fumi {
    background: transparent;
    padding: 1.5em 1em 0.25em 3.15em;
    width: 100%;
    color: #411a1a;
}

.input__label--fumi {
    position: absolute;
    width: 100%;
    text-align: left;
    padding-left: 4.5em;
    pointer-events: none;
}

.icon--fumi {
    width: 2em;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em 0 0 0.5em;
}

.input__label-content--fumi {
    padding: 1.7em 0;
    display: inline-block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

    .input__label-content--fumi span {
        display: inline-block;
    }

.input__field--fumi:focus + .input__label--fumi .input__label-content--fumi,
.input--filled .input__label-content--fumi {
    -webkit-animation: anim-fumi-1 0.3s forwards;
    animation: anim-fumi-1 0.3s forwards;
}

@-webkit-keyframes anim-fumi-1 {
    50% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    51% {
        -webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
    }

    100% {
        color: #a3a3a3;
        -webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
    }
}

@keyframes anim-fumi-1 {
    50% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    51% {
        -webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
    }

    100% {
        color: #a3a3a3;
        -webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
    }
}


.input__field--fumi:focus + .input__label--fumi .icon--fumi,
.input--filled .icon--fumi {
    -webkit-animation: anim-fumi-2 0.3s forwards;
    animation: anim-fumi-2 0.3s forwards;
}

@-webkit-keyframes anim-fumi-2 {
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }

    50.25% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }

    50.75% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    51% {
        opacity: 1;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: #00aeef;
    }
}

@keyframes anim-fumi-2 {
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }

    50.25% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }

    50.75% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    51% {
        opacity: 1;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: #00aeef;
    }
}



.button {
    float: left;
    min-width: 150px;
    max-width: 250px;
    display: block;
    /*margin: 1em;*/
    padding: 1em 2em;
    border: none;
    background: none;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

    .button:focus {
        outline: none;
    }

    .button > span {
        vertical-align: middle;
    }




/* Sizes */
.button--size-s {
    font-size: 14px;
}

.button--size-m {
    font-size: 16px;
}

.button--size-l {
    font-size: 18px;
}

/* Typography and Roundedness */
.button--text-upper {
    letter-spacing: 2px;
    text-transform: uppercase;
}

.button--text-thin {
    font-weight: 300;
}

.button--text-medium {
    font-weight: 500;
}

.button--text-thick {
    font-weight: 600;
}

.button--round-s {
    border-radius: 5px;
}

.button--round-m {
    border-radius: 15px;
}

.button--round-l {
    border-radius: 40px;
}

/* Borders */
.button--border-thin {
    border: 1px solid;
}

.button--border-medium {
    border: 2px solid;
}

.button--border-thick {
    border: 3px solid;
}



/* Tamaya */
.button--tamaya {
    overflow: hidden;
    color: #7986cb;
    min-width: 243px;
}

    .button--tamaya.button--inverted {
        color: #37474f;
        border-color: #37474f;
    }

    .button--tamaya::before,
    .button--tamaya::after {
        content: attr(data-text);
        position: absolute;
        width: 100%;
        height: 50%;
        left: 0;
        background: #abc62a;
        color: #fff;
        overflow: hidden;
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .button--tamaya.button--inverted::before,
    .button--tamaya.button--inverted::after {
        background: #fff;
        color: #37474f;
    }

    .button--tamaya::before {
        top: 0;
        padding-top: 1em;
    }

    .button--tamaya::after {
        bottom: 0;
        line-height: 0;
    }

    .button--tamaya > span {
        display: block;
        -webkit-transform: scale3d(0.2, 0.2, 1);
        transform: scale3d(0.2, 0.2, 1);
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .button--tamaya:hover::before {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    .button--tamaya:hover::after {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    .button--tamaya:hover > span {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }




article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}




/*
    .login-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

        @media screen and (min-height: 320px) {
        .login-container {
            height: 280px;
            margin: 0 0 0 0 ;
        }
        */
/* class içindeki p tagları için
        .login-container p {
            font-weight: bold;
        }
        */
/*
        @media screen and (min-height: 900px) {
        .login-container {
            margin-top: 9%;
            margin-bottom: 9%;
        }
        }

@-moz-document url-prefix() {
    @media screen and (min-height: 600px) {
        .login-container {
            margin-top: 8%;
            margin-bottom: 8%;
        }
    }
}
    */
