﻿body {
    background: url(/Images/Login/loginBackground.jpg) no-repeat center fixed;
    background-size: cover;
    font-family: sans-serif !important;
    color: #fff;
    background:gray;
}

.content {
    background: url(/Images/Login/loginBackground.jpg) no-repeat center fixed;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.girisEkrani {
    width: 400px;
    padding: 15px 10px;
    background: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

h1 {
    padding: 10px 0;
    font-size: 40px;
    border-bottom: 6px solid #0cc518;
    margin: 0 0 30px 0;
    float: left;
    color: #fff;
}

.text-box {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 8px 0;
    margin: 8px 0;
    border-bottom: 1px solid #0cc518;
    color: #fff;
}

input {
    background: none !important;
    color: #fff;
    border: 0;
    outline: none;
    font-size: 18px;
    width: 80%;
    float: left;
    margin: 0 10px;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-transition-delay: 9999s;
        transition-delay: 9999s;
    }

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

::-webkit-input-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

::placeholder {
    color: rgba(255,255,255,0.7);
}

.text-box span {
    width: 26px;
    float: left;
    text-align: center;
}

.btn {
    width: 100%;
    background: none;
    border: 2px solid #0cc518;
    color: #fff;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    margin: 10px 0;
    outline: none
}

.miracleLogo {
    text-align: center;
}

    .miracleLogo img {
        margin-top: 50px;
        width: 75px;
    }

.firmaLogo img {
    width: 100%;
}


@media screen and (max-width:450px),screen and (max-device-width:450px){
    .girisEkrani {
        width: 320px;
        padding: 15px 10px;
        background: none;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}