*{
    user-select: none;
    margin: 0;
    padding: 6px;
    font-family: sans-serif;
    box-sizing: border-box;
    text-decoration: none;
}
::-webkit-input-placeholder { /* Edge */
  font-size:13px
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 font-size:13px
}

::placeholder {
  font-size:13px
}
body{
    width: 100%;
    place-items: center;
    background: white;
}
.container
{
	//margin-top: 2%;
    text-align: center;
    border-radius: 60px;
    box-shadow: 0 2px 4px rgba(214, 202, 202, 0.05);
    height: 100%;
    width: 100%;
    background: radial-gradient(at center, rgba(214, 202, 202, 0.05), rgba(224, 217, 217, 0.5));
}

.container h1
{
    margin: 10px;
}
.inpSection{

    margin: 20px 12px;
    text-align: left;
}
input{
    color: rgba(51, 45, 45, 0.5);
    font-weight: 650;
    outline: none;
    border: none;
    box-shadow: 0 2px 4px rgba(214, 202, 202, 0.05);
    font-size: 18px;
    padding: 15px;
    height: 35px;
    margin: 10px;
    display: flex;
    width: 100%;
}
.same{
	display:flex;
}
.inputtwo{
	width:50%
}
label{
    font-weight: 600;
}

h3{
    font-size: 20px;
}

.h{
	padding:20px 0 0 0;
}
#total,#amountcon{
	font-size: 23px;
}
#amount,#total,#amountcon,#amountmonth{
	color:black
}

@media only screen and (min-width: 700px) {
	.container
	{
		height: 100%;
	}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}