html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear {
    clear: both;
}
@-ms-viewport{
    width: device-width;
}
body {
    margin: 0;
    font-family: 'Metropolis', serif;
    -webkit-text-size-adjust: 100%;
    background: #e5e5e5;
    font-weight: 300;
}
#loginapp {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.area {
    width: 400px;
    height: calc(100vh - 60px);
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: table;
    padding-bottom: 50px;
    padding-top:10px;
}
.serit {
    width: 100%;
    height: 10px;
    background: #30a9dd;
    position: absolute;
    left:0;
    z-index: 3;
}
.serit.ust {
    top:0;
    border-radius: 0 0 2px 2px;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.serit.alt {
    bottom:0;
    border-radius: 2px 2px 0 0;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.serit.ust.kaybol {
    top: -10px;
}
.serit.alt.kaybol {
    bottom: -10px;
}

.marka {
    left:0;
    position: absolute;
    bottom:10px;
    width: 100%;
    text-align: center;
    color: #adaeb3;
    font-size: 34px;
    line-height: 40px;
    letter-spacing: 5px;
    z-index: 3;
    -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.marka.kaybol {
    transform: scale(20);
    opacity: 0;
}
.marka span:nth-child(2) {
    font-weight: 700;
}

.form {
    display: table-cell;
    /*height: 100vh;*/
    vertical-align: middle;
    position: relative;
}
.inputarea {
    margin-bottom: 10px;
    position: relative;
}
.inputarea i {
    font-size: 50px;
    vertical-align: middle;
    color: #30a9dd;
}
.inputarea input {
    background: none;
    font-family: 'Metropolis', serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0px 10px;
    color:#14213d;
    width: calc(100% - 100px);
    border:none;
    line-height: 30px;
    outline: none;
}
.inputarea .line {
    background: #c0c0c0;
    position: absolute;
    bottom: 5px;
    left: 85px;
    width: calc(100% - 110px);
    height: 2px;
    transition: 0.2s;
    -webit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    border-radius: 2px;
}
.inputarea .focus-border {
    position: absolute;
    bottom: 5px;
    left: calc(50% - 55px);
    width: 0;
    height: 2px;
    transition: 0.2s;
    -webit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    border-radius: 2px;
}
.inputarea .focus-border.aktif {
    left:85px;
    background: #30a9dd;
    width: calc(100% - 110px);
}
.buttonarea {
    margin-top: 50px;
    font-size: 28px;
    color: #515254;
    cursor: pointer;
}
.buttonarea div {
    display: inline;
    position: relative;
    letter-spacing: 1px;
    padding: 20px 60px;
    font-weight: 400;
}
.buttonarea div span {
    background: #30a9dd;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    position: absolute;
}
.buttonarea div:hover {
    color: #30a9dd;
}
.buttonarea div:hover span:nth-child(1) {
    width: 100%;
}
.buttonarea div:hover span:nth-child(2) {
    width: calc(100% - 20px);
}
.buttonarea div:hover span:nth-child(3), .buttonarea div:hover span:nth-child(4) {
    height: 100%;
}
.buttonarea div span:nth-child(1) {
    left:0;
    top:0;
    width: 0;
    height: 2px;
}
.buttonarea div span:nth-child(2) {
    right:0;
    bottom:0;
    width: 0;
    height: 2px;
}
.buttonarea div span:nth-child(3) {
    left:0;
    top:0;
    width: 2px;
    height: 0;
}
.buttonarea div span:nth-child(4) {
    right:0;
    bottom:0;
    width: 2px;
    height: 0;
}

.buttonarea:active span:nth-child(2) {
    width: calc(100% - 10px) !important;
}

.loading-area {
    background: #e5e5e5b3;
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}


.spinner {
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    border: 4px solid #30a9dd;
    border-top-color: rgba(255, 255, 255, 0.25);
    border-radius: 100%;
    left: 50%;
    top: 50%;
    opacity: .75;
    margin-left: -50px;
    margin-top: -50px;
    animation: spinner 0.6s infinite linear;
    transition: top 0.3s 0.3s ease, opacity 0.3s 0.3s ease, border-radius 0.3s ease;
    z-index: 2;
}

@keyframes spinner {
    0% {
        transform: rotateZ(0deg);
    }
    100% {
        transform: rotateZ(359deg);
    }
}
.fade-enter-active, .fade-leave-active {
    transition: opacity .25s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}
.form-area {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.form-area.aktif {
    transform: scale(.8);
}
.form-area.kaybol {
    transform: scale(1.2);
    opacity: 0;
}



.inputerror {
    position: absolute;
    font-size: 10px;
    /*border: 1px dashed red;*/
    padding: 5px;
    border-radius: 2px;
    top: 17px;
    right: 30px;
    color: red;
}
.error-area {
    color: white;
    font-size: 14px;
    border: 1px dashed #30a9dd;
    display: inline-block;
    padding: 10px;
    border-radius: 2px;
    background: #30a9dd;
    position: absolute;
    left: 80px;
    margin-top: -70px;
}


@media (max-width: 400px)  {
	.area {
	    width: calc(100% - 60px);
	}
	.inputarea input {
		width: calc(100% - 70px);
	}



    .inputarea .line {
        left: 70px;
        width: calc(100% - 70px);
    }
    .inputarea .focus-border {
        position: absolute;
        bottom: 5px;
        left: calc(50% - 45px);
        width: 0;
        height: 2px;
        transition: 0.2s;
        -webit-transition: 0.2s;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        border-radius: 2px;
    }
    .inputarea .focus-border.aktif {
        left:70px;
        background: #30a9dd;
        width: calc(100% - 70px);
    }


}



