body{
	background-color: #f8f9fa;
    -webkit-appearance: none;
}

.butt{
    background-color: #55c555;
    width: 90%;
    color: white !important;
    font-weight: 700;
    padding: 10px;
    border-radius: 5px;
}

.in input{
	width: 85%;
    padding: 10px 10px 10px 20px;
    color: #55c555;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
}
.in label{
	font-size: 20px;
    font-weight: 700;
    color: #0c7723;
    font-family: cursive;
    line-height: 40px;
}
.error{
	color: white;
    padding: 10px;
    background-color: #cc5656;
    width: 20%;
    margin: 10px;
    border-radius: 5px;
}
.active{
    background: #aa3838;
}