/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap&subset=latin-ext');*/
@import url('../../Roboto.css');

html, body {
    background-image: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

.anadiv .row {
    margin: 0px;
}

.anadiv .container-fluid {
    padding: 0;
}
/*** Left ***/
.duyuru-kutusu {
    width: 70%;
    margin-top: 60px;
}

.duyuru {
    background-color: #f7f7f;
    height: 100vh;
}

.baslik {
    color: #8fa55b;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.icbaslik {
    color: #8fa55b;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.duyuru-aciklama {
    color: #7d7d7d;
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid rgba(122, 141, 59, 0.31);
}

.scroll-box {
    max-height: 80vh;
    overflow-y: overlay;
}

.btn-tum-d {
    color: #8fa55b !important;
    float: right;
    border: 1px solid #8fa55b;
    padding: 2px 8px;
    margin-top: 10px;
}

.duyuruicon {
    width: 100px;
    height: auto;
}

.duyuru-kutusu a:hover {
    background-color: #8fa55b;
    color: #fff !important;
}
/*** Right ***/
#white-logo {
    width: 150px;
    position: relative;
    top: 100px;
}

.log-in h4 {
    color: #fff;
    font-weight: 300;
    font-size: 24.5px;
    position: relative;
    top: 100px;
}

.log-in {
    background-image: url("../img/bg.jpg");
    width: 100%;
    margin: 0px !important;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.login-tabs {
    background-color: #efefef;
    height: auto;
    position: relative;
    top: 100px;
    padding: 0;
    width: 330px;
}

.log-in .nav-tabs .nav-link {
    color: #8fa55b;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}

    .log-in .nav-tabs .nav-item.show .nav-link, .log-in .nav-tabs .nav-link.active {
        color: #8fa55b;
        background-color: #fff;
        border-left: 6px solid #8fa55b;
        border-right: 6px solid #8fa55b;
        border-bottom: 6px solid #8fa55b;
        border-radius: 0;
    }

.nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-bottom: none;
}

a.nav-link.active {
}

button.btn.btn-outline-info.btn-login {
    background-color: #8fa55b;
    border-color: #8fa55b;
    color: #fff;
    border-radius: 2px;
}

    button.btn.btn-outline-info.btn-login:hover {
        background-color: #9eb567;
        border-color: #9eb567;
    }

    button.btn.btn-outline-info.btn-login:focus {
        box-shadow: none;
    }

#vatandas .btn-login {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
}

#vatandas p {
    font-size: 14px;
}

#bakanlik label {
    color: #67802e;
    font-size: 14px;
}

#bakanlik p {
    color: #8fa55b;
    font-size: 14px;
}

#bakanlik .btn-login {
    margin-top: -5px;
}

#bakanlik span.input-group-addon {
    position: absolute;
    right: 10px;
    top: 4.5px;
    color: #a6b978;
}

#bakanlik .input-group {
    width: 100%;
}

#bakanlik .form-control {
    border-radius: 0;
    box-shadow: 2px 1px 2px rgba(200, 200, 200, 0.5);
    font-size: 13px;
}

#bakanlik form {
    margin-top: -25px;
}

#bakanlik .form-group {
    margin-bottom: 5px;
}

.boldd {
    font-size: 18px;
    font-weight: 700;
    color: #70863e;
}

.right-buttons {
    position: relative;
    top: 80px;
}

.btn-help-login {
    color: #fff !important;
    float: right;
    border: 2px solid #fff;
    padding: 2px 8px;
    margin-left: 10px;
}

.btn-sss {
    color: #fff !important;
    float: left;
    border: 2px solid #fff;
    padding: 2px 8px;
}

    .btn-sss:hover, .btn-help-login:hover {
        background-color: #57741a;
        border-color: #57741a;
    }

.btn-contact {
    color: #475c1b !important;
    background-color: #fff;
    border: 2px solid #fff;
    padding: 4px 30px;
    position: relative;
    top: 95px;
}

    .btn-contact .fa {
        margin-right: 5px;
    }
/*** Footer CSS Begin ***/
.logosol {
    width: auto;
    height: 44px;
    margin-top: 2px;
}

.logosag {
    width: auto;
    height: 44px;
    float: right;
    margin-top: 2px;
}

footer p {
    font-size: 12.5px;
    color: #3D3D3D;
    margin-bottom: 7.5px;
}

.fixed-bottom {
    background-color: #fff;
    padding: 2px 15px;
}

.footeryazi {
    line-height: 17px;
    height: 50px;
    padding-top: 7px;
}
/*** Footer CSS End ***/
/*** Responsive CSS Begin ***/
@media(max-width:1440px) {
    .duyuru-kutusu {
        width: 90%;
        margin-top: 15px;
    }

    .duyuruicon {
        width: 86px;
    }

    .duyuru, .log-in {
        height: 96vh;
    }

    #white-logo {
        width: 110px;
        top: 40px;
    }

    .log-in h4 {
        font-size: 20px;
        top: 40px;
    }

    .login-tabs {
        top: 40px;
    }

    iframe {
        height: 525px !important;
    }

    .right-buttons {
        top: 75px;
    }

    .btn-contact {
        top: 90px;
    }
}

@media(max-width:1024px) {
    .duyuru-kutusu {
        width: 100%;
        margin-top: 50px;
    }

    .scroll-box {
        max-height: 65vh;
    }

    #white-logo {
        top: 70px;
    }

    .log-in h4 {
        font-size: 24px;
        top: 70px;
    }

    .login-tabs {
        top: 80px;
    }

    iframe {
        height: 700px !important;
    }

    .login-tabs {
        width: 65% !important;
    }
}

