﻿
.jFiler-input {
    width: 100% !important;
}


body {
    background-image: linear-gradient(to bottom, #c9cdd8, #acb2be, #9098a4, #747f8b, #596773);
    min-height: 100vh;
    background-size: cover;
}


.imagesDiv {
    background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);
    background-size: cover;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.formDiv {
    background-color: #9098a4;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media only screen and (min-width: 600px) {
    .mobilDiv {
        display: none;
    }
}


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

    .container {
        margin-top: 0px;
        margin: 0;
        border-radius: 0px;
        border-radius: 20px;
    }

    .imagesDiv {
       /* background-image: url("../images/SanatAkademi/bg2.jpg");*/
        background-image: url('../../../images/trabzon-arakli-belediyesi-logo.png');
        background-size: cover;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .form-row {
        font-size: larger;
    }

    .imagesDiv {
        display: none;
    }
}

.container a {
    text-decoration: none;
    color: white;
}
