﻿body {
    font-family: Oswald,sans-serif;
    font-weight: 500;
    background-image: url('/external/img/zemin-1.png')
}

.UyariKirmizi {
    border: solid 1px #ff0000;
}
h5 {
font-weight:bold;
}
.form-control {
    font-weight: 500;
}
.form-label {
    font-size: 16px;
    font-weight: 600;
}
.ustLogo {
height:200px;
}
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    color: white;
}

.container {
background-color:#fff;
}