@media(max-width: 991px) {
    .duyuru {
        height: 90vh;
    }

    .duyuru-kutusu {
        margin-top: 45px;
    }

    .log-in {
        height: 150vh;
        background-size: auto;
    }

    #white-logo {
        width: 130px;
        top: 30px;
    }

    .log-in h4 {
        top: 30px;
        font-size: 20px;
    }

    .login-tabs {
        top: 30px;
    }

    .footeryazi {
        margin-top: 10px;
        height: 40px;
        padding-top: 0;
    }
}

@media(max-width: 768px) {
    .log-in {
        height: 82vh;
    }

    .btn-yardim {
        width: 28% !important;
        font-size: 13px;
        padding: 5px 4px !important;
    }

    .btn-sikca {
        width: 69% !important;
        font-size: 13px;
        padding: 5px 4px !important;
    }

    .login-tabs {
        width: 40% !important;
    }
}

@media(max-width:767px) {
    .baslik {
        font-size: 20px;
    }

    .duyuru-kutusu {
        margin-top: 25px;
    }

    #scroll3 {
        margin-top: 15px;
    }

    .duyuru {
        height: 100vh;
    }

    .duyuru-kutusu a {
        font-size: 13px;
    }

    .duyuruicon {
        width: 70px;
        margin-left: -15px;
    }

    .duyuru-aciklama {
        font-size: 13px;
    }

    .log-in {
        height: 150vh;
        background-position: right;
    }

    #white-logo {
        top: 10px;
        width: 70px;
    }

    .log-in h4 {
        top: 10px;
    }

    .login-tabs {
        top: 10px;
        width: 80% !important;
    }

    .log-in .nav-tabs .nav-link {
        px;
        padding: 3px 2px;
    }

    #bakanlik label {
        font-size: 13px;
    }

    #bakanlik p {
        margin-bottom: 2px;
    }

    #bakanlik .btn-login {
        padding-right: 75px;
        padding-left: 75px;
    }

    #bakanlik .form-group {
        margin-bottom: 10px;
    }

    #bakanlik .btn-login {
        margin-top: 10px;
    }

    .right-buttons {
        top: 48px;
    }

        .right-buttons a {
            font-size: 14px;
        }

    .btn-contact {
        font-size: 14px;
        padding: 3px 24px;
        top: 60px;
    }

        .btn-contact .fa {
            margin-right: 3px;
        }

    .btn-login {
        font-size: 13px;
    }

    #bakanlik .btn-login {
        padding-left: 84px !important;
        padding-right: 84px !important;
    }

    .footeryazi {
        font-size: 11px;
        margin-top: 0px;
    }

    .mobilefooter {
        height: 35px;
    }

    footer p {
        font-size: 10px;
        line-height: 1.2;
    }

    .logosol {
        position: relative;
        left: -10px;
        height: 36px;
    }

    .logosag {
        position: relative;
        right: -10px;
        height: 36px;
        margin-top: 0;
    }

    .fixed-bottom {
        background-color: #fff;
        padding: 10px 15px;
    }

    .btn-yardim {
        width: 28%;
        font-size: 13px;
        padding: 5px 4px !important;
    }

    .btn-sikca {
        width: 69%;
        font-size: 13px;
        padding: 5px 4px !important;
    }
}

@media(max-width:414px) {

    .log-in {
        height: 80vh;
    }
}

@media(max-width:375px) {
    #scroll3 {
        margin-top: 5px;
    }
}

@media(max-width:360px) {
    .log-in {
        height: 94vh;
    }

    .login-tabs {
        top: 18px;
    }
}

@media(max-width:320px) {
    #white-logo {
        top: 8px;
        width: 60px;
    }

    .login-tabs {
        top: 15px;
        height: auto;
        width: 90% !important;
    }

    .log-in h4 {
        top: 10px;
        font-size: 14px;
    }

    #bakanlik {
        margin-top: -22.5px;
    }

        #bakanlik .form-group {
            margin-bottom: 5px;
        }

    #vatandas .btn-login {
        margin-top: 40px;
        margin-bottom: 45px;
    }

    .fixed-bottom {
        padding-top: 0px;
    }

    .footeryazi {
        font-size: 10px;
        line-height: 13px;
        margin-top: 5px;
    }

    .tab-content {
        margin-top: 10px;
    }
}

.yardim-modal {
    min-width: 80% !important;
}

.nav-item {
    width: 50% !important;
}

.btn-sikca {
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
    cursor: pointer;
    padding: 3px 4px;
    float: left;
    border: solid 2px #fff;
    width: 69% !important;
}

.btn-iletisim {
    background-color: #fff;
    color: #475c1b;
    border: none;
    border-radius: 0;
    cursor: pointer;
    padding: 5px;
    float: right;
    margin-top: 15px;
}

.btn-yardim {
    background-color: transparent;
    color: #ffffff;
    border-radius: 0;
    cursor: pointer;
    padding: 3px 4px;
    float: right;
    border: solid 2px #fff;
    width: 28% !important;
}

.btn-iletisim a {
    color: #475c1b;
}

.tab-content {
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.btn-sikca:focus {
    outline: none;
}

.btn-iletisim:focus {
    outline: none;
}

.btn-yardim:focus {
    outline: none;
}
