.v_code {
  width: 600px;
  margin-top: 10px;
}
.v_code > input {
  width: 60px;
  height: 36px;
  margin-top: 10px;
}
.code_show {
  overflow: hidden;
}
.code_show span {
  display: block;
  float: left;
  margin-bottom: 10px;
}
.code_show a {
  display: block;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 10px;
  transition: 0.1s;
}

.code_show a:hover {
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

.code {
  font-style: italic;
  background-color: #f5f5f5;
  color: blue;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: bolder;
  float: left;
  cursor: pointer;
  padding: 0 5px;
  text-align: center;
}
/* #inputCode {
    width:100%;
    height:100px;
} */


#linkbt{
  color: blue;
  margin-right: 10px;
}

#Button1{
  align-items:center;
  justify-content: center;
  text-align: center;
  vertical-align: auto;
}


