body.yenistil {
    background-color: #f6f5fa;
    font-family: 'montserrat', sans-serif !important;
}

body.yenistil .yenilogo {
    margin: 0 auto;
    margin-bottom: 2em;
}

body.yenistil .card {
    background-color: transparent;
    box-shadow: none;
}


body.yenistil .card-header h1 {
    color: #022854;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
    margin-bottom: 10px;
}

body.yenistil .card-header h2 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 26px;
    color: #022854;
}

body.yenistil .card-body {
    background-color: white;
    box-shadow: 0 2px 6px 0 rgba(67, 89, 113, 0.12);
    padding: 25px !important;
}

body.yenistil .card-body form {
    padding: 0;
    margin: 0;
}

body.yenistil .card-body h4 {
    color: #022854;
    font-weight: 500;
    font-size: 20px;
}

body.yenistil .card-body input:focus {
    border-color: #022854 !important;
}

body.yenistil .card-body button {
    border-radius: 0;
    padding: 10px;
    background-color: #1f5ea5;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
}

@media screen and (max-width: 991px) {

    body.yenistil .card-header h1 {
        font-size: 26px;
    }

    body.yenistil .card-header h2 {
        font-size: 22px;
    }

    body.yenistil .card-body {
        padding: 20px !important;
    }

    body.yenistil .card-body h4 {
        font-size: 16px;
    }

    body.yenistil .card-body button {
        font-size: 16px;
    }
}
