


.input{
    text-align: center;
}

.head1{
    margin-top: 50px !important;
}

.input{
    font-weight: bold;
    box-shadow: inset 0 0 3px #000000;
}

.header{
    background: #ff9900;
	margin-right: 0px !important;
  
}

.domu{
    margin-top: -13px;
    font-size: 15px;
    letter-spacing: 5px;
}

.gula{
    font-size: 45px;
}

body{
    background: #434343;
}

input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

label {
	cursor: pointer;
	text-indent: 45px;
	width: 37px;
	height: 20px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
    box-shadow: inset 0 0 2px #000000;
}

label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 13px;
	height: 13px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

input:checked + label {
	background: #ff9900;
}

input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

label:active:after {
	width: 18px;
}

.p2{
    margin: -23px 0px -15px 44px;
}

.p3{
    margin: -23px 0px -15px 44px;
	font-weight: bold !important;
}

.buttonstyle {
		background-color: #ff9900;
		border-radius: 25px;
		border: 0px;
		width: 130px;
		height: 40px;
		font-weight: regular;
		color: black;
		transition: 0.2s;
}

.buttonstyle:hover {
		box-shadow: 0px 3px 5px 0px rgb(32, 32, 32);
		
}

.buttonstyle:active {
	transform: translateY(2px);
}