.input_box{
    display: flex;
    margin: 20px 0;
    justify-content: space-between;
}
.input_box input {
    margin-right: 14px;
    height: 47px; width: 47px;   text-align: center;
}