#image{
    width: 100px;;
    font-weight: 400;
    height: 32px;
    user-select: none;
    font-style: italic;
    font-size: x-large;
     border: #ddd 1px solid;
    margin-left: 10px;
    margin-right: 20px;
    border-radius: 4px;
    text-align:center;
    background:#ffffff; 
    position: absolute;     
}
#user-input{
    /* box-shadow: 5px 5px 5px 5px gray; */
   /*  width:auto;
   margin-right: 10px;
      margin-top:16px; */
  	/* padding: 10px;
    padding-bottom: 0px;
    height: 40px;
    border: red 0px solid; */
}
input{
    border:1px black solid;
}
.inline{
    display:inline-block;
}
.inline .form-control{
	background:#ffffff;
	border: 1px solid #cdcfd1;
}
#btn{
    box-shadow: 5px 5px 5px grey;
    color: aqua;
    margin: 10px;
    background-color: brown;
}
.refresh-icon{position: relative;
    display: flex;
    align-items: center;
    justify-content: left;}

.refresh-icon i {
     color: green;
    
}
.captcha {
	background: #f2f5f9; 
	position:relative; 
	border: solid 1px #eee;
	border-radius: 4px;
	padding: 10px 20px 10px 10px;
}