@media (min-width: 1399px) {
    .container {
        max-width:900px!important;
    }
    .login2 {
        margin-top: 3% !important;
        width:900px!important;
    }
}

@media (max-width: 992px) {
    .login2 {
        margin-top: 0% !important;
    }
}
/*.page-logo img {
    height: 4.125rem !important;
}*/

.btn-edevlet {
    background-color: #da241c !important;
    color: white !important;
    padding: 0.30rem 0.6rem !important;
}


.btn-outline-edevlet {
    border-color: #da241c !important;
    color: #da241c !important;
    padding: 0.30rem 0.6rem !important; 
}
.btn-outline-edevlet:hover {
    background-color: #da241c !important;
    color: white !important;
}

.btn-edevlet-image {
    height: 32px !important;
}




.btn-Turkiye {
    background-color: #da241c !important;
    color: white !important;
    padding: 0.30rem 0.6rem !important;
}


.btn-outline-Turkiye {
    border-color: #da241c !important;
    color: #da241c !important;
    padding: 0.30rem 0.6rem !important;
}

    .btn-outline-Turkiye:hover {
        background-color: #da241c !important;
        color: white !important;
    }

.btn-Turkiye-image {
    height: 32px !important;
}