﻿body {
    min-height: 0;
}

.login-box-body {
    margin: 0 auto;
    background-color: rgba(255,255,255,0.5) !important;
}

    .login-box-body input {
        background-color: rgba(255,255,255,0.3) !important;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 50px rgba(250,255,189,0.3) inset;
}

.login-page {
    background-size: 100% 100%;
    float: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.login-box-body {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.5);
}

@media (max-width:375px) {

    .login-box {
        width: 90%;
        margin-top: 20px;
    }


    .form-signin {
        margin-top: 5%;
        background: rgba(231,231,231,0.3);
    }

    .btn-mobile {
        width: 100% !important;
        padding-top: 10px !important;
    }

        .btn-mobile > button {
            width: 100% !important;
        }

    #signin {
        border: none !important;
    }

    .login-page {
        background-position: 15%;
        background-size: auto 100%;
    }

    #danger-alert {
        left: 50%;
        top: 50%;
        bottom: unset !important;
        transform: translate(-50%,-50%);
    }
}

@media (min-width: 376px) and (max-width: 640px) {

    .form-signin {
        width: 350px !important;
        margin-top: 10px !important;
        float: none !important;
        margin-right: auto;
        margin-left: auto;
    }

    .form-group {
        width: 80% !important;
    }
}

@media (min-width: 376px) and (max-width: 768px) {

    .form-group {
        width: 30%;
    }

    .login-box {
        width: 50%;
        /*margin-top: 20px;*/
    }


    .form-signin {
        margin-top: 0;
        background: rgba(231,231,231,0.3);
        float: right;
        width: 550px;
    }

    .btn-mobile {
        /*width: 100%!important;*/
        /*padding-top: 10px!important;*/
    }

        .btn-mobile > button {
            /*width: 100% !important;*/
        }

    #signin {
        border: none !important;
        padding-right: 0;
    }

    .form-control {
        font-size: 12px;
    }

    .container-fluid {
        padding-right: 0;
    }

    .navbar-form {
        margin-left: 45px;
    }
}

@media (min-width: 769px) and (max-width: 812px) {
    .form-signin {
        width: 600px;
        float: right;
    }

    .navbar-form {
        padding: 0;
    }

    .navbar-form .input-group{
        width:30%;
    }

    .btn-mobile {
        width: auto!important;
    }

    .forget-pass{
        width:auto!important;
    }

}


.form-signin {
    background-color: white;
}

#loginButton {
    margin-right: -10px;
    padding: 0px;
    width: 40px;
    height: 29px;
}

.validation-summary-errors {
    margin-top: 3px;
    margin-left: -22px;
}

#danger-alert,
#success-alert {
    position: fixed;
    bottom: 0;
    right: 0;
}

#messageBox {
    position: fixed;
    bottom: 0;
    right: 0;
}

.navbar-toggle collapsed {
    color: black;
}

.input-group-addon {
    background-color: #1C427B;
    color: white;
    border-color: #1C427B;
}

.loginbtn .btn {
    background-color: #1C427B;
    border-color: #1C427B;
}

.form-control {
    border-color: #074F7F;
}

.btn-mobile {
    width: auto;
    padding: 0;
}

.validation-summary-errors ul {
    list-style-type: none;
}

    .validation-summary-errors ul li {
        font-weight: bold;
    }

/* Firefox ve Chrome için spinner'ları gizleme */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox için spinner'ları gizleme */
input[type="number"] {
    -moz-appearance: textfield;
}

.hidden{
    display:none;
}

.editor-label{
    display:none;
}

.disabled-link {
    pointer-events: none; /* Tıklamayı engeller */
    color: gray; /* Rengi değiştirir */
    text-decoration: none; /* Alt çizgiyi kaldırır */
    opacity: 0.5; /* Saydam yapar */
}

