﻿
/*input::-webkit-input-placeholder {
    color: #000000 !important;
}

input:-moz-placeholder {
    color: #000000 !important;
}

input::-moz-placeholder {
    color: #000000 !important;
}

input:-ms-input-placeholder {
    color: #000000 !important;
}*/



.login-body {
    background-image: url('images/Login/login_bg.png') !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

    .login-body *:not(.glyphicon) {
        font-family: 'Open Sans', sans-serif;
    }

#frmLogin {
    background: none;
}

/*
    Müşterinin ve univeranın logosu
*/
#top-logos {
    margin-top: 30px;
    margin-bottom: 10px;
}

    #top-logos img {
        width: 123px;
        height: 74px;
    }


/*Chrome otomatik tamamları sarı yapıyor.
    Engellemek adına
*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: 0.4px solid;
}



/*Panelin arkaplanı*/
.login-panel {
    padding: 36px 28px 0 28px;
    background: rgba(255,255,255,0.75);
    border-radius: 8px;
    margin-top: 42px;
    min-height: 270px;

}


    .login-panel #project-logo {
        margin-top: 6px;
        margin-bottom: 24px;
    }

        .login-panel #project-logo img {
            width: 100%;
        }

    .login-panel .underline {
        border-style: hidden hidden solid;
        border-color: black;
        background-color: transparent;
        box-shadow: none;
        border-radius: 0px;
    }

    .login-panel .control-group {
        margin-bottom: 25px;
    }

    .login-panel .captcha-container {
        padding-right: 0;
    }

    .login-panel .captcha-refresher {
        line-height: 30px;
    }

        .login-panel .captcha-refresher a {
            color: black;
        }

    .login-panel .form-group {
        /*margin-bottom: 6px;*/
        margin-bottom:10px;
    }

    .login-panel .form-control:not(select) {
        height: 24px !important;
        font-size: 13px;
    }

        .login-panel .form-control:-moz-placeholder,
        .login-panel .form-control::-webkit-input-placeholder,
        .login-panel .form-control:-webkit-input-placeholder,
        .login-panel .form-control:-ms-input-placeholder {
            color: black;
        }

    .login-panel select {
        /*font-size: 11px !important;
        line-height: 24px;
        padding-bottom: 0px;
        padding-top: 0px;*/
    }

    .login-panel option {
        /*font-size: 12px;
        line-height: 12px;*/
    }

    .login-panel .alert {
        font-size: 12px;
        font-weight: 300;
    }

    .login-panel .btn-login {
        width: 100%;
        color: white;
        text-align: center;
        background-color: black;
        height: 33px;
    }

        .login-panel .btn-login:hover {
            color: gray;
        }

    .login-panel #passwordActions,
    .login-panel .backtologin {
        margin-bottom: 10px;
        font-size: 10px;
    }

        .login-panel #passwordActions a {
            font-size: 11px;
        }

        .login-panel #passwordActions a,
        .login-panel .backtologin,
        .login-panel .backtologin:hover {
            color: black;
            text-decoration: none;
        }

    .login-panel .backtologin-container {
        margin-bottom: 10px;
    }

    .login-panel #passwordActions .pass-action-item {
        text-align: center;
        font-weight: 300;
    }

    .login-panel #captcha span,
    .login-panel #captcha img {
        width: 100% !important;
    }
/*
    iconların inputun içinde gözükmesi için
*/
.inner-icon {
    position: relative;
}



    .inner-icon .glyphicon:not(.validate-feedback) {
        position: absolute;
        padding: 6px;
        padding-left: 10px;
        pointer-events: none;
        left: 10px;
        font-size: 10px;
    }

.validate-feedback {
    position: absolute;
    padding: 6px;
    padding-right: 6px;
    right: 10px;
    font-size: 15px;
    color: #a94442;
}

    .validate-feedback[status='passive'] {
        display: none;
    }


/*.login-panel .has-error .glyphicon {
    color: #a94442;
}*/
.inner-icon input {
    padding-left: 27px;
}

.add-on .input-group-btn > .btn {
    border-left-width: 0;
    left: -2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.add-on .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: #cccccc;
}
/*Alt taraftaki iletişim bilgileri*/
.bottom-information {
    margin-bottom: 14px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin-left: 10px;
}

    .bottom-information #infoseperator {
        float: left;
        margin-left: 3px;
    }

    .bottom-information .info-web {
        padding-top: 5px;
        text-align: right;
        height: 38px;
        font-size: 11px;
    }

    .bottom-information .info-phone {
        background-image: url('images/Login/info/info_vertical.png');
        background-repeat: no-repeat;
        background-size: 1px;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        text-align:left;
    }

.login-panel #HipValidator1 {
    background-color: transparent !important;
    font-size: 13px;
}

.bottom-information .info-web a, .bottom-information .info-phone {
    text-decoration: none;
    color: white;
}

.TextIndicator_TextBox1_Strength1, .TextIndicator_TextBox1_Strength2, .TextIndicator_TextBox1_Strength3, .TextIndicator_TextBox1_Strength4, .TextIndicator_TextBox1_Strength5 {
    color: white;
    font-size: 10px;
}

.center-screen {
    position: fixed;
    top: 40%;
    left: 50%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.horizontal-center {
    position: fixed;
    top: auto;
    left: 50%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
}

.full-width {
    width: 100%;
}

@media screen and (max-height:600px) {
   .bottom-information ,#top-logos{
        display: none !important;
    }

    #messagePanel {
        font-size: 9px;
    }
}

@media screen and (max-height:420px) {
    .login-body {
        overflow-y: scroll;
    }

    .login-panel {
        margin-top: 20px;
    }
}

@media screen and (max-width:560px) {
    .bottom-information{
        display: none !important;
    }
}
