﻿.social-icons {
  padding-left: 0px;
}
.social-icons a.btn-sm {
  margin-right: 5px;
}
body {
    /*background-image: url('../../../images/loginrobot.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: coral;
    background-size: cover;*/
}

/*@media(min-width:1100px) {

    .card {
        background: black;
        min-height: 50px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        margin-bottom: 30px;
        border-radius: 10px;
        box-shadow: 30px;   
    }

    .login-page .login-box .logo {
        margin-bottom: 20px;
    }
    .login-page {
        background-color: #fff;
        padding-left: 0;
        max-width: 360px;
        margin-left:1300px;
        overflow-x: hidden;
    }
}*/
.hidden{
    display:none;
}
.card {
    background: #fff;
    min-height: 50px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
a {
    color: #00BCD4;
}
.login-box {
    max-width: 360px;
    min-width: 359px;
    margin: auto;
}
.login-page {
    background-color: #00BCD4;
    padding-left: 0;
    max-width: 4174px !important;
    overflow-x: hidden;
}
/* Modalın dışının ayarları */
.swal-overlay {
    background-color: rgba(37, 150, 190 , 0.45);
}

/* Modalın ayarları */
.swal-modal {
    background-color: white;
    border: 3px solid white;
}

/* Başlık ayarları */
.swal-title {
    margin: 0px;
    font-size: 16px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.21);
    margin-bottom: 28px;
}

/* Açıklama ayarları */
.swal-text {
    background-color: white;
    padding: 17px;
    border: 1px solid #2596be;
    display: block;
    margin: 22px;
    text-align: center;
    color: #61534e;
}

/* Footer ayarları */
.swal-footer {
    background-color: rgb(245, 248, 250);
    margin-top: 32px;
    border-top: 1px solid #E9EEF1;
    overflow: hidden;
}

/* Button ayarları */
.swal-button {
    padding: 7px 19px;
    border-radius: 2px;
    background-color: #4962B3;
    font-size: 12px;
    border: 1px solid #3e549a;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

.modal:nth-of-type(even) {
    z-index: 1052 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1051 !important;
}