﻿
body {
    background-image: url(/images/loginPages/uygulama-logo.png), url(/images/loginPages/firma-logo.png), url(/images/loginPages/background-image.png);
    background-size: 45.5%, 23%, cover;
    background-position: 0% 60%, 95% 10%,0% 0%; /*IE*/
    background-attachment: fixed;
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0px;
    background-repeat: no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /*Chrome-Firefox-Edge-Etc*/
    body {
        background-position: 0% 47%, 94% 12%,0% 0%;
    }
}

@media only screen and (max-width: 700px) {
    body {
        background: url(/images/loginPages/background-image.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}
#loginBox {
    /*loginboxlogo: background-image sil*/
    /*background-image: url(/images/loginPages/user_icon.png);*/
    background-size: 9%;
    background-position: 88% 5%;
    background-repeat: no-repeat;
    width: 350px;
    /* background: darkgray; */
    background-color: #D0EFF3;
    border-radius: 7%;
    margin-left: auto;
    padding: 16px 32px;
    color: #555555;
    margin-top: 10%;
    margin-right: 4%;
}

.validation-summary-errors {
    color: #555555;
}

#caption {
    margin-bottom: 20px;
    color: #333333;
    font-size: 1.4em;
    text-align: center;
}

label {
    color: #282828;
}

input, select {
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    border: 2px solid #d4d4d4;
    /*background-color: #555555;*/
    width: 70%;
    margin-bottom: 8px;
    font-size: 1.2em;
    line-height: 1.42857143;
    padding: 6px;
}
.input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px whitesmoke inset;
}

.input:focus {
    outline: none !important;
    box-shadow: 0 0 4px #ADADFF;
}




#cultureContainer {
    margin-top: 8px;
    font-size: 0.8em;
    color: #555555;
}

#cultureContainer * {
    color: #555555;
}

#cultureContainer a {
    color: #555555;
}

#cultureContainer a:hover {
    color: #555555;
}

#cultureContainer a:visited {
    color: #555555;
}

#cultureContainer a:active {
    color: #555555;
}


#loginButtonContainer {
    margin-top: 8px;
    color: #555555;
    text-align: center;
}

.button {
    border: 1px solid #eeeeee;
    border-radius: 4px 4px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #eeeeee;
    padding: 8px 8px;
    margin: 4px 2px;
    color: #282828;
    font-weight: 600;
    font-size: 1.1em;
    box-shadow: 3px 1px 5px #999999;
    width: 100%;
}

g-recaptcha {
    margin-left: auto;
    margin-right: auto;
}

.modalContent {
    background-color: #D0EFF3;
}

.dividerDiv {
    padding: 0 32px;
}

.divider {
    height: 1px;
    width: 100%;
    border-top: solid thin aquamarine;
    margin: 24px 0;
    text-align: center;
}

.divider::after {
    content: attr(data-label);
    display: inline-block;
    background: #D0EFF3;
    padding: 0 32px;
    position: relative;
    top: -10px;
    font-size: 12px;
    color: #9b9b9b;
}


/*#inner-container {
    margin-left: auto;
    margin-right:20px;
    background-color:red;
    width:750px;
}
#caption {
    text-indent: -9999px;
    line-height: 0; /* Collapse the original line */
/*}
#caption::after {
        content: "Staff Login";
        text-indent: 0;
        display: block;
        /*line-height: initial; /* New content takes up original line height */ /*
        margin:20px 0px 35px 0px;
    }


label[for="UserName"] { 
    text-indent: -9999px;
    line-height: 0; /* Collapse the original line */ /*
    color:transparent;
}

    label[for="UserName"]:after { 
        content: "Kullanıcı Adı";
        text-indent: 0;
        display: block;
        line-height: initial; /* New content takes up original line height */ /*
        color:white;
        margin-bottom:-15px;
    }

    br{display:none;}
    input, select{width:auto;
    }*/
