.form-group {
    padding-left: 30px;
    padding-right: 30px;
}

.breadcrumb > li + li:before {
    content: " > ";
}

.breadcrumb > li > a{
    color: #898b96;
    text-decoration: none;
    font-weight: bold;
}

.breadcrumb > li > a:focus,.breadcrumb > li > a:hover{
    color: #5867dd;
    text-decoration: none;
    font-weight: bold;
}



.breadcrumb {
    background-color: transparent;
}



.qr-code-soru-bilgi thead  th{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    background: white;
    z-index: 10;
    border-bottom: 2px solid #333;
    background: gold;
}

.qr-code-soru-bilgi>tbody>tr:nth-child(even) {
   background-color: #ddd;
 }


.qr-code-soru-bilgi td,
.qr-code-soru-bilgi th {
    padding: 5px;
    text-align: center;
}
.qr-code-soru-bilgi .text-align-right {
    text-align: right;
}

th.soru-margin-left,
td.soru-margin-left {
    padding-left: 40px;
}

.qr-code-soru-bilgi thead th{
    vertical-align: text-top;
}

.resim-title {
    position: absolute;
    bottom: 25%;
    left: 0; 
    right: 0; 
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 0;
    width: 60%; /* Need a specific value to work */
    display: block;
    z-index: 1;
    text-align: center;
    background: #ffffffbb
}
.resim-text {
    position: absolute;
    bottom: 5%;
    left: 0; 
    right: 0; 
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto; 
    margin-right: auto; 
    margin-bottom: 0;
    width: 80%; /* Need a specific value to work */
    display: block;
    z-index: 1;
    text-align: center;
    background: #ffffffbb
}


.m-login.m-login--2.m-login--signin .m-login__signup {
    display: none; }

.m-login.m-login--2.m-login--signin .m-login__signin {
    display: block; }

.m-login.m-login--2.m-login--signin .m-login__forget-password {
    display: none; }

.m-login.m-login--2.m-login--signin .m-login__reset-password {
    display: none; }



.m-login.m-login--2.m-login--signup .m-login__signup {
    display: block; }

.m-login.m-login--2.m-login--signup .m-login__signin {
    display: none; }

.m-login.m-login--2.m-login--signup .m-login__forget-password {
    display: none; }

.m-login.m-login--2.m-login--signup .m-login__account {
    display: none; }

.m-login.m-login--2.m-login--signup .m-login__reset-password {
    display: none; }


.m-login.m-login--2.m-login--forget-password .m-login__signup {
    display: none; }

.m-login.m-login--2.m-login--forget-password .m-login__signin {
    display: none; }

.m-login.m-login--2.m-login--forget-password .m-login__forget-password {
    display: block; }

.m-login.m-login--2.m-login--forget-password .m-login__reset-password {
    display: none; }


.m-login.m-login--2.m-login--reset-password .m-login__signup {
    display: none; }

.m-login.m-login--2.m-login--reset-password .m-login__signin {
    display: none; }

.m-login.m-login--2.m-login--reset-password .m-login__forget-password {
    display: none; }

.m-login.m-login--2.m-login--reset-password .m-login__account {
    display: none; }


.m-login.m-login--2.m-login--reset-password .m-login__reset-password {
    display: block; }