body {
    background: url('../img/BACKGROUND.png') no-repeat center center fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    margin: 0;
    font-family: Arial, sans-serif;
}

.container-custom {
   
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Formu dikeyde ortalar */
    align-items: center;
    text-align: center;
}
.ust-logo-container{
    margin: 0px 0px 0px;
    height: 120px;
    width: 100%;
}
.alt-logo-container{
    margin: 20px 0px;
}
.main-header {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.united-innovate{
    color: #fff;
}
.inspire-future {
    color: rgb(241, 63, 81);
}

/* Form Container */
.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 700px;
    margin: 10px auto;
}

.form-box {
    background-color: white; /* Beyaz arka plan */
    padding: 15px;
    border-radius: 10px; /* Yuvarlak köşeler */
    width: 100%;
    max-width: 500px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}



.form-box input::placeholder{
    color: #d3d3d3;
}
/* Form alanları */
.form-label {
    font-weight: bold;
}

input.form-control {
    height: 40px;
    font-size: 16px;
}

button {
    margin-top: 5px;
    font-weight: bold;
    
}

/* Responsive Ayarlar */
@media screen and (max-width: 768px) {
    .form-container {
        padding: 20px;
    }

    .form-box {
        width: 100%;
        padding: 20px;
    }
}
:root {
    --img-btn-radius: 16px;
    --img-btn-pad: 0;
    --img-btn-width: 181px;
    --img-btn-height: 60px; /* background-image sürümü için varsayılan yükseklik */
    --img-btn-shadow: 0 6px 18px rgba(0,0,0,.15);
    --img-btn-ring: 0 0 0 3px rgba(59,130,246,.45);
    --img-btn-scale: 1.02; /* hover ölçeği */
}

.img-btn {
    background: transparent;
    cursor: pointer;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;

    border:none!important;
    background-color:none!important;
}

    /* IMG sürümü */
    .img-btn img {
        width: 100%;
        height: 100%;
        display: block;
  
       
    }



