#image{
	box-shadow: 5px 5px 5px 5px gray;
    font-weight: 300;
    padding-bottom: 0px;
    height: 45px;
    user-select: none;
    font-style: italic;
    font-size: 23px;
    border: red 2px solid;
    margin-left: 36px;
    position: absolute;
    bottom: 88px;
    left: -19px;
    text-align: center;
    line-height: 40px;
    width:70px;
}
	
}
#user-input{
	box-shadow: 5px 5px 5px 5px gray;
	width:auto;
	margin-right: 10px;
	padding: 10px;
	padding-bottom: 0px;
	height: 40px;
	border: red 0px solid;
}
input{
	border:1px black solid;
}
.inline{
	display:inline-block;
}
#btn{
	box-shadow: 5px 5px 5px grey;
	color: aqua;
	margin: 10px;
	background-color: brown;
}
.captcha{
  margin-top: 10px;
    box-shadow: 5px 5px 5px 5px gray;
    width: 70px;
    /* padding: 10px; */
    font-weight: 300;
    padding-bottom: 4px;
    height: 45px;
    user-select: none;
    /* text-decoration: line-through; */
    font-style: italic;
    font-size: 17px;
    border: red 2px solid;
    margin-left: 10px;
    position: relative;
    bottom: 4px;
    left: 184px;
    text-alignment:center;
}