form input{
	width: 100%;
    margin-right: 8px;
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
    height: 36px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;

	border: 0;
    outline: none;
    font-size: 13px;
    padding: 0px;
    text-shadow: 1px 1px 0 #fff;
    padding: 20px;  
}


form input:focus[type="text" i] {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}


form input :active[type="text" i] {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}

form input:focus[type="number" i] {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}

textarea{
	width: 100%;
    margin-right: 8px;
    box-shadow: inset 2px 2px 5px #babecc, inset -5px -5px 10px #fff;
    height: 36px;
    box-sizing: border-box;
    transition: all 0.2s ease-in-out;
    appearance: none;
    -webkit-appearance: none;

	border: 0;
    outline: none;
    font-size: 13px;
    padding: 0px;
    text-shadow: 1px 1px 0 #fff;
    padding: 20px; 
}



textarea:focus {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}


textarea:active {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}

textarea:focus {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}


.btn1{
	width: 100%;
    color: #26379c;
    padding: 13px;
    text-shadow: -3px 3px 4px grey;
    letter-spacing: 4px;
    font-family: bodoni mt;
    font-weight: 900;
    font-family: inherit;
   	border: 0;
    outline: none;

    font-weight: bold;
    box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.btn1:hover {
  box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
}
.btn1:active {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}

form{
	text-align: center;
	margin: 100px 0px 0px 0px;
}

form label{

}

.title{
	text-align: center;
    text-shadow: -3px 3px 4px grey;
    letter-spacing: 2px;
    font-family: bodoni mt;
    font-weight: 500;
    font-family: inherit;
}
