
*{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.evkonteyner {
    background-color: #222222;
    width: 100%;
    min-height: 300vh;
    height: auto;
    font-weight: 300;
}

.evbasliq {
	background-color: rgb(40, 100, 215);
	width: 70%;
	height: 40px;
	font-size: 17px;
	margin: 0 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-weight: 400;
	color: white;
	border: solid 1px white;
	border-radius: 7px;
}

.ev {
    /* background-color: #15A151; */
    width: 94%;
    margin-right: 3%;
    margin-left: 3%;
    height: auto;
    color: white;
    text-align: left;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 1em;
}

.ev input {
    width: 100%;
    height: 24px;
    margin: 0px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 35px;
    padding-left: 5px;
    box-sizing: border-box;
    cursor: pointer;
}


.inputBasligi {
    text-align: left;
    font-size: 17px;
}


.evnetice {
	background-color: white;
	color: black;
	width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
	height: 40px;
	text-align: center;
    margin: 20px 15%;
	font-size: 18px;
	font-weight: 400;
	border-radius: 8px;
	box-shadow: 0px 0px 15px black;
    box-sizing: border-box;
    padding: 10px 0px;
    transition: all 1s;
}

.qeyd {
    background-color: white;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 5px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 400;
    color: black;
    border-radius: 5px;
}

.alert {
    color: red;
}


@media screen and (min-width: 800px) {

    .evkonteyner{
        width: 1000px;
        min-height: 160vh;
        height: auto;
        margin: 20px auto;
        border-radius: 20px;
    }

    .evbasliq {
        width: 30%;
        margin: 0 auto;
    }

    .ev {
        /* background-color: crimson; */
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }


    .izah{
        /* background-color: red; */
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        font-weight: lighter;
        box-sizing: border-box;
    }
    
    .evnetice {
        background-color: white;
        color: black;
        width: 100%;
        margin: 30px 0px;
        transition: all 1s;
    }







}