/* 

Elphesia
Tüm Yazılım İşleri İçin Telegramdan Yazınız !
Telegram : @elphesia

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&amp;display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {

	padding:0px;
	margin:0px;
	background:#fafafa
}



main {

	background:white;
	margin-top:20px;
	padding-top:20px;
	width:400px;
	max-width:90%;
	border:1px solid #dedede;
	}




	main p {

	font-family:sans-serif;
	color:#999;
	width:270px; 

	}

		main input {

	-webkit-box-direction: normal;
	color: rgba(var(--i1d,38,38,38),1);
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
	background: 0 0;
	border: 1px solid rgba(var(--b38,219,219,219),1);
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 30px;
	padding: 0 12px;
	text-align: left;
	font-family: 'Poppins';
	width: 57%;

	}
 .elphesiayazı1{
	text-align: center;
    font-family: 'Poppins';
	font-weight:400;
    color:black;
	word-spacing:1px;
}

.elphesiayazı2{
	text-align: center;
    font-family: 'Poppins';
	font-weight:400;
    color:black;
    font-size: 13px;
	word-spacing:1px;
}


main .a_adaskpd {

	padding:7px 30px;
	margin-top:10px;
	outline:none;
	border:none;
	color:white;
	background:#3896f0;
	font-weight:bold;
	font-size:15px;
	margin-bottom:10px;
	border-radius:3px;

		}
main input:focus {

	box-shadow: 0px 0px 0px 0px white;
	border:1px solid #3896f0;
		
		}

.elphesialogo {

    border-bottom:1px solid #cecece;
	background:white;
	bottom:0px;
	position:fixed;
	width: 100%;

		}

.button {

	-webkit-box-direction: normal;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    user-select: none;
    white-space: nowrap;
    width: 55%;
    background: rgba(var(--d69,0,149,246),1);
    border-color: rgba(var(--d69,0,149,246),1);
    color: rgba(var(--eca,255,255,255),1);
    cursor: pointer;
    padding: 0 12px;

    }

.button:disabled {

        opacity: 0.5;

      }

.hide {

        display: none;

      }