
* {
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}

body {
    background-color: #222222;
}

.emsalkonteyner {
    background-color: #222222;
    width: 100%;
    min-height: 160vh;
    height: auto;
    font-weight: 300;
}

.emsalbasliq {
	background-color: rgb(40, 100, 215);
	width: 80%;
	height: 40px;
	font-size: 17px;
	margin: 0 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-weight: 400;
	color: white;
	border: solid 1px white;
	border-radius: 7px;
}

.emsal {
    /* 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;
}

.emsal input {
    background-color: white;
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 5px;
    padding-left: 5px;
    box-sizing: border-box;
    outline: none;
    font-size: 16px;
    margin-bottom: 0px;
    color: black;
}

.emsal input[type=number]:focus {
	box-shadow: 0px 0px 12px rgb(0, 255, 0);
}

.emsal input::placeholder {
    font-size: 17px;
}

.inputBasligi {
    text-align: left;
    font-size: 17px;
}

.inputInfo {
    font-size: 14px;
}

.emsalnetice {
	background-color: white;
	color: black;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
	height: auto;
	text-align: left;
    margin: 20px 0%;
	font-size: 17px;
	font-weight: 400;
	border-radius: 8px;
	box-shadow: 0px 0px 15px black;
    box-sizing: border-box;
    padding: 10px 10px;
    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: white;
}

.btnContainer {
	width: 100%;
	text-align: center;
}

.calculate {
	background-color: rgb(0, 225, 50);
	width: 200px;
	height: 45px;
	margin-top: 20px;
    margin-bottom: 40px;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	color: black;
	cursor: pointer;
}

.emsalImg {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 20px;
    border-radius: 6px;
}




@media screen and (min-width: 800px) {

    .emsalkonteyner{
        width: 1000px;
        min-height: 110vh;
        height: auto;
        margin: 20px auto;
        border-radius: 20px;
    }

    .emsalbasliq {
        width: 30%;
        margin: 0 auto;
    }

    .emsal {
        /* background-color: crimson; */
        width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }


    
    .emsalnetice {
        background-color: white;
        color: black;
        width: 100%;
        margin: 30px 0px;
        transition: all 1s;
    }


    .emsalImg {
        width: 350px;
        margin-left: 325px;
        margin-right: 325px;
        margin-top: 20px;
        border-radius: 6px;
    }





}