html, body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    line-height: 27px;
}

.logo {
	position: fixed;
	opacity: 6%;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: -1;
	margin-top: 70px;
}

.logo .container {
    width: 100%;
    height: 100%;
    display: flex;
	align-items: center;
	justify-content: center;
}

.logo img {
	width: 100%;
	height: 50%;
}

.footer {
    height: 500px;
}

.uyari {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
}

.uyari button#distankapat {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 30%;
    border: none;
    top: 0;
    left: 0;
}


.uyari .icerik {
    width: auto;
    height: auto;
    z-index: 4;
    background-color: #053553;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    width: 50%;
}

.uyari .icerik .kapat {
    position: relative;
    top: 7px;
    right: 7px;
    height: 100%;
}

.uyari .icerik .kapat button#ictenkapat {
    border: none;
    background-color: transparent;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    font-size: 30px;
    color: white;
}

.uyari .icerik .ic {
    width: 95%;
    height: 95%;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 20px;
}

.uyari .icerik .ic .baslik {
    padding-top: 40px;
    margin-bottom: 30px;
}

.uyari .icerik .ic .baslik p {
    color: white;
    font-weight: 500;
    font-size: 15px;
    background-color: #0c4567;
    width: fit-content;
    height: 40px;
    display: flex;
    align-items: center;
    text-indent: 10px;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
}

.uyari .icerik .ic .baslik p#proje {
    color: white;
    font-weight: 500;
    font-size: 15px;
    background-color: #0c4567;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.uyari .icerik .ic form select {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    border-radius: 5px;
    color: #053553;
    border: 1px solid #053553;
}

.uyari .icerik .ic form select.uyariselect {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 20px;
    height: 30px;
    border-radius: 5px;
    color: #053553;
    border: 1px solid #053553;
}

.uyari .icerik .ic form select:focus {
    outline: none;
}

.uyari .icerik .ic form textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #053553;
    color: #053553;
}

.uyari .icerik .ic form textarea:focus {
    outline: none;
}

.uyari .icerik .ic form button#reddet-onay {
    background-color: #53c480;
    font-weight: 500;
    font-size: 16px;
    color: white;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: none;
    margin-top: 10px;
}

.uyari .icerik .ic form button#geri-gonder {
    background-color: #53c480;
    font-weight: 500;
    font-size: 16px;
    color: white;
    width: 130px;
    height: 40px;
    border-radius: 5px;
    border: none;
    margin-top: 10px;
}

.public {
    width: 100%;
    height: 100%;
}

.public .container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.public form {
    position: relative;
    top: -50px;
    width: 300px;
    height: 300px;
    border: 3px solid #2c82c0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.public form div {
    margin-bottom: 20px;
}

.public form p {
    margin-bottom: 5px;
}

.public form input[type="text"] {
    outline: none;
    border-radius: 4px;
    border: 1px solid black;
    text-indent: 5px;
    height: 30px;
    width: 230px;
    font-size: 14px;
}

.public form input[type="password"] {
    outline: none;
    border-radius: 4px;
    border: 1px solid black;
    text-indent: 5px;
    height: 30px;
    width: 230px;
    font-size: 14px;
}

.public form input[type="submit"] {
    background-color: #53c480 ;
    border: none;
    color: white;
    font-weight: 600;
    width: 100px;
    height: 35px;
    border-radius: 4px;
}

.bildirim {
    background-color: #0e4c73;
    color: white;
    padding: 7px 20px;
    margin-right: 20px;
    text-decoration: none;
    border-radius: 5px;
    position: relative;
    top: 1.4px;
}

.testr {
    border: 1px solid red;
}