* {
    margin: 0;
    padding: 0;
    font-family: roboto, sans-serif;
}
body {
    background-color: #eee;
}
.serit {
    width: 95%;
    height: 3px;
    border-radius: 3px;
    margin: 30px auto;
    background-color: #bbb;
}
.veritabani-kurulumu-container {
    width: 90%;
    height: auto;
    margin: 30px auto;
}
.veritabani-kurulumu-container h2 {
    width: 90%;
    margin: 30px auto;
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
}
.veritabani-kurulumu-container form {
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.veritabani-kurulumu-container form label {
    margin-top: 30px;
    font-family: roboto, sans-serif;
}
.veritabani-kurulumu-container form label .zorunlu {
    color: red
}
.veritabani-kurulumu-container form input {
    width: 98%;
    height: 35px;
    border: 2px solid #ccc;
    border-radius: 5px;
    margin-top: 10px;
    padding: 0 1%;
    color: #333
}
.veritabani-kurulumu-container form input[type="submit"] {
    width: 100%;
    margin-top: 30px;
    border: none;
    background-color: #46cd93;
    color: #fff;
    font-size: 17px;
}
ul {
    width: 100%;
    height: 100px;
}
ul li {
    width: 60%;
    height: 100%;
    list-style: none;
    float: left;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 20px;
    position: relative;
}
ul li:nth-child(1) {
   width: 20%
}
ul li:nth-child(3) {
    width: 20%
}
ul li a {
    text-decoration: none;
    color: #333
}
ul li span {
    font-size: 18px;
    transform: rotate(90deg);
    margin-left: 5px
}
ul li:hover ul {
    opacity: 1;
    top: 100px;
    background-color: #eee;
    box-shadow: 1px 1px 10px #ccc;
    transition: 300ms
}
ul li ul {
    width: 100%;
    height: 80px;
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    padding: 10px 0;
}
ul li ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    transition: 300ms;
}

ul li ul li:hover {
    background-color: #fff;
}
.WSlogo {
    width: 680px;
    height: 75px;
    transform: scale(.9);
    background: url('wisesoft-logo-siyah.png') no-repeat;
    background-size: cover;
    background-position: center;
}


/*   İnstall.php kodları     */

.install-container {
    width: 95%;
    height: auto;
    margin: auto;
}

.install-container p {
    font-size: 18px;
    line-height: 24px;
    background-color: crimson;
    border-radius: 5px;
    border: 2px solid red;
    padding: 10px;
    margin-bottom: 20px;
    color: #fff;
}